@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 .creditos{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:15px;
	color:#000;
	text-align:center;
	
}
section .cajaContenido .contenido .creditos_1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:15px;
	color:#000;
	text-align:right;
	
}


section .cajaContenido .contenido .Unacolumnas .caracter{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

section .cajaContenido .contenido .centrado{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
}

section .cajaContenido .contenido .centrar{
	float:center;
	margin:0 10px 5px 80px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.55);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.55);
}

section .cajaContenido .contenido .izquierda{
	float:left;
	margin-left:190px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.55);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.55);
}

section .cajaContenido .contenido .derecha{
	float:right;
	margin-right:190px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.55);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.55);
}
section .cajaContenido .contenido .centrado .caracter2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
	font-weight:bold;
	text-shadow:3px 2px 2px #CCC;

}

section .cajaContenido .contenido .lista{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	padding:15px;
	list-style:circle;
	text-align:justify;
}

/*TABLAS*/
section .cajaContenido .contenido .tablas {
	/*Bordes de la tabla*/

border:inherit 5px #000000;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}

section .cajaContenido .contenido .tablas {
	/*Bordes de la tabla*/

border:inherit 5px #000000;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}

section .cajaContenido .contenido .tablas .celdas{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
}
section .cajaContenido .contenido .tablas .celdas_1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}