﻿@charset "utf-8";

/* Nota acerca de las clases .ie6 ----------------------------------------------------- */
/* Clases para la correcta maquetación en IE6 utilizando el script CSS Browser Selector */

html {
	height:100%;
	width:100%;
	background:#f8f8f8;
}

body {
	background:#f8f8f8 url(../images/bg_largo8.jpg) repeat-x;
	height:100%;
	width:100%;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

/* Contenedor de página y Header ------------------------------------------------------------- */

.wrap {
	position:relative;
	margin:0 auto;
	width:990px;
}

/* Banner superior --------------------------------------------------------------------------- */

.banner_top {
	margin:4px 0 10px 8px;
}

.banner_top .frase_header {
	float:right;
	font:12pt Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0;
}

.banner_top a {
	border:0;
}

.banner_top a:hover {
	border:0;
}

/* Estructura del área de contenido --------------------------------------------------------------------------- */

.content {
	position:relative;
	width:1000px;
	padding-top:13px;
}

.columnas {
	position:relative;
	display:block;
	float:right;
}

.sliderleft {
	width:645px;
	float:left;
	background:url(../images/main_bg_left.gif) no-repeat;
}

.ie6 .sliderleft {
	width:645px;
	float:left;
	background:url(../images/main_bg_left.gif) no-repeat;
}

.sliderright {
	width:640px;
	height:100%;
	float:right;
	padding:0 12px;
	background:url(../images/main_bg_right.gif) right top no-repeat;
}

.ie6 .sliderright {
	width:620px;
	height:100%;
	float:right;
	padding:0 12px;
	background:url(../images/main_bg_right.gif) right top no-repeat;
}

.main {
	position:relative;
	float:right;
	display:block;
	width:610px;
	min-height:500px;
	padding:8px 5px 70px 5px;
	background-color:#FFF;
}

/* Página en inglés Under construction ---------------------------------------------------------- */

.main_en {
	width: 600px;
	margin: 0 auto;
}

.container_en {
	margin-top:30px;
	padding:40px;
	text-align:center;
}

.container_en p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#FFF;
	margin-top:35px;
}

.container_en a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#FFF;
}

.container_en a:hover {
	text-decoration:underline;
}

.container_en .logo_en {
	position:relative;
	border:0;
	text-decoration:none;
}

.container_en logo_en:hover {
	text-decoration:none;
}

/* Fin Página en inglés Under construction ----------------------------------------------------- */

.border_left {
	padding-left:15px;
	border-left:1px solid #CCC;
	min-height:600px;	
}

.border_right {
	padding-right:20px;
	border-right:1px solid #CCC;
	min-height:600px;
}

.handler {
	position:absolute;
	right:1px;
	top:1px;
}

.secondary {
	float:left;
	width:330px;
	margin:0;
	z-index:0;
}

.ie6 .secondary {
	position:relative;
	display:block;
	margin-top:0;
	clear:both;
}

.secondary .module {
	float:left;
	margin:15px 20px;
	width:180px;
}

/* Layout a dos columnas con ancho fijo --------------------------------------------------------------------------- */

.maincontainercolumn {
	width: 100%; /*Width del contenedor principal*/
	margin: 0 auto; /*Centra el contenido de la página*/
}

.contentwrapper {
	width: 100%;
	background-color:#FFFFFF;
}

.leftcolumn {
	float: left;
	padding:10px 10px 10px 10px;
	width: 300px;
}

.rightcolumn {
	float:right;
	padding:10px 0 10px 0;
	margin-left:0;
	width:280px;
}

.border_left {
	padding-left:15px;
	border-left:1px solid #CCC;	
}

.border_right {
	padding-right:20px;
	border-right:1px solid #CCC;
}

.innertube {
	margin:0; /*Margins for inner DIV inside each column (to provide padding)*/
}


/* CSS Browser Selector para Mac Safari ------------------------------------------------ */

.safari content {
	position:relative;
	width:1000px;
	padding-top:13px;
}

safari .columnas {
	display:block;
	position:relative;
	float:right;	
}

.safari .sliderleft {
	width:660px;
	float:left;
	background:url(../images/main_bg_left.gif) no-repeat;
}

.safari .sliderright {
	width:640px;
	height:100%;
	float:right;
	padding:0 12px;
	background:url(../images/main_bg_right.gif) right top no-repeat;
}

