/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(imagenes/fondo.jpg);
}
#contenedor {
	margin:1px auto;
	text-align:center;
	border: 0px solid #000000;
	width:802px;
	background-image:url(fondo_azul.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#superior{
	width:800px;
	height:100px;
	border: 0px solid #999933;
}
#logo{
	width:90px;
	height:25px;
	border: 1px solid #3366CC;
	float:left;
	background-color:#a01243;
	float:right;
}
#menu{
	margin:0px auto;
	text-align:center;
	width:700px;
	height:25px;
	border: 0px solid #3366CC;
	float:left;
	background-color:#fffff;
}
#texto{
	width:390px;
	height:400px;
	border: 0px solid #3366CC;
	float:left;
	background-color:#FFFFFF;
	padding-top:25px;

}
#titulo{
	width:390px;
	height:45px;
	border: 0px solid #3366CC;
	float:left;
	background-color:#ffffff;
	text-align:left;
	margin-bottom:0px;
}
#central{
	width:700px;
	height:450px;
	border: 1px solid #000000;
	text-align:left;
	margin:0px auto;
	text-align:center;
	background-color:#FFFFFF;
}
#foto{
	width:300px;
	height:400px;
	border: 0px solid #3366CC;
	padding-top:25px;
	float:right;
	background-color:#FFFFFF;
}

#encabezado_capitulo {
	width:800px;
	height:250px;

}
#numero_capitulo {
	height:210px;
	background-color:#004c99;
	width:200px;
	color:#ffffff;
	font-size:50px;
	float:left;
	padding-top:40px;
	text-align:center;
	font-weight: bold;

}
#texto_capitulo {
	height:150px;
	color:#004c99;
	width:560px;
	padding-right:40px;
	padding-top:100px;
	font-size:40px;
	float:left;
	vertical-align:middle;
	text-align:right;
	font-weight: bold;

}
#encabezado_subcapitulo {
	width:800;
	padding-top:20px;
	padding-left:80px;
	color:#004c99;
	font-size:18px;
	text-align:left;
	font-weight: bold;

}
#lista_sub_subcapitulos {
	width:800;
	padding-top:5px;
	padding-left:120px;	
	color:#000000;
	font-size:15px;
	text-align:left;

}
#logotipos_jcyl {
	width:800;

}
#subcapitulo {
	width:800;
	background-color:#004c99;
	color:#ffffff;
	font-size:20px;
	font-weight: bold;
	text-align:center;
	font-style: italic;
}
#textos_sin_tabulacion {
	width:700px;
	color:#000000;
	font-size:13px;
	padding-top:25px;
	padding-left:80px;
	text-align:justify;
	padding-bottom:20px;


}
#textos {
	width:650px;
	color:#000000;
	font-size:13px;
	padding-top:25px;
	padding-left:120px;
	text-align:justify;
	padding-bottom:20px;
}

#capa_navegacion {
	width:650px;
	color:#000000;
	font-size:12px;
	padding-top:25px;
	padding-left:120px;
	text-align:justify;
	padding-bottom:20px;
	text-align:right;

}
h1 {
	
}
h2 {
}
h3 {
	font-weight: bold;
	padding-top:1px;
	padding-bottom:0px;
	border-bottom:0px;
	margin-bottom:0px;
	text-decoration: underline;
}
h4 {
	font-weight: bold;
	padding-top:5px;
	padding-bottom:1px;
	border-bottom:1px;
	margin-bottom:3px;
}
h5 {
	font-weight: bold;
	padding-top:5px;
	padding-bottom:1px;
	border-bottom:1px;
	margin-bottom:3px;
}
.titular{
	font-size:24px;
}
.texto_normal{
	font-size:11px;
	text-align:justify;
	line-height: 16px;
}
.texto_superior{
	text-align:center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}
.borde_botones{
	border:solid 1px #ffffff;
}