/* CSS Document */
/* 2014 Equipo NTG */
/*  CSS para BOLETINES MNHN*/
/*  media: Screen */


/************************************************************************************
REESCRIBIENDO ALGUNOS ESTILOS BOOTSTRAP
*************************************************************************************/

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }

a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

html, body {
	height: 100%;
	background: #f7f7f7;
	}
img  {
	height: auto; 
	max-width: 100%;
}
.navbar {
    margin-bottom: 0;
	/*background-color: #eee;*/
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

}
table caption {
	text-align: left;
	font-size: 22px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	background:url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/bg_titulocaja.png) left bottom no-repeat;
	}
.navbar-default a.navbar-brand { 
	margin-top:28px;
	font-size: 36px;
    color: #DD271D;
	}
	
.navbar-default a.navbar-brand:hover {
	color: #DD271D;
	opacity: 0.7;
	}
.barra_gris {
	background-color: #666;
	min-height: 80px;
	}
.barra_gris:after {
	display: table;
	content: "";
	clear: both;
}

.invisible {
	display:none;
}

.beta {
    font-size: 0.4em;
}
/************************************************************************************
COMBINACIÓN ESTILOS BOOTSTRAP Y ENGINE
*************************************************************************************/
#wrap {
	min-height: 400px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 30px;
	}
#wrap:after {
	display: table;
	content: "";
	clear: both;
}
#wrap-home {
	min-height: 280px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 30px;
	}

h1.logo{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/logo_mnhn.png);
	background-repeat: no-repeat;
	background-position: left top;
}

h1.logo a{
	text-indent: -9999px;
	width:124px;
	height:66px;
	display:block;
}

#menu{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin-top:24px;
	}

.panel-footer {
	background-color: #FFF;
	border-radius: 0;
	border-top: 1px solid #999999;
	/*box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.30);*/
	min-height: 80px;
}
.panel-footer p {
		text-align: center;
}
#menu-auxiliar {
	background: #fff;
}
.breadcrumb {
	text-align: right;
	background: none;
	padding: 0;
	font-size: 12px;
	margin: 0 0 15px 0;
	}
.breadcrumb ul li{
	margin: 5px 10px 5px 0;
	display:inline-block;
	list-style-type: none;
}

.breadcrumb ul li.current {
    color: #999999;
}
.titulocaja, #po_lista_boletines > h2 {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0 0 6px 12px;
	color: #555;
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/bullet-titulo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div.menu_lateral{
	margin-bottom:20px;
	}

.menu_lateral h2{
	border-bottom:1px solid #CCC;
	}

.menu_lateral ul li{
	font-size:0.9em;
	}

.menu_lateral .media{
	margin-top:5px;
	}

/*RECUADROS*/
.recuadros ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	}
.recuadros_cerrados div.recuadro.thumbnail {
	padding: 10px;
	}
.listarecuadros h3.grupo:nth-child(2) {
	padding-top: 0; margin-top: 0;
	}
.recuadro.media > .titulo {
	padding-top: 0;
	margin-top: 0;
}

span.binary-imagen_portada h5{
	display:none;
	}

.margen-arriba-md{ margin-top:20px;}

/*MENU VALORES*/

.menuvalores {	
}
.menuvalores ul.list-group {
	border: 1px solid #eee;
	border-radius: 0;
	}
.menuvalores .list-group-item {
	border-style: dotted;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-color: #CCC;
	border-radius: 0;
}
.menuvalores .list-group-item:first-child {
	border: none;
}
.menu-valores .badge {margin-top:0;}
.menuvalores ul.list-group li.current.active.list-group-item {
	background-color: #f8f8f8 !important;
}
.menuvalores ul li span.glyphicon {
	font-size: 70%;
	top: -1px;
}
.menuvalores ul.list-group li.list-group-item a {
	/*display: block;*/
}
.menuvalores ul.list-group li.list-group-item:hover {
	background-color: #f8f8f8;
	text-decoration: none;
}
.menuvalores ul.list-group li.current.active.list-group-item a {
	color: #555;
}
/*ARTICULOCOMPLETO*/
.articulo .epigrafe {
	font-size: 0.9em
}
.articulo .titulo {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
	color: #555;
	line-height: 120%;
}
.articulo .abstract {
    border-left: 2px solid #ccc;
    color: #333;
    font-size: 1.2em;
    font-weight: 100;
    margin-bottom: 25px;
    padding-left: 10px;
}
	
