#titulo {
	background-color: #2993F7;
	background-repeat: no-repeat;
	height: 150px;
	width: 750px;
	color: inherit;

}
#validaciones {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	text-align: center;
	margin: 25px 0px 0px 0px;
	background-attachment: fixed;
	background-image: url(./imagenes/fondo_body.png);
	background-repeat: repeat-y;
	background-position: center;
}

#contenedor {
	text-align: left;
	width: 750px;
	margin:auto;
	background-color: #A8E2FF;
	color: #000000;

}

#secciones {
	width: 150px;
	float:left;
	background-color: #A8E2FF;
	color: inherit;
}

#titulo_pie {
	background-color: #D4D0C8;
	height: 5px;
	width: 750px;
	font-size: 0px;
	color: inherit;
}


#contenidos {
	width: 570px;
	float:right;
	margin:0px;
	background-color: #FBFEFF;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: inherit;
	background-image: url(../imagenes/fondo_contenidos.png);
	background-repeat: no-repeat;	
}
#borde #contenedor #contenidos h1 {
	font-size: 16px;
	font-weight: bold;
}

#borde #contenedor #contenidos h2 {
	font-size: 14px;
	font-weight: bold;
}
#borde #contenedor #contenidos h3 {
	font-size: 13px;
	font-weight: bold;
}

#secciones ul {
	list-style: none;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
.enlaceNavegacion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color:inherit;

}
.enlaceNavegacion:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	background-color:inherit;
}
#contenedor #secciones li {
	padding: 3px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
}


#secciones ul {
	list-style: none; 
}


#pie_contenidos {
	text-align: right;
	width: 748px;
	clear:both;
	background-color: #EAF9FF;
	height: 25px;
	border-top: 2px solid #33CCFF;
	border-right: 2px solid #33CCFF;
	border-bottom: 0px solid #33CCFF;
	border-left: 0px solid #33CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #A6E2FF;
}
#borde {
	border: 1px solid #666666;
	width: 750px;
	margin:auto;
}

#main_contenedor_titulo {
	width: 540px;
	height: 98px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
	border-top: 2px solid #33CCFF;
	border-right: 1px solid #33CCFF;
	border-bottom: 2px solid #33CCFF;
	border-left: 1px solid #33CCFF;
	margin: auto;
}


#main_titulo {
	width: 440px;
	text-align: center;
	float:right;
	height: 100px;
	vertical-align: middle;
	margin: 0px;
}
#main_escudo {
	width: 100px;
	float:left;
	margin: 0px;
}
.contenido_main{
	text-align: center;
}

.informacion_izquierda{
	float: left;
	width: 270px;
	

}
.informacion_derecha{
	float: right;
	width: 270px;
	text-align: center;
}
.imagen_centrada{

	margin: auto;
	clear:both;
}
.contenedor_info{
	width: 540px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#contenidos a:link {
	color: #FF6600;
	text-decoration: none
}

#contenidos a:visited {
	color: #FF3300;
	text-decoration: none
}

#contenidos a:hover {
	color: #FF9900;
	background: #EDF7FD;
}