
body {
	margin-top:0px;
	background-color:#3668BC;
	font-family: Arial, Verdana, Courier;	
	font-size: 11.5pt;
	font-weight: normal;
	text-align:justify;
	color: #5A5A5A;
}
a {
	text-decoration:none;
	color: #5A5A5A;	
}
a:hover {
	text-decoration:underline;
}

#contenedorPrincipal {
	width:888px;/*906*/
	height:auto;
	position :absolute;
	left:50%;
	margin-left:-444px;
	background-color:#FFFFFF;
	padding-left:8px;
	padding-right:8px;
}
#cabecera {
	width:888px;
	height:auto;
}
#cuerpoSeccion {
	float:left;
	width:888px;
	height:auto;
	margin-top:8px;
}
#cuerpoSeccion #izq {
	float:left;
	width:594px;
	height:auto;
	min-height:430px;
	padding-top:15px;
	background-color:#F9F8F8;
}
#cuerpoSeccion #der {
	float:left;
	width:294px;
	height:auto;
	min-height:430px;
	/*background-color:red;*/
}
#pie {
	width:888px;
	height:auto;
	font-size: 11pt;
	font-weight: bold;
	color: #3668BC;
}
.cajaDestacado {
	float:left;
	width:175px;
	min-height:120px;
	height:auto;
	margin-top:30px;
	margin-left:15px;
	
}
.cajaDestacado .img {
	width:auto;
	height:auto;
	background-color:#DADADA;
	padding:5px;
}
.cajaDestacado .txt {
	width:auto;
	height:38px;
	margin-top:10px;
	padding-left:10px;
}

.textoIndice {
	font-family: Arial, Verdana, Courier;	
	font-size: 8pt;
	font-weight: normal;
	text-align:justify;
	color: #808081;
}
.textoEnlace {
	font-family: Arial, Verdana, Courier;	
	font-size: 11pt;
	font-weight: normal;
	text-align: right;
	color: #DA6A34;
}
.textoDestacado {
	font-family: Arial, Verdana, Courier;	
	font-size: 13pt;
	font-weight: normal;
	text-align: left;
	color: #3668BC;
}

.capaOculta {
	display:none;
	width:auto;
	height:auto;
}

.cajaDestacadoHome {
	width:auto;
	height:auto;
	margin-bottom:15px;
	padding:7px;
	font-family:  Verdana, Courier, Arial;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
	color: #363636;
}

DIV#cargadorImagen {
    /*border: 1px solid #ccc;*/
    width: 565px;
    height: 362px;
	border: 7px solid #ddd;
}
DIV#cargadorImagen.loading {
    background: url(Imagenes/ImagenesModulo/spinner.gif) no-repeat center center;
}
	