.safari .main {
	float:right;
	padding:5px;
	background-color:#FFF;
	width:620px;
	min-height:500px;
	position:relative;
}

/* Fin CSS Browser Selector para Mac Safari -------------------------------------------*/

/* CSS Browser Selector para Google Chrome ------------------------------------------- */

.chrome content {
	position:relative;
	width:1000px;
	padding-top:13px;
}

.chrome .columnas {
	display:block;
	position:relative;
	float:right;	
}

.chrome .sliderleft {
	width:660px;
	float:left;
	background:url(../images/main_bg_left.gif) no-repeat;
}

.chrome .sliderright {
	width:640px;
	height:100%;
	float:right;
	padding:0 12px;
	background:url(../images/main_bg_right.gif) right top no-repeat;
}

.chrome .main {
	float:right;
	padding:5px;
	background-color:#FFF;
	width:620px;
	min-height:500px;
	position:relative;
}

/* Fin CSS Browser Selector para Google Chrome -------------------------------------------*/

/* Página no encontrada ----------------------------------------------------------------- */

.pagina_no_encontrada {
	padding-top:50px;
	display:block;
	height:400px;
}

.pagina_no_encontrada span {
	font:1.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.02em;
}

/* Formulario de Suscripción al boletin --------------------------------------------------------------------------- */


.banner_contacto {
	width:247px;
	height:123px;
	margin-left:0;
}

.banner_contacto a:hover {
	border:0;
}

.texto_banner_contacto {
	display:block;
	text-align:right;
	padding-right:20px;
	margin-bottom:8px;
}

.subscripcion {
	width:247px;
	height:222px;
	padding-top:0;
	margin-left:0;
}

.login_form {
	background-image:url(../images/subscripcion_bg4-trans.png);
	width:264px;
	height:186px;
}

.data_form {
	position:absolute;
	margin-top:45px;
	width:247px;
	height:80px;
}

.data_form span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#676767;
	padding:5px 20px 4px 18px;
	float:left;
	clear:both;
}

.data_form .caja {
	width:215px;
	height:15px;
	border:1px solid #dedede;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000;
	margin-left:18px;
	padding:4px;
	float:left;
	clear:both;
}

.boton_login {
	background-image:url(../images/input_boton_form-trans.png);
	background-repeat:no-repeat;
	width:59px;
	height:23px;
	border:0;
	margin:8px 20px 0 0;
	float:right;
	position:relative;
	top:138px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFF;
	cursor:pointer;
}

/* Módulo evento --------------------------------------------------------------------------- */

.module_evento {
	display:block;
	position:relative;
	padding:0;
	margin-bottom:10px;
	clear:both;
}

.evento_bg {
	background-image:url(../images/modulo_evento_bg-trans.png);
	width:334px;
	height:115px;
}

.evento_content {
	display:block;
	position:absolute;
	margin:7px 5px 5px 32px;
	padding:5px;
	width:285px;
	height:95px;
}

.evento_content span {
	float:left;
	display:block;
	width:280px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif bold;
	color:#FFF;
	clear:both;
}

.evento_content .evento_titulo a {
	font-size:11pt;
	font-weight:bold;
	color:#FFF;
}

.evento_content .evento_fecha {
	font-size:9pt;
}

.evento_content .evento_texto p {
	padding-top:4px;
	font-size:9pt;
	line-height:15px;
	color:#FFF;
	clear:both;
}

.evento_content a.mas_info {
	position:relative;
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:8pt;
	margin-top:5px;
}

.evento_content a.mas_info:hover {
	text-decoration:underline;
}

.mas_eventos {
	display:block;
	float:right;
	font:11pt "Myriad Pro", Arial, Helvetica, sans-serif bold;
	letter-spacing:-0.02em;
	color:#b51d34;
}


/* Banner pequeño de la derecha --------------------------------------------------------------------------- */

.banner_peq {
	margin:10px 0 10px 20px;
	border:0;
}

.banner_peq a:hover {
	border:0;
}

/* Caja de busqueda --------------------------------------------------------------------------- */

.searchbox {
	float:left;	
	width:360px;
	margin-top:10px;
	margin-left:4px;
	clear:both;
}

.ie .searchbox {
	float:left;	
	width:350px;
	margin-top:10px;
	margin-left:4px;
	clear:both;
}

.searchbox span {
	float:left;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:6px;
	margin-right:8px;
}

