html {
	height: 100%;
	/* [disabled]min-height: 100%; */
}
body{
	margin:0px;
	padding:0px;
	height: 100%;
	background-image: url(cont_bg3.gif);
	background-repeat: repeat;
}
.pdf {
	text-transform: none;
	font-variant: small-caps;
}


td,div,select,input,textarea{
	font-size:12px;
	font-family:Tahoma;
	line-height:1.4em;
}

.evidencia_raiz {
	float: left;
	width: 400px;
	padding-right: 10px;
}

.actualidad_raiz {
	float: right;
	width: 400px;
	padding-left: 10px;
}

#menu {
	width: 110px;
	color: #FFF;
	background-color: #000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
}
#menu A {
	color: #FFF;
	text-decoration: none;
}
#menu .destacado  {
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
}

#menu A:hover {
	color: #FF0;
	text-decoration: underline;
}
.mes {
	padding-left: 10px;
}



.evidencia_gestion {
	float: left;
	width: 460px;
	padding-right: 10px;
}

.actualidad_gestion {
	float: right;
	width: 460px;
	padding-left: 10px;
}



.separacion {
	float: left;
	width: 1px;
	background-color: #666;
	left: 50%;
	position:absolute;
	height: 90%;
}
.fecha {
	color: #666;
	font-size: 11px;
}
.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #5F1831;
}
.resumen {
	font-size: 11px;
}
.issn {
	font-size: 11px;
	color: #036;
}
.CARPETA {
	font-weight: bolder;
	color: #F00;
}


#alta, #alta a, #lista {
	font-size: 9px;
	color: #090;
	cursor: pointer;
}
#alta a:hover {
	font-size: 9px;
	color: #000;
	cursor: pointer;
	text-decoration:underline;
}

.portada{
	border: 1px solid #999;
}

.portada:hover {
	border: 1px inset #000;
}

.cabecera_redondeada {
	background-color: #eee;
	border: 1px solid #aaa;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 20px #666;
	box-shadow: 0 0 20px #666;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 20px #666;
	padding: 15px;
	width: 450px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.redondo {
	background-color: #eee;
	border: 1px solid #aaa;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* [disabled]-moz-box-shadow: 0 0 10px #aaa; */
	-webkit-border-radius: 10px;
	/* [disabled]-webkit-box-shadow: 0 0 10px #aaa; */
	padding: 5px;
	width: 300px;
	margin-top: 0;
	/* [disabled]margin-right: auto; */
	margin-bottom: 0;
	/* [disabled]margin-left: auto; */
}

#redes_sociales {
	height: 25px;
	width: 400px;
	left: 50%;
	top: 0px;
	margin-left: -200px;
	position: absolute;
}

.linea_horizontal {
	background-image: url(linea.png);
	background-repeat: repeat-x;
	height: 1px;
}

.linea_vertical {
	background-image: url(linea.png);
	background-repeat: repeat-y;
	width: 1px;
}

/*================================
           COOKIES
==================================*/
#cookies {
	position: absolute;
	height: 40px;
	width: 930px;
	bottom: 40px;
	left: 50%;
	margin-left: -475px;
	margin-bottom: -40px;
	font-family: verdana;
	color: #BBBBBB;
	background-color: #222;
	padding: 10px;
	font-size: 11px;

}

#cookies strong {
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	color: #BBB;
}

#cerrar_cookies {
	background-color: #222;
	color: #BBB;
	height: 20px;
	width: 20px;
	border: 1px solid #BBBBBB;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bolder;
	position: absolute;
	right: 10px;
	padding: 0px;
}

#cerrar_cookies:hover {
	background-color: #100106;
	color: #FFF;
	border: 1px solid #FFF;
}

.link_cookie {
	text-decoration: underline;
	cursor: pointer;
}

.link_cookie:hover {
	color: #FFF;
	text-decoration: none;
}

#politica_cookies {
	font-family: verdana;
	font-size: 11px;
	color: #333;
}

#politica_cookies H5 {
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	background-color: #333;
	display: block;
	padding: 4px;
	width: 100%;
}

#politica_cookies H4 {
	font-size: 12px;
	font-weight: 700;
	color: #333;
}

#politica_cookies H3 {
	font-size: 16px;
	font-weight: bolder;
	color: #333;
}