.articulo .indice {
	margin-bottom: 1.5em;
	background-color: #f8f9f9;
	padding-top: 1em;
	padding-bottom: 1em;
	}
.articulo h2{
	border-bottom: 1px solid #CCCCCC;
	background-image: url("/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/bullet-titulo.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #555555;
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0 24px;
    padding: 0 0 6px 12px;
	}
.articulo .figure {
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: auto;
	}
.articulo .figure.pull-left {
	padding-right: 15px;
	max-width: 50%;
}
.articulo .figure.pull-right {
	padding-left: 15px;
	max-width: 50%;
}
.articulo .figure .titulo {
	font-weight: bold;
	padding-top: 10px;
	font-weight: 1 em;
	width: auto !important;
	text-align: left;
	}
.articulo .figure .caption {
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 10px;
	width: auto !important;
	text-align: left;
	}
.articulo .figure.format-jpg {padding-bottom: 0; margin: 0 auto; text-align: center;}
.barra_boletin {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
	overflow:hidden;
	font-size:0.9em;
	padding:2px 0;
	}

.articulo td{ border:1px solid #ddd;}

.articulo .format-doc .titulo{margin: 10px 6px;}

.titulo.dospuntos {
    margin-right: 5px;
	margin-bottom:5px;
}

.titulo.dospuntos:after {
    content: ":";
    padding-right: 10px;
}

#herramientas > ul{
	float:right;
	}
.barra_boletin span.figure img{
	height:30px;
	width:auto;
	padding-right:10px;
	}
.barra_boletin p{
	font-size:0.9em;
	}
.herramientas_recurso ul li{
	list-style-type: none;
}
li.citar{
	display:block;
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/ico_citar.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:30px;
	float:left;
	padding-top:4px;
	}
	
li.compartir{
	display:block;
	padding: 4px 0 0 18px;
	float:left;
	height:22px;
}

li.compartir:before {
    content: "Compartir:";
}

p.social-tools{
	float:right;
	margin-left:10px;}

p.social-tools a{
	display:block;
	width:22px;
	height:22px;
	float:left;
	}
	
/*TITULOS VALOR*/

.page-header {border: none; margin: 10px 0 0 0; padding:0 0 0 10px;}

.page-header .titulo {
	color: #fff; 
	padding: 0; 
	font-weight: 300;
	border-left: 10px solid #DD271D;
	padding-left: 5px;
	margin-left:-15px;
	}

.noticiario.page-header {
    display: table;
    margin-left: -15px;
    margin-top: 0;
}

.noticiario.page-header .titulo{ float: left; border:none; margin-left: 7px; font-size: 2em;}

.noticiario.page-header h2 {float: left; border-left: 10px solid #dd271d; color: #fff; font-weight: 300; margin-left: -15px; padding: 0 0 0 5px;}

#IrArriba {
    top: 50%;
    left: 5%;
    margin-left: -40px;
	margin-top: -20px;
    position: fixed;
    z-index: 10;
	width: 40px;
	border-radius: 20px;
	background-color: #d25b73;
	text-align: center;
	opacity: 0.6;
}

#IrArriba:hover{
	opacity: 1;
	}

#IrArriba span.glyphicon {
	color: #fff;
    font-size: 1.5em;
    line-height: 40px;
    top: 0;
    vertical-align: middle;
}

#IrArriba a strong {
	display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -9999%;
}

.barra-gris { min-height: 50px; background-color: #333;}
.lista-colapsable ul {
	list-style: none;
	margin-bottom: 0;
}
.lista-colapsable > ul {
	padding-left: 0;
	margin-left: 0;
}
.lista-colapsable  ul li ul {
	padding-left: 25px;
	margin-left: 0;
	padding-top: 8px;
	}
.lista-colapsable  ul li ul a {
	display: inline-block;
}
.lista-colapsable span.glyphicon {
	font-size: 60%;
	top: -1px;
	}
.lista-colapsable li {
	padding-bottom: 6px;
}
.lista-colapsable ul li span.contraer a, .lista-colapsable ul li span.expandir a {
	background-color: #439b86;
	padding: 0;
	color: #FFF !important;
	margin: 2px 5px 2px 0;
	border-radius: 12px;
	display: inline-block;
	font-weight: 700;
	font-size: 120%;
	line-height: 24px;
	text-decoration: none;
	text-align: center; 
	min-width: 24px;
	}
.lista-colapsable ul li span.contraer a:hover, .lista-colapsable ul li span.expandir a:hover {
background-color: #347767;	
}
.lista-colapsable.panel.panel-default > ul {
	padding: 15px;
	}

#opciones {
	padding-right: -15px;
	}

