@charset "utf-8";
/* CSS Document */
body {
	background-color:#2D6986;
	/*background-color:#FFF;*/
	font: 1.0em arial,sans-serif;
	margin:0px;
	}
#Inicio {
	float:left;
	width: 550px;
	height:250px;
	background-image: url('../images/FondoInicio1.jpg');
	background-repeat: no-repeat;
	}	
#Inicio1 {
	float:left;
	margin-top:20%;
	width: 100%;
	height:250px;
	background-image: url('../images/FondoInicioRepite.jpg');
	background-repeat: repeat-x;
	}	
#ContenidoInicio {
	float:left;
	width:200px;
	height:250px;
	padding-top:70px;
	color:#CCC;
	font-family:Corbel, Arial;
	font-size:12px;
	}		
#wrap {
	max-width: 800px;
	min-width: 800px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/Fondo.jpg');
	background-repeat: repeat-y;
	background-color:#1E4557;
	height:100%;
	overflow:hidden;
	}
#SuperiorIzquierdo {
	float:left;
	margin-left:10px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#FFF;
	width: 215px;
	height: 180px;
	background-image: url('../images/FondoSupIz.jpg');
	}
#SuperiorCentral {
	float:left;
	width: 565px;
	height: 180px;
	background-image: url('../images/ImgFondoSup.jpg');
	background-color: #333;
	}	
#MenuIzquierdo {
	float:left;
	margin-left:10px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#FFF;
	width: 215px;		
	background-color:#1E4557;
	height:600px;
	}
#ContenedorCentral {
	float:left;
	width: 565px;
	background-image: url('../images/FondoCuerpo.jpg');
	background-repeat: no-repeat;
	height: auto;	
	}
#ImgCabaceraCentral{
	}	
.CabaceraCentral{
	float:left;
	font-family: Corbel, Arial;
	font-size:16px;
	margin-top:40px;
	margin-left:20px;
	color:#245166;
	font-weight:bold;
	width:100%;
	}	
.TextoContenedor{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	text-decoration:none;
	margin-top:50px;
	margin-left:50px;
	margin-right:50px;
	}	
#Pie {
	float:left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height:38px;
	background-image: url('../images/FondoPie.jpg');
	}	
#TxtPie {
	padding-top:7px;
	color:#173442;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}		
#Fin {
	max-width: 800px;
	min-width: 800px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}	

.TxtFin	{
	padding-top:7px;
	color:#173442;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration:none
	}		
