/*--- ESTILOS PARA EL ARCHIVO MUNICIPAL DE CARTAGENA ---*/



a{
	color:#8e896b;
}

a:hover, active{
	color:#444444;
}

.detalles a{
	color:#444444;
	font-weight:bold;
}

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 8px 15px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li a{
    color:#8e896b;
}

.breadcrumb > li a:hover, active{
	color:#444444;
}

.page-header {
    /*border-bottom: 1px solid #eee;
    margin: 10px 0 20px;
    padding-bottom: 9px;*/
	
	border-bottom: none;
    margin: 10px 0px 5px;
    padding-bottom: 15px;
    width: auto;
}

.thumbnail{
	/*min-height: 350px;
	min-height: 345px;*/
}

.thumbnail a{
	color:#8e896b;
}

.thumbnail a:hover, active{	
	color:#444444;
	text-decoration:none;
}


.minor_font{
	font-size: 14px;
}

.minor_font_00{
	font-size: 25px;
}

.minor_font_01{
	font-size: 18px;
}

.minor_font_02{
	font-size: 16px;
}


/*--------------------------------------------------------------
	Barra Cookies
--------------------------------------------------------------*/

#barra_aceptacion_cookies {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    left: 0;
    min-height: 70px;
    padding: 15px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 99999;
}

code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    float: left;
    font-size: 90%;
    padding: 2px 4px;
    white-space: normal;
    width: 100%;
}


.listado_cookies {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

.listado_cookies li {
    display: inline-block;
    padding: 5px 20px 5px 25px;
}

#barra_aceptacion_cookies a {
    color: #fff;
	font-weight: bold;
}




/*--------------------------------------------------------------
	Fin Barra Cookies
--------------------------------------------------------------*/

.fecha_documento{
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.fecha_documento_01{
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.titulo_expos{
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.titulo_visitas{
    margin: 10px 0 10px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.titulo_faqs{
    margin: 5px 0 5px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

#form_expos_temp input{
    margin: 5px 0 10px ;
}









.cortar{
  width:200px;
  height:20px;
  padding:20px;
  border:1px solid blue;
  text-overflow:ellipsis;
  white-space:nowrap; 
  overflow:hidden; 
}

.cortar:hover {
  width: auto;
  white-space: initial;
  overflow:visible;
  cursor: pointer;
}

.panel-header a{	
	text-align:justify;
}

.panel-header a:hover, active{	
	color:#444444;
	text-decoration:none;
}

.fecha_noticia{
	font-weight:bold;
}

.linea_blanca{
	border-color:#ffffff;
}

.linea_ocre{
	border-color:#c6c1a3;
}

.borde_imagenes{
	border:1px solid #444444;
}

.link_fonoteca{
	background-color:#000000;
}

.link_fonoteca:hover{
	background-color:#c6c1a3;
}


/*** CAROUSEL *******/

.carousel-indicators {
    background-color: #5a5a5a;
	opacity: 0.75;
	border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px; 
}


/**** COLORES ****/

.color_blanco{
	color:#fff;
}

.color_ocre{
	color:#8e896b;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #8e896b;
    color: #fff;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #65645d;
    color: #fff;
}

.navbar-nav > li > a {
    padding: 10px 5px;
}

.text-archivo {
    color: #8e896b;
}


/**** NAVEGACIÓN ****/

.navbar {
    margin-bottom: 20px;
    min-height: 60px;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 100px;
    line-height: 20px;
    padding: 15px 10px;
}

.top_menu{
	margin-top:30px;
}

.navbar-inverse {
    background-color: #303030;
    border-color: #080808;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    /*border-left-color: #fff;*/
	border-left-color: #CCCCCC;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: normal;
    width: 100%;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #8e896b;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

.borde-fotos{
	border:2px solid #595436;
}

#historia-archivo small{
	float:left;
	margin-bottom:15px;
	margin-top:5px;
}

.navbar-right {
    float: right !important;
    margin-right: 0;
}

.contenedor{
	padding:15px;
	margin-bottom: 10px;
}


/**** DOCUMENTOS DEL MES *****/

.listas_generales{
	margin:0px;
	padding:0px;
}

.listas_generales li{
	list-style-type:none;
}




.img-portfolio a{
   display: inline-block;
	
}


/***** PAGINACIÓN ***/
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 0 !important;	
    padding-left: 0;
}
.pagination {
    margin: 0 !important;	
}
.pagination ul {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
	color: #8e896b;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999;
    cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pagination-large ul > li > a, .pagination-large ul > li > span {
    font-size: 17.5px;
    padding: 11px 19px;
}
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
    font-size: 11.9px;
    padding: 2px 10px;
}
.pagination-mini ul > li > a, .pagination-mini ul > li > span {
    font-size: 10.5px;
    padding: 0 6px;
}
.combo_paginacion {
    float: left;
    height: 30px;
    margin: 0;
    padding: 5px;
    width: 60px;
}
.pagination a {
    color: #ce4549;
}

.pagination .combo_paginacion {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
	color: #8e896b;
}




/**** ICONS *****/

ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}

ul.social-network li {
	display: inline;
	margin: 0 5px;
}

.social-network a.icoRss:hover {
	background-color: #F56505;
}

.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}

.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}