.tipo-contenido  {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	}
.tipo-contenido span.glyphicon {
	color: #888;
	margin-right: 10px;
	}
.negrita{
	font-weight: bold;
}
/************************************************************************************
					PERSONALIZACION POR CAJA (ID)
*************************************************************************************/

div#buscador {
    background-color:#F1F1F1;
    float: right;
    height: 40px;
    padding: 2px;
    width: 370px;
	margin-right: -15px;
}

div#buscador legend{
	display:none;
	}

div#buscador fieldset{
	width:350px;}

div#buscador input.btn{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/ico_buscar.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent:-9999px;
	width:45px;
	border:none;
	background-color:#F1F1F1;
	}

.form-control{
	border:none;
	background-color: #F1F1F1;
	box-shadow:none;
	opacity:0.8;
	}
	
.form-control:focus {
	opacity: 1;
}
#po_lista_boletines {
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
#po_lista_boletines div.recuadro {
    border-color: #ccc -moz-use-text-color;
    border-radius: 0;
    border-style: solid none;
    border-width: 2px 0 1px;
    display: table;
    float: left;
    height: 175px;
    margin-left: 1.4%;
    margin-right: 1.4%;
    padding-bottom: 10px;
    padding-top: 10px;
    top: 0;
	border-bottom:none;
	width:100%;
}

#po_acceso_boletines .btn{ margin-top:30px;}

#po_lista_boletines div.recuadro img {
	height: 150px;
    padding-right: 10px;
    width: 100px;
}
#po_lista_boletines h3.titulo a{
	color: #DD271D;
	font-size: 20px;
	}

#acceso_boletines .grupo {

	}
#acceso_boletines h3.titulo-grupo:before, #titulo_boletin_numero h1:before {
	/*content:"Boletín ";*/
	}
#acceso_boletines h3.titulo-grupo:before {
	color:#333;
	font-size: 20px;
	line-height:0.5;
	padding-left:26px;
	}
#titulo_boletin_numero h1:before {
	color:#FFF;
	}
#acceso_boletines h3.titulo-grupo {
	padding-right:10px;
	}
#acceso_boletines h3 a{
	 background-image: url("/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/bullet_lista.png");
    background-position: 15px 7px;
    background-repeat: no-repeat;
    /*color: #dd271d;*/
    display: block;
    font-size: 17px;
    padding-left: 30px;
    padding-top: 5px;
	font-weight: normal;
	}
#acceso_boletines .titulo-grupo{
	float:left;
	}

#colofon h2 {
	display: none;
	}
#colofon p.direccion{
	font-size: 0.8em;
	padding-top:20px;
	}
#pa_listado_articulos p.small {
	margin-bottom: 5px;
}
#pa_listado_articulos .titulo {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.2em;
}
#pa_listado_articulos span.pull-left img{
	height:54px;
	width:auto;
	margin-bottom:10px;
	}

#pa_listado_articulos p.abstract{
	margin-bottom:2px;
	}

#acceso_areas ul li, #territorio ul li{
	list-style-type: none;
	margin-bottom:20px;
	}

#acceso_areas ul li a, #territorio ul li a{
	background-image: url("/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/bullet_lista.png");
    background-position: left 4px;
    background-repeat: no-repeat;
    display: block;
    font-size: 1.2em;
    padding-left: 20px;
	float:left;
}

#acceso_areas ul li > ul, #territorio ul li > ul{
	margin-top:10px;
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	display:block;
	width: 260px;
	position: absolute;
	z-index: 100;
	padding:10px;
	}

#acceso_areas ul li > ul li, #territorio ul li > ul li{
	float:none;
	width:100%;
	list-style-type: none;
	margin-bottom:10px;
	}

