
/* FONDO DEL CUERPO */
#cuerpo {
	background-color:#fff;
}

/* TAMANO DE LOS TITULOS */
#cuerpo h3, h2.componentheading {
	font-size: 26px;
}

/* QUITAR RAYA EN MODULOS DE BANNERS LATERAL DERECHO*/

.moduletable-bannerInicio {
	float:none;
	height:277px;
	border-right-style: none;
}

.mensajeClave {
	font-size: 115%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.destacado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	width: 250px;
	line-height: 130%;
	font-weight: normal;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #660;
	border-bottom-color: #660;
	margin: 20px;
	float: right;
}
.destacadoCentro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	width: 350px;
	line-height: 130%;
	font-weight: normal;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #660;
	border-bottom-color: #660;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.destacadoIzquierda {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	width: 250px;
	line-height: 130%;
	font-weight: normal;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #660;
	border-bottom-color: #660;
	margin: 20px;
	float: left;
}