.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}

.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}

.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}

.social-network a.icoYoutube:hover {
	background-color:#f41d1e;
	/*background-color:#2a3a85;*/
}

.social-network a.icoIvoox:hover {
	background-color:#ff6e0e;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoYoutube:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}

a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}

.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.menu_infe{
	margin:0;
	padding:5px;   
}

.menu_infe li{
	display:inline-block;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	padding:0 10px;
}

.well .img-portfolio {
    margin-bottom: 10px;
}

.imgVisitas img{
	display: block;
    height: auto;
    max-width: 100%;
}


/****  INICIO JUMBOTRON FONDO DE IMAGEN  ****/

.jumbotron {
    padding-bottom: 14px;
    padding-top: 48px;
}

.fondo_ct_archivo{
    background-image: url(../images/backg_ct_archivo.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.fondo_maqueta{
    background-image: url(../images/maqueta/backg_maqueta.png);
    background-repeat: no-repeat;
    background-position: right top;
}
	
.lista_ct_archivo{
	margin-bottom: 10px;
    margin-top: 0;
}

.lista_ct_archivo li{
	line-height:3;
	font-size:16px;
}


/****  INICIO NOTICIAS  ****/
#t-cards {
    /*padding-top: 80px;
    padding-bottom: 80px;*/
	padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;    
}

.panel.panel-card {
    position: relative;
    /*height: 275px;
	height: 300px;
	height:435px;*/
	height: auto;
    border: none;
    overflow: hidden;
}

.panel.panel-card .panel-heading {
    position: relative;
    z-index: 2;
    height: 120px;
    border-bottom-color: #fff;
    overflow: hidden;
    
    -webkit-transition: height 600ms ease-in-out;
            transition: height 600ms ease-in-out;
}

.panel.panel-card .panel-heading img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 120%;
    
    -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
}

.panel.panel-card .panel-heading button {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
}

.panel.panel-card .panel-figure {
    position: absolute;
    top: auto;
    left: 50%;
    z-index: 3;
    width: 50%;
    height: 30px;
    background-color: #fff;
    /*border-radius: 50%;*/
    opacity: 1;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
	text-align:center;
	border:1px solid #8e896b;
}

.panel-body span{
	text-align:center;
	font-weight:bold;
	
}

.panel.panel-card .panel-body {
    padding-top: 20px;
    padding-bottom: 20px;

    -webkit-transition: padding 400ms ease-in-out;
            transition: padding 400ms ease-in-out;
} 

.panel.panel-card .panel-thumbnails {
    padding: 0 15px 20px;
}

.panel-thumbnails .thumbnail {
    width: 60px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
} 

.panel.panel-card:hover .panel-heading {
    height: 55px;
    
    -webkit-transition: height 400ms ease-in-out;
            transition: height 400ms ease-in-out;
}
.panel.panel-card:hover .panel-figure {
    opacity: 0;
    
    -webkit-transition: opacity 400ms ease-in-out;
            transition: opacity 400ms ease-in-out;
}
.panel.panel-card:hover .panel-body {
    padding-top: 20px;
    
    -webkit-transition: padding 400ms ease-in-out;
            transition: padding 400ms ease-in-out;
}

.lead {
    font-size: 16px;
}


/***** REVISTA CARTAGENA HISTORICA ******/

.thumb-wrapped{
	margin-bottom:10px;
}