#acceso_areas ul li > ul li a, #territorio ul li > ul li a{
	background-image: url("/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/bullet-gris.png");
    background-position: left 10px;
    background-repeat: no-repeat;
    font-size: 0.95em;
    padding: 5px 0 6px 15px;
}

#acceso_boletines > div.grupo > div{
	display:block;
	background-color:#FFF;
	border:solid 1px #ccc;
	border-radius:6px;
	width:260px;
	height:320px;
	z-index:100;
	margin-left: 14px;
    margin-top: 50px;
	padding:10px;
	overflow-y: scroll;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	position:absolute;
	}

#acceso_boletines > div.grupo > div > div.recuadro{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/bullet-gris.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding:5px 0 6px 15px;
	font-size:0.95em;
}
#acceso_boletines a.expandir{
	/*margin-left: 150px;
    margin-top: 50px;*/
	margin-left: 238px;
    margin-top: 25px;
	float: right;
}
#acceso_boletines a.contraer{
	/*margin-left: 150px;
    margin-top: 50px;*/
	margin-left: 238px;
    margin-top: 25px;
	float: right;
}
#acceso_areas a.expandir{
	font-size: 0.9em;
	margin-left: 170px;
    margin-top: -22px;
	height:30px;
}
#acceso_areas a.contraer{
	font-size: 0.9em;
	margin-left: 170px;
    margin-top: -22px;
	height:30px;
}
a.expandir{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/ico_menu.png)!important;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:30px!important;
	width:120px;
	height:22px;
	display:block;
	color: #DD271D;
	position: absolute;
	font-size:0.9em;
	}

a.contraer{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/ico_menu.png)!important;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:30px!important;
	width:120px;
	height:22px;
	display:block;
    position: absolute;
	color: #DD271D;
	font-size:0.9em;
}

.menu-down{
	background-color:#FFF;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:0.8em;
	padding:2px 0;
	}

a.fb, a.tw, a.In{
	width:24px;
	height:24px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin-right:10px;
	}	
	
a.fb{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/sprite-redes-sociales.png);
	background-repeat: no-repeat;
	background-position: -31px top;
}

a.tw{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/sprite-redes-sociales.png);
	background-position: -62px top;
}

a.In{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/sprite-redes-sociales.png);
	background-position: -93px top;
}

span.ver_todos{
	padding: 0 5px;
	width:130px;
	position:relative;
	display:block;
	}

span.ver_todos img{
	display:none;
	}

span.ver_todos a{
	display:block;
	height:30px;
	width:116px;
	position:absolute;
	top:0;
	left:0;
	}

span.ver_todos h5{
	color:#FFF;
	display:block;
	font-size:0.9em;
	margin:6px 0 8px 0;
	}

span.ver_pdf{
	padding: 0 5px;
	background-color:#CCC;
	margin-top:10px;
	width:130px;
	border-color:#BFBFBF;
	display:block;
	position:relative;
	}

span.ver_pdf a{
	display:block;
	height:30px;
	width:116px;
	position:absolute;
	top:0;
	left:0;
	}

span.ver_pdf:hover{
	background-color:#BFBFBF;
	border-color:#B2B2B2;
	}
	
span.ver_pdf img{
	display:none;
	}

span.ver_pdf h5{
	display:block;
	font-size:0.9em;
	margin:6px 0 8px 0;
	}

div#formulario_i__w3_tr_FormularioFeedback_1{
	width:60%;
	display:block;
	margin:0 auto;
	}

div#formulario_i__w3_tr_FormularioFeedback_1 legend{
	text-align:center;
	}

div#formulario_i__w3_tr_FormularioFeedback_1 label{
	width:130px;
	}

div#formulario_i__w3_tr_FormularioFeedback_1 div{
	margin-bottom:15px;
	}


/************************************************************************************
AUTORES
*************************************************************************************/

.glosario ul li{
	list-style-type: none;
	}

.glosario ul+ul{
	margin-left:-30px;
	}

li.tab-pane > ul{
	margin-left:-30px;
}

li.tab-pane > ul li{
	margin-top:20px;
	display:block;
	}

li.tab-pane > ul li a{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/bullet_lista.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:20px;
	font-size:1.2em;
	display:block;
	}

.glosario ul+ul > li span{
	display:none;
	}
	
