body{
	background: #abcbe7;
	/*background-image:url(imagenes/fondo.png); */
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
#contenedor{
	background-color:#abcbe7;
	//background-color:transparent;
	width:100%;
}
#cabecera{
	width:760px;
	//width:758px;
	background-color:blue;
	padding:5px 0px 0px 0px;
}
#cabeceraFondo{
	width:100%;
	background-color:#2c56a5;
}
#cuerpo{
	padding:3px 0px 0px 0px;
	background-color:white;
	width:758px;
	//width:760px;
	border-right:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
}
#cuerpoFondo{
	background-image:url(../imagenes/fondo.png);
	background-repeat:repeat-x;
}
/*Columnas*/
#columnaIzquierda{
	width:138px;
	background-color:white;
	vertical-align:top;
}
#columnaCentral{
	width:435px;
	background-color:white;
	vertical-align:top;
}
#columnaCentral p{
	margin:0px;
	padding:0px;
}
#columnaDerecha{
	width:182px;
	//width:179px;
	padding:0px 0px 0px 3px;
	background-color:white;
	vertical-align:top;
}
.menu{
	height:22px;
	width:120px;
	//width:134px;
	background:url(../imagenes/botones.png) #95b4e1 no-repeat center left;
	padding:4px 0px 0px 15px;
	//padding:2px 0px 0px 15px;
	color:black;
	font-size:15px;
	font-family:Arial;
	margin:0px 0px 3px 0px;
	font-variant:small-caps;
}
.menu a{
	color:black;
	text-decoration:none;
}
.menu a:hover {
	cursor:pointer;cursor:hand;
	text-decoration:none;
	color:white;
	font-weight:bold;
}
#columnaIzquierda a{
	text-decoration:none;
}
#columnaIzquierda img{
	border:0px;
}
#cuerpoCentral{
	width:413px;
	//width:433px;
	padding:15px 10px 10px 10px;
	border:1px solid #cccccc;
	background-color:#f7f7f7;
	/*text-align:center;*/
}
#cuerpoCentral img{
	border:4px double #cccccc;
	background-color:white;
}
#cuerpoCentral .cuerpoCentralTitulo{
	font-family:Arial;
	color:#2c56a5;
	font-size:26px;
}
#cuerpoCentral .texto{
	font-size:14px;
	font-family:Arial;
	text-align:justify;
}

.tituloModulo{
	height:18px;
	//height:20px;
	width:179px;
	padding:2px 0px 0px 0px;
	//padding:1px 0px 0px 0px;
	background-color:white;
	background-image:url(../imagenes/cabModulos.png);
	font-size:14px;
	font-family:Arial;
	text-align:center;
	font-weight:bold;
	color:white;
}
.tituloModulo img{
	margin:-1px 0px 0px 5px;
	float:left;
	left:30px;
}
.tituloModulo span{
	margin:-1px 0px 0px 5px;
	float:left;
	left:30px;
}
.cuerpoModulo{
	width:171px;
	//width:178px;
	margin:3px 0px 5px 0px;
	//margin:3px 0px 5px 0px;
	padding:3px;
	background-color:#f7f7f7;
	border:1px solid #cccccc;
	font-size:12px;
	font-family:Arial;
	text-align:justify;
	color:#2c56a5;
}
.cuerpoModulo input{
	background-color:white;
	border:1px solid #cccccc;
	width:100px;
}
.cuerpoModulo span{
	font-family:Arial;
	font-size:12px;
}
.extra{
	height:23px;
	//height:26px;
	width:95px;
	//width:134px;
	padding:3px 0px 0px 40px;
	//padding:2px 0px 0px 40px;
	background-color:#ee9a16;
	background-image:url(../imagenes/extras.png);
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:white;
	font-variant:small-caps;
}
.extra img{
	position:absolute;
	margin:-7px 0px 0px -36px;
}
.extra span{
	position:absolute;
	margin:-7px 0px 0px -36px;
}
a:hover .extra{
	cursor:pointer;cursor:hand;
	text-decoration:none;
}
#pie{
	height:24px;
	width:758px;
	//width:760px;
	background-color:#2c56a5;
	color:white;
	font-family:Arial;
	font-size:10px;
	margin:5px 0px 0px 0px;
	text-align:center;
}
#pieIz{
	width:138px;
}
#pieCe{
	width:435px;
}
#pieDe{
	width:182px;
}
#pieDe a{
	font-size:11px;
}
#pieDe td{
	color:white;
	font-size:14px;
	text-decoration:none;
}