#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}


#ctHistorica img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.white-panel h1 {
  font-size: 1em;
}

.white-panel h1 a {
  color: #A92733;
}

.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.media-object {
    display: block;
    padding-right: 10px;
    padding-bottom: 5px;
}

.img_textos{
	float:left;
	margin:0px;
	/*padding:0px;*/
	padding-right: 15px;
	padding-left: 0px;
}

.img_textos li{
	display:inline-block;
}

/**** INICIO DE LA PAGINACION ****

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #6e6a50;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #6e6a50;
    z-index: 2;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #8e896b;
    border-color: #6e6a50;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    list-style: outside none none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}

.pager li > a:focus, .pager li > a:hover {
    background-color: #eee;
    text-decoration: none;
}

.pager .next > a, .pager .next > span {
    float: right;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}
**** FIN DE LA PAGINACION ****/



/***** PAGINACIÓN ***
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

.pagination ul {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999;
    cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pagination-large ul > li > a, .pagination-large ul > li > span {
    font-size: 17.5px;
    padding: 11px 19px;
}
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
    font-size: 11.9px;
    padding: 2px 10px;
}
.pagination-mini ul > li > a, .pagination-mini ul > li > span {
    font-size: 10.5px;
    padding: 0 6px;
}
.combo_paginacion {
    float: left;
    height: 30px;
    margin: 0;
    padding: 5px;
    width: 60px;
}
.pagination a {
    color: #ce4549;
}
*/


#contenido_general{
	margin:25px 0 50px;
}

.tab-content > .tab-pane {
    border: 1px solid #ddd;
    padding: 10px 15px 10px;
}


/***** DONACIONES **************/

.lista_audios{
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}

.lista_audios li{
	margin: 5px;
}


/******* CAJA WELL BLANCA ******/

.well_blanco {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.well_blanco blockquote {
    border-color: rgba(0, 0, 0, 0.15);
}

.separador_blanco {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}


/****  INICIO BLOQUES SECCION HOME ****/
section {
   
}

.alizarin {
    background-color: transparent !important;
}

.amethyst {
    background-color: transparent !important;
}

.emerald {
    background-color: transparent !important;
}

.midnight-blue {
    background-color: transparent !important;
}

.peter-river {
   background-color: transparent !important;
}

.dl {
    background: #f0f0f0;
    padding: 30px 0 0;
    border-radius: 20px;
    position: relative;
}

.dl:before {
    content: " ";
    height: 20px;
    width: 20px;
    background: #ddd;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -10px;
}
    
.dl .brand {
    text-transform: uppercase;
    /*letter-spacing: 3px;*/
	font-weight: bold;
	font-size:14px;
    padding: 10px 15px;
    margin-top: 10px;
    text-align: center;
    min-height: 100px; 
}

.brand h2{
/*	font-size: 20px;*/
	font-size: 16px;
    font-weight: bold;
	margin-top: 0;
}


.dl .discount {
    min-height: 50px;
    position: relative;
    font-size: 80px;
    /*line-height: 80px;*/
	line-height: 50px;*
    text-align: center;
    font-weight: bold;
    /*padding: 20px 15px 0;*/
	padding: 0;
    color: #f1c40f;
}

.dl .discount:after {
    content: " ";
    
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 20%;
}

.dl .discount .type {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -30px;
}

.dl .descr {
    color: #999;
    margin-top: 10px;
    padding: 20px 15px; 
}
 
.dl .ends {
    padding: 0 15px;
    color: #f1c40f;
    margin-bottom: 10px;
}

.dl .coupon {
    min-height: 50px;
    text-align: center;
    
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 15px;
}

.dl .coupon a.open-code {
    color: #16a085;
}

.dl .coupon .code {
    letter-spacing: 1px;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px 15px;
    color: #f1c40f;
    background: #f0f0f0;
}


.discount{
}

.discount img {
    border-radius: 12%;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
}

.margin10{
	margin-bottom: 10px;
}


/****  FIN BLOQUES SECCION HOME ****/


/****  INICIO BOTONES ****/
.btn-archivo {
    background-color: #8e896b;
    border-color: #6e6a50;
    color: #fff;
}

.btn-archivo.focus, .btn-archivo:focus {
    background-color: #6e6a50;
    border-color: #8e896b;
    color: #fff;
}

.btn-archivo:hover {
    background-color: #6e6a50;
    border-color: #8e896b;
    color: #fff;
}

.btn-100{
	width:100%;
}

/****  FIN BOTONES ****/

label {
    display: block;
    font-weight:normal;
    margin-bottom: 5px;
    max-width: 100%;
}


/**** INICIO ARCHIVO PALABRA IMAGEN ****/
#archivo_palabra_imagen{
	
}