/************************************************************************************
MARQUESINA
*************************************************************************************/

#slider{
	position:relative;
	}
.marquesina_home div.recuadro{
	position:relative;
	}
.marquesina_home div > ul{	
	width: 40%;
	list-style: none;
	padding: 15px;
	/*display: inline-block;
	float: left;*/
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6 );
	min-height: 60%;
	top: 15px;
	right: 15px;
}
.marquesina_home .titulo{
	font-size: 1.6em;
	font-weight: 300;
	padding:  0;
	line-height: 120%;
}
.marquesina_home .titulo a{
	color:#FFF;
	}	
.marquesina_home .epigrafe {
	font-size:1.2em;
	padding: 0 0 10px;
	color: #ccc;
}
.marquesina_home span.figure {
	height: 400px;
	overflow: hidden;
	display: block;
	}
.marquesina_home ul.indice_caras{
	list-style:none;
	border: none;	
	bottom: 5px;
    left: 50%;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
	margin-left: -30%;
    z-index: 15;
	background:none;
}
.marquesina_home .indice_caras li{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 5px;
	text-indent: -99999%;
	border: 3px solid #ffffff;
	border-radius: 20px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 0 4px rgba( 0, 0, 0, 0.3)
}
.marquesina_home .indice_caras li.current{
    background-color: #FFFFFF;
}
.marquesina_home .indice_caras li a{
	display:block;
	}
.marquesina_home span.prev, .marquesina_home span.next{
	bottom: 10px;
	position:absolute;
	color:#FFF;
	z-index:100;
	width:40px;
	height:40px;
}
.marquesina_home span.prev a, .marquesina_home span.next a{
	width:40px;
	height:40px;
	text-indent:-9999px;
	display:block;
}
.marquesina_home span.prev{
	left: 20px;}
.marquesina_home span.prev a{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/sprite-play.png);
	background-repeat: no-repeat;
	background-position: left -135px;
}
.marquesina_home span.next{
	right: 20px;
}
.marquesina_home span.next a{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/sprite-play.png);
	background-repeat: no-repeat;
	background-position: left -89px;
}
.marquesina_home span.boton {
	position:absolute; 
	top:15px;
	left:15px;
	width:34px;
	height:34px;
	z-index:100;
	}

span.boton a{
	text-indent:-9999px;
	}

a.pause{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/sprite-play.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	width:34px;
	height:34px;
	display:block;
}

a.play{
	background-image: url(/web/20210218164354im_/https://www.mnhn.gob.cl/publicaciones/css/images/sprite-play.png);
	background-repeat: no-repeat;
	background-position: center -34px;
	width:34px;
	height:34px;
	display:block;
}
.recuadros-recursos .recuadro {	
	margin-bottom: 20px;
	}
.recuadros-recursos .recuadro .autor {	
	margin-bottom: 6px;
}
.badge {
	color: #666; background: 
	none; border-radius: 0; 
	line-height: auto; 
	font-size: auto; 
	font-size:inherit; 
	font-weight: normal; 
	margin-right: 10px; 
	margin-top: 4px;
}

#acceso_boletines .noticiario a.expandir{ margin-left: 260px;}
#acceso_boletines .noticiario a.contraer{ margin-left: 260px;}
#acceso_boletines .noticiario h3 a{background-size: 3.5% auto;}
#acceso_boletines .noticiario > div.grupo > div{ height: 210px;}
#acceso_boletines .noticiario h3.titulo-grupo::before, #titulo_boletin_numero .noticiario h1::before {
    content: "";
}

#acceso_boletines .noticiario {
    margin-top: -10px;
}

#acceso_boletines > div.grupo.noticiario > div{height:250px;}

.cc img {
    height: 25px;
    opacity: 0.6;
}

#formulario_i__tr_FormularioFeedback_w3_1 {
    margin: 10px auto;
    width: 320px;
}


/************************************************************************************
Mejoras 2016
*************************************************************************************/

.s-logo{}

