@charset "utf-8";
section .cajaContenido{
	width:900px;
	height:870px;
	padding:5px;
	margin:18px;
	background:url(../img/fondo_caja_contenido.png)repeat-y;
	display:block;
	margin-top:50px;
	/*Bordes redondos*/
	border:inherit 5px #000000;
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright:12px;
-moz-border-radius-bottomleft:11px;
-moz-border-radius-bottomright:12px;
-webkit-border-top-left-radius:12px;
-webkit-border-top-right-radius:12px;
-webkit-border-bottom-left-radius:11px;
-webkit-border-bottom-right-radius:12px;
border-top-left-radius:12px;
border-top-right-radius:12px;
border-bottom-left-radius:11px;
border-bottom-right-radius:12px;
/*Sombra de la caja*/
box-shadow: 0 0 10px rgba(255,255,255,0.5);
}

section .cajaContenido .contenido{
	width:870px;
	height:830px;
	margin:15px;
	/*Bordes*/
	border:solid 2px #000000;
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright:12px;
-moz-border-radius-bottomleft:11px;
-moz-border-radius-bottomright:12px;
-webkit-border-top-left-radius:12px;
-webkit-border-top-right-radius:12px;
-webkit-border-bottom-left-radius:11px;
-webkit-border-bottom-right-radius:12px;
border-top-left-radius:12px;
border-top-right-radius:12px;
border-bottom-left-radius:11px;
border-bottom-right-radius:12px;
}
section .cajaContenido .contenido .titulos{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-shadow:3px 2px 2px #CCC;
	font-size:20px;
	color:#000;
	text-align:center;
}

section .cajaContenido .contenido .Unacolumnas{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:15px;
	color:#000;
	text-align:justify;
	
}
section .cajaContenido .contenido .Unacolumnas .portadas_boletines{
	float:right; /*imgen se ajuste a la izquierda*/
	margin: 50px 75px 5px 5px; /*margen hacia la la derecha y hacia abajo*/
	-webkit-box-shadow:7px 7px 10px rgba(0,0,0,0.55);
	box-shadow:7px 7px 10px rgba(0,0,0,0.55);
	/*Bordes redondos*/
	border:inherit 5px #000000;
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright:12px;
-moz-border-radius-bottomleft:11px;
-moz-border-radius-bottomright:12px;
-webkit-border-top-left-radius:12px;
-webkit-border-top-right-radius:12px;
-webkit-border-bottom-left-radius:11px;
-webkit-border-bottom-right-radius:12px;
border-top-left-radius:12px;
border-top-right-radius:12px;
border-bottom-left-radius:11px;
border-bottom-right-radius:12px;
	}

/*APLICACIÓN DE ESTILO EN LINKS*/

section .cajaContenido .contenido .indice{
width:225px;
height:500px;
float:left;
margin:100px 50px 50px 100px;
font-size:12px;
color:#000;
}

section .cajaContenido .contenido .indice .links_sumario {
	width:290px;
	height:55px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	padding:15px;
	text-align:justify;
	color:#000;
	font-weight:bold;
	list-style:none;
}

section .cajaContenido .contenido .indice .links_sumario a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
section .cajaContenido .contenido .indice .links_sumario .numero{
	font-family:Verdana, Geneva, sans-serif;
	font-size:44px;
	text-align:justify;
	color:#000;
	text-shadow:3px 2px 2px #666;
	text-decoration:none;
	float:left;
	margin:5px 0;
}
section .cajaContenido .contenido .indice .links_sumario a .linea_vertical{
	width:2px;
	height:44px;
	display:block;
	background:#000;
	float:left;
	margin:10px 0 10px 10px;
}
section .cajaContenido .contenido .indice .links_sumario a .letra_link{
	width:175px;
	height:54px;
	display:block;
	float:left;
	/*Tipo de letra*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	text-align:left;
	/*text-shadow:2px 1px 1px #999;*/
	text-decoration:none;
	padding:10px 0 0 5px;
	color:#000;
}

section .cajaContenido .contenido .CDT_ASTIN_LOGO{
	float:right;
	margin:20px 30px 0 20px;
}