#archivo_palabra_imagen p{
	text-align:justify;
}
/**** FIN ARCHIVO PALABRA IMAGEN ****/



/****** CAJA CHECKBOXES ********/

.parametric-column {
    border: 1px solid #999999;
    height: 96px;
    overflow: auto;
    text-align: left;
    width: 345px;
}
.pandora-parametric-column {
    border: 1px solid #999999;
    float: left;
    height: 100px;
    margin: 0;
    overflow: auto;
    width: 640px;
}
.pandora-parametric-text {
    border: 1px solid #999999;
    margin: 0;
    width: 545px;
}
.pandora-parametric-value-valid, .pandora-parametric-value-valid-checked {
    color: #666666;
    float: left;
    margin-right: 5px;
    width: 300px;
}
.pandora-parametric-value-valid-hidden, .pandora-parametric-value-valid-checked-hidden, .pandora-parametric-value-invalid, .pandora-parametric-value-invalid-checked, .pandora-parametric-value-invalid-hidden, .pandora-parametric-value-invalid-checked-hidden {
    color: #999999;
    display: none;
}
.pandora-parametric-value-check {
    border-top: 0 none;
    padding-top: 0;
}
.pandora-parametric-value-check-paragraph {
    float: left;
    margin: 0;
    padding: 0;
}
.pandora-parametric-value-text-paragraph {
    margin: 0 0 0 24px;
    padding: 3px 0 0;
}


/***** CALENDARIO EXPOSICIONES *******/

#tabla_calendario{
	background-color:#ffffff;
}


/**** FOOTER ***/

footer {
    background: #303030 none repeat scroll 0 0;
    color: #8e896b;
    margin: 50px 0 0;
    padding: 10px;
    text-align: center;
}

footer a{
    color: #8e896b;
}

footer a:hover, a:active{
    color: #8e896b;
}

.well_01 {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}


.well_02 {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}


footer .menu_footer{
	/*border: 1px solid white;*/
	padding: 0px;
}

footer .menu_footer li{
	/*border: 1px solid white;*/
	font-size: 16px;
}


.icon {
    background: transparent url("../images/toggle_open.png") no-repeat scroll 0 0;
    float: right;
    height: 19px;
    position: relative;
    right: 4px;
    top: 3px;
    width: 18px;
}


.video_thumbnail{
	width: 75%;
	height: auto;
}

h1, h2, h3, h4, h5{
	font-family: "filson-soft" ;
	font-weight: 700;
}

.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 19px;
}
.h4, h4 {
    font-size: 16px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}



/******* TEXTO DE ACCESIBILIDAD WEB *********/

#texto_accesibilidad h2{
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
    font-weight: 700;
}


/******* MEDIA QUERIES *****/

/* Large desktop */
	@media (min-width: 1200px) { 

	}

/* Portrait tablet to landscape and desktop */
	@media (min-width: 768px) and (max-width: 979px) { 

	}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

	header.carousel .fill {
		background-position: center center;
		background-size:contain;
		height: 100%;
		width: 100%;
	}

	header.carousel {
		height: 350px;
	}
	
	.navbar-brand > img {
    	width: 55%;
		float: left;
	}
	
	.navbar-brand {
		height: auto;
		padding: 5px;
		float:left;
	}
	
}


/* Landscape phones and down */

@media (max-width: 480px) { 
	footer .menu_footer li{
		/*border: 1px solid white;*/
		font-size: 14px;
	}
	
	.navbar-brand > img {
    	width: 55%;
		float: left;
}
	
	.navbar-brand {
		width: 40%;
		height: auto;
		padding: 5px;
		float:left;
	}
	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) { 

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) { 

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) { 

}


/* Large screens ----------- */
@media only screen and (min-width : 1824px) { 

}


/* iPhone 4 and high pixel ratio devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) { 

}