/************************************************************************************
MEDIA QUERIES /aqui se reescriben los estilos para dispositivos con pantalla mas pequeniass/
*************************************************************************************/
@media only screen and (max-width: 1200px) {
.glosario .indice.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background-color: #ddd; border-radius: 6px;}

.glosario .indice.nav-tabs {
    border-bottom: none;
}

.glosario .indice.nav-tabs > li > a {
    border: 1px solid #ddd;
    border-radius: 4px;
	margin-bottom: 3px;
}

}
@media only screen and (max-width: 900px) {
	/* Ajustes de estilos para la transicion de la pantalla para escritorio a responsive */
	.recuadros, recuadros_cerrados, .menuvalores, .listarecuadros {margin-bottom: 15px;}
	#test2 .navbar-form {max-width: 100%;}
	#IrArriba {display: none !important; visibility:hidden !important;}
	.nav > li > a{padding: 10px 12px;}
	#po_lista_boletines div.recuadro {border:none;}
	div.titulo_boletin{margin-left: 155px; margin-top: 5px; position: absolute;}
	.col-md-2 img{margin-bottom:20px;}
	.marquesina_home div > ul{ width:100%; right:0; top:auto; bottom:0; margin-bottom:0; padding:15px 15px 50px 15px; background-color: #333; height: auto; min-height: 0;}
	.marquesina_home div > ul li.epigrafe{display:none;}
	.marquesina_home .titulo{font-size: 1.2em; text-align: center}
	.marquesina_home span.figure {height: 305px;}
	.barra_gris {background-color: #333}
	.marquesina_home ul.indice_caras li {opacity: 0.4}
 }
@media only screen and (max-width: 767px) {
	.navbar-default a.navbar-brand{font-size:32px;}
	h1.logo{float:left;}
	.navbar-header{margin-bottom:20px;}
	div#formulario_i__w3_tr_FormularioFeedback_1{width:100%;}
	div#buscador{float:none; width: 100%;}
    div#buscador fieldset {margin-top: -20px;width: 100%;}
	#herramientas > ul{float:none; margin-left: -40px;}
	.barra_boletin{padding-bottom:5px;}
	#acceso_areas a.expandir{display:none;}
	.marquesina_home span.figure {height: 260px;}
	.marquesina_home div > ul {background-color: #333; height: auto; top: 170px;}
	div#buscador {margin-right: 0}
	.navbar-toggle {top: 25px;}
}
	  
@media only screen and (max-width: 599px) {
	/* Ajustes de estilos para la transicion de la pantalla para escritorio a responsive */ 
	#po_lista_boletines div.recuadro img {max-width: 124px;}
	div#formulario_i__w3_tr_FormularioFeedback_1 label{display:block;}
	div#formulario_i__w3_tr_FormularioFeedback_1 input{width:98%;}
	div#formulario_i__w3_tr_FormularioFeedback_1 textarea{width:98%;}
	#acceso_boletines a.expandir{display:none;}
	#acceso_boletines h3.grupo{border:none;}
	.articulo h1.titulo {font-size: 1.7em;}
    .marquesina_home span.figure {height: 200px;}
	.navbar-default a.navbar-brand {font-size: 1.7em;}
	h1.logo {background-size: 100% auto;}
	h1.logo a{height: 60px; width: 100px;}
 }
 
 @media only screen and (max-width: 479px) {
	 .navbar-brand{ padding:15px 5px;}
	 .navbar-toggle {position: absolute;}
	 .navbar-default a.navbar-brand {font-size: 1.1em;}
	 h1.logo a {height: 60px; width: 75px;}
	 #po_lista_boletines div.recuadro{width:100%}
	 #colofon img{height: auto; max-width: 280px;}
	 .articulo .figure, .articulo figure.pull-left, .articulo .figure.pull-right { max-width: 100% !important; width: 100% !important; float:none !important; padding: 15px 0 !important;}
	 .articulo .figure img {width: 100% !important; height: auto !important}
	 .marquesina_home span.figure {height: 160px;}
	 #acceso_boletines h3 a, #acceso_boletines h3.titulo-grupo:before {font-size: 18px; min-height: 40px; line-height: 120%}
	 
}
/*
     FILE ARCHIVED ON 16:43:54 Feb 18, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:43:58 Jul 06, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 106.942
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.07
  RedisCDXSource: 2.397
  esindex: 0.007
  LoadShardBlock: 87.149 (3)
  PetaboxLoader3.datanode: 80.339 (4)
  CDXLines.iter: 15.435 (3)
  load_resource: 52.126
  PetaboxLoader3.resolve: 24.917
*/