.searchbox .caja_busquedas {
	float:left;
	margin-top:2px;
	width:180px;
	height:18px;
	padding:4px 3px 2px 3px;
	background-color:#444444;
	border:1px solid #575757;
	font-size:10pt;
	color:#FFFFFF;		
}

.searchbox .boton_buscar {
	margin:2px 8px;
	float:left;
	background:url(../images/input_boton_buscador-trans.png) no-repeat;
	width:68px;
	height:28px;
	padding:0;
	border:0;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	padding-bottom:2px;
	color:#FFF;
	cursor:pointer;
}

/* Contenido --------------------------------------------------------------------------- */

.module_home {
	display:block;
	margin:0 0 20px 0;
}

.ie6 .module_home {
	display:block;
	margin:0 0 20px 0;
}

.module_home ul li {
	font-size:0.6875em;
	color:#666;
	padding:4px 0 0 12px;
	background:URL(../images/ul_plus.gif) no-repeat 0 7px;
}

.module_home .module_dedicamos {
	width:330px;
	margin:80px 0 20px 6px;
	line-height:200%;
  	text-align:justify;
}

.ie6 .module_home .module_dedicamos {
	width:334px;
	margin:40px 0 20px 6px;
	line-height:200%;
  	text-align:justify;
}

.module_home .module_dedicamos p{
	margin-bottom:8px;
}

.module_home .module_dedicamos .intro_img {
	margin-bottom:18px;
}

a {
	color:#a01628;
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid #a01628;
}

strong {
	font-weight:bold;
}

h2 {
	font:16pt "Myriad Pro", Arial, Helvetica, sans-serif bold;
	letter-spacing:-0.02em;
	color:#b51d34;
	padding-bottom:4px;
	margin-bottom:10px;
	width:280px;
}

h2.inverse {
	font:16pt "Myriad Pro", Arial, Helvetica, sans-serif bold;
	letter-spacing:-0.02em;
	color:#000000;
	padding-bottom:4px;
	margin-bottom:10px;
	width:280px;
}

h3 {
	font:14pt Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.02em;
	padding-bottom:4px;
	/*border-bottom:1px solid #ededed;*/
	margin-top:10px;
}

.datos_articulos {
	font-size:0.6875em;
	padding:6px 0;
	color:#666;
}

.datos_articulos .autor_publicate {
	margin:0 6px 0 3px;
	font-weight:bold;
}

.datos_articulos .date_publicate {
	margin:0 6px 0 3px;
}

p {
	font-size:0.75em;
	color:#666;
	line-height:160%;
}

p.red {
	font-size:0.75em;
	color:#b51d34;
	line-height:160%;
}

/* Clases varias --------------------------------------------------------------------------- */

.separation {
	clear:both;
	margin:30px 0 30px 0;
	border-top:1px solid #efefef;
}

.hide {
	display:none;
}

.ie6 .hide {
	display:none;
}

.show {
	display:block;
}

.ie6 .show {
	display:block;
}

.clear {
	clear:both;
}

/* Fix y Test --------------------------------------------------------------------------- */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.test {
	border:1px solid #FF0000;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* CSS Browser Selector hacks --------------------------------------------------------------- */

/* Safari */

.mac.safari content {
	position:relative;
	width:1000px;
	padding-top:13px;
}

.mac.safari .columnas {
	display:block;
	position:relative;
	float:right;	
}

.mac.safari .sliderleft {
	width:660px;
	float:left;
	background:url(../images/main_bg_left.gif) no-repeat;
}

.mac.safari .sliderright {
	width:640px;
	height:100%;
	float:right;
	padding:0 12px;
	background:url(../images/main_bg_right.gif) right top no-repeat;
}

.mac.safari .main {
	float:right;
	padding:5px;
	background-color:#FFF;
	width:620px;
	min-height:500px;
	position:relative;
}

/* Chrome */

.chrome content {
	position:relative;
	width:1000px;
	padding-top:13px;
}

.chrome .columnas {
	display:block;
	position:relative;
	float:right;	
}

.chrome .sliderleft {
	width:660px;
	float:left;
	background:url(../images/main_bg_left.gif) no-repeat;
}

.chrome .sliderright {
	width:640px;
	height:100%;
	float:right;
	padding:0 12px;
	background:url(../images/main_bg_right.gif) right top no-repeat;
}

.chrome .main {
	float:right;
	padding:5px;
	background-color:#FFF;
	width:620px;
	min-height:500px;
	position:relative;
}