/* ----------------------------------------------------- */
/* -------------->>>> PAGINA PRINCIPAL <<<<------------- */
/* ----------------------------------------------------- */

/* ------------------ 1.1  Generales ------------------- */

/*body .intro {
	height: 324px;
	margin: 0 0 10px 0;
	background-color:red;
}*/


body .slide {
	height: 324px;
	margin-bottom: 20px;
	position: relative;
}
body .presentacion-contenidoIndx {
	
}

body .presentacion-contenidoIndx .borde-transparente {
	border: 8px solid #FFF;
	height: 308px;
	position: absolute;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	top: 0;
	left: 0;
	width: 614px;
	z-index: 100;
}

.menu-portada {
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 200;
}

.menu-portada ul {
	float: right;
	padding-bottom: 0;
}

.menu-portada li {
	display: inline;
	float: left;
	margin-left: 5px;
}

.menu-portada li span {
	background-color: #526AAA;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 3px 6px;
}
.menu-portada li span:hover,
.menu-portada li span.seleccionado {
	background-color: #FFF;
	color: #526AAA;
}

.mensaje {
	position: absolute;
	top: 20px;
	left: 23px;
	width: 242px;
	z-index: 200;
}

.mensaje-titulo {
	background-color: #526AAA;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 15px 10px;
}

.mensaje-titulo h2 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
}

.mensaje-titulo h2 a {
	color: #FFF;
	text-decoration: none;
}

.mensaje-txt {
	background-color: #000;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 5px 10px;
}

body h2,
body .titular {
	font-size: 2em;
}

body .seccion {
	background-color: #F0F0F0;
	border: 0;
	color: #B0B0B0;
	font-size: 1.8em;
}

body .seccion a {
	text-decoration: none;
}

body .seccion a:hover {
	text-decoration: underline;
}

body h3 {
	font-size: 1.3em;
}

body .columna-1 {
}

body .columna-2 {
	width: 292px;
}

body #modulo2 .imagen-pie,
body #modulo2 .titular-pequenyo,
body #modulo2 h3,
body #modulo2 p {
	margin-left: 5px;
}

body #modulo1 .mensaje-txt p {
	color: #FFF;
	margin: 0;
}

body .fecha {
	color: #6C6D6A;
	margin-bottom: 5px;
	text-transform: none;
}

body p + h2 {
	margin-top: 0;
}

body #cuerpo .imagen-pie {
	margin-bottom: 10px;
}

body #cuerpo .mensaje-txt p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	margin-bottom: 5px;
}

body #cuerpo .mensaje-txt p.info {
	border: 1px solid #FFF;
	float: right;
	font-size: 1.3em;
	width: auto;
	padding: 3px 4px;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
}

body #cuerpo .mensaje-txt p.info a {
	color: #FFF;
	display: block;
	
	text-decoration: none;
}
