@charset "utf-8";
body  {
    	font: 100% "century gothic", "trebuchet ms", sans-serif;
    	background: #000000 url(images/bodybkg.jpg) no-repeat top left;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #000000;
		min-width:776px;
		height: 100%;
	}
h1	{
	font-size: 1.3em;
	color: #fff;
	}
h2	{
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	}
h3	{
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	}
p	{
	font-size: 0.8em;
	font-weight: lighter;
	color: #ecd8d8;
	}
a	{
	text-decoration:none;
	color: #ecd8d8;
	}
b	{
	font-weight: bold;
	}	

/* ToolTip*/
	a.tooltip {
	  position: relative;
	}
	
	a.tooltip span {
	  display: none;
	}
	
	a.tooltip:hover {
	  font-size: 100%; /* Fixes bug in IE5.x/Win */
	  cursor:pointer;
	}
	
	a.tooltip:hover span {
	float: right;
	  display:block;
	  position:absolute;
	  z-index: 100;
	  font-size:0.8em;
	  font-style:italic;
	  font-weight: 200;
	  top:2em;
	  left:2em;
	  padding: 0.2em 0.6em;
	  border:1px solid #ecd8d8;
	  background-color:#c08080;
	  color:#000;
	  }

	
/* CONTENEDORES-------------------------------------*/
	.twoColHybRtHdr #container {
	width: 75%;
	background: #510006 url(images/container_bkg.gif) no-repeat top right;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 0;
	text-align: left; /* esto anula text-align: center en el elemento body. */
    }
	
/*CABECERA------------------------------------------------------------*/
    .twoColHybRtHdr #header {
		position: relative;
		height: 132px;
    	background: #510006 url(images/headerbkg.gif) repeat-x top left; 
    }
	#main-image {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 2; 
	width: 500px; 
	height: 132px; 
	background: url(images/header.gif) no-repeat;
	}

	#side-image {
	position: absolute; 
	top: 0; 
	right: 0; 
	z-index: 1; 
	width: 100px; 
	height: 132px; 
	background: url(images/headercorner.gif) no-repeat;
	}	 
    .twoColHybRtHdr #header h1 {
	width: 500px;
	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
    padding: 10px 0 20px 30px; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */ 
	color: #ebd8d9;
    }
    
/* BARRALATERAL ------------------------------------------------------------------------------------------------
Sugerencias:
    1. Dado que está trabajando en unidades relativas, es conveniente no utilizar relleno en la barra lateral. Se añadirá al ancho global en el caso de navegadores que cumplen los estándares, creando un ancho real desconocido. 
    2. Dado que se utilizan las unidades em para el valor de barra lateral, tenga en cuenta que su ancho variará con los diferentes tamaños de texto predeterminados.
    3. El espacio entre el lado del div y los elementos que contiene puede crearse colocando un margen izquierdo y derecho en dichos elementos, como se observa en la regla ".twoColHybRtHdr #sidebar1 p".
    */
    .twoColHybRtHdr #sidebar1 {
    float: right; 
	margin-left: -10px;
    width: 24%;
    /*background: #EBEBEB; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	}
	.twoColHybRtHdr #sidebar1 .linkbox {
	margin: 0 10px 5px 0;
	float:right;
	width:125px;
	height:125px;
	border: #990000 solid 1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 8px 1px #4D0811;
	box-shadow: 1px 1px 8px 1px #4D0811;
	background-color:#660000;
	}
	
	.twoColHybRtHdr #sidebar1 a [href^="http:"]{
	padding: 0;
	font-size:0.55em; 
	color:#FF9900;
	text-decoration:none; 
	}
	.twoColHybRtHdr #sidebar1 p {
	padding : 0 5px;
	margin: 5px 0;
	line-height: 1.2em;
	border:0;
	font-size: 0.7em;
	}


/*BARRA MENU -----------------------------------------------*/
	.twoColHybRtHdr #google_cont{
	position: relative;
    margin: 5px 10px;
	border: 0; 
	overflow: hidden;    
	}
	.twoColHybRtHdr #googleads{
	float:left;
	border: 0; 
	}
	.twoColHybRtHdr #translator{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	margin: -8px;
	height: 66px; 
	overflow: hidden;
	/*border: 1px solid #990000;*/
	}	
	.twoColHybRtHdr ul {
	margin: 10px 0 5px 10px;
	padding: 0;
    list-style: none;
	font-size: 0.8em;
	line-height: 2em;
	text-transform:uppercase;
    }

    .twoColHybRtHdr ul li {
	float: left;
	background: url(images/button.gif) no-repeat top right;
    }

    .twoColHybRtHdr ul a {
    padding: 0 32px;
    background: url(images/buttoncorner.gif) no-repeat top left;
	text-decoration: none;
	color: #c08080;
	float: left;
	display: block;
	}
	.twoColHybRtHdr ul a:hover {
	color: #fff;
	background: url(images/buttoncorner_over.gif) no-repeat top left;
	font-weight: bold;
	}
	.twoColHybRtHdr ul .first a {
	color: #fff;
	background: url(images/button_news.gif) no-repeat top left;
	font-weight: bold;
	}
/*CONTENIDO  PRINCIPAL -----------------------------------------------*/
	    /* Sugerencias para mainContent:
    1. El espacio entre el mainContent y sidebar1 se crea con el margen derecho del div mainContent.  Con independencia de la cantidad de contenido que incluya el div sidebar1, permanecerá el espacio de la columna. Puede quitar el margen derecho si desea que el texto del div #mainContent llene el espacio de #sidebar1 cuando termine el contenido de #sidebar1.
    2. Tenga en cuenta que es posible que se produzca la caída de un elemento flotante (la caída del área mainContent no flotante debajo de la barra lateral) si se coloca un elemento más ancho que él en el div mainContent. Con un diseño híbrido (ancho global basado en porcentajes con barra lateral basada en ems), puede que no sea posible calcular exactamente el ancho disponible. Si el tamaño del texto del usuario es superior a la media, tendrá un div de barra lateral más ancho y, en consecuencia, menos espacio en el div mainContent. Debe tener en cuenta esta limitación (particularmente si el cliente añade contenido con Contribute.
    3. En el siguiente comentario condicional de Internet Explorer, la propiedad zoom se utiliza para asignar a mainContent "hasLayout." Esto puede contribuir a evitar diversos problemas específicos de IE.
    */
	
	.twoColHybRtHdr #mainContent {
	position:relative;
	padding: 0;
	float:left;
	display:inline; /* Cada vez que flotemos un elemento con margenes con margenes horizontales hay que usar esta propiedad para wvitar el doblado de margenes en IE6 */
	margin-left: 10px; /* el valor de margen izquierdo es igual al encabezado y el pie que crea la alineación a lo largo del lado izquierdo del documento. */
	background: url(images/maincontent_bkg.gif) top right no-repeat;
	width: 74% !important;
	width: 70%;
	max-width: 900px;
	border: 0;
    }
	#mainContent-image {
	margin-top: -50px;
	height: 242px; 
	background: url(images/bio_bkg.jpg) no-repeat top right;
	}
	
/*ESTILOS -----------------------------------------------*/

	.twoColHybRtHdr #mainContent h1{
    color: #fff;
	line-height: 1.5em;
	border-bottom:#fff solid 1px;
	margin:0 10px;
    }
	.twoColHybRtHdr #mainContent h2{
	position:relative;
	color: #fff;
	padding: 0.3em 4.2em 7px 0;
	line-height: 1em;
	font-weight: 500;
	border-bottom:#fff solid 1px;
	margin: 10px 10px 5px 10px;
	background:url(images/titular_bkg.gif) top left no-repeat ;
	}
	.twoColHybRtHdr #mainContent h3{
	line-height: 1em;
	margin:10px 10px 0 10px;
    }
	.twoColHybRtHdr #mainContent h2 .date{
	position:absolute;
	top: 5px; 
	right: 0; 
	z-index: 1;
	padding-right: 0.4em;
	border-right: #ecd8d8 double;
	font-weight: 600;
	color: #ecd8d8;
	font-size: 0.7em;
	line-height: 1em;
    }
	.twoColHybRtHdr #mainContent p{
    color: #ecd8d8;
	margin: 5px 10px;
	text-align: justify;
	hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-limit-chars: 4 2 2;
    }
	.twoColHybRtHdr #mainContent a{
	position: relative;		
	}
	/*IMAGENES -----------------------------------------------*/
	.twoColHybRtHdr #mainContent img{
	border: #a04040 solid 3px;
	margin: 0 10px 10px 0;
	float: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	.twoColHybRtHdr #mainContent object{
	border: #a04040 solid 3px;
	margin: 0 10px 10px 0;
	float: left;
	}
    .twoColHybRtHdr #mainContent a.gallery {
	position: relative;
	display: block;
	float: left;
	outline: none;
	}
	.twoColHybRtHdr #mainContent a.gallerytxt {
	position: relative;
	color: #c06060;
	cursor: pointer;
	}
	.twoColHybRtHdr #mainContent a.gallery img{
	margin: 0 10px 10px 0;
	}
	.twoColHybRtHdr #mainContent a.gallery:hover img{
	border: #ecd8d8 solid 3px;
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 15px 0px #FFF;
	box-shadow: 0px 0px 15px 0px #FFF;
    }

	.twoColHybRtHdr #mainContent a img.imgthumb {
	display: none;
	}
	.twoColHybRtHdr #mainContent a:hover img.imgthumb{
	display: block;
	position:absolute;
	z-index: 100;
	margin-top: 1em;
	height: 400px;
	top: 100%; /* Position the tooltip below the thumbnail */
	left: -50%; /* Position the tooltip in the center */
	border: #ecd8d8 solid 3px;
	-webkit-box-shadow: 5px 5px 25px 5px #000000;
	box-shadow: 5px 5px 25px 5px #00000077;
	}

	.twoColHybRtHdr #mainContent a.galleryindx img{
	margin: 0 10px 10px 0;
	width: 45.5%;
	/* min-width:233px; */
	/* max-width:233px; */
	}
	.twoColHybRtHdr #mainContent a.galleryindx:hover img{
	border: #ecd8d8 solid 3px;
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 15px 0px #FFF;
	box-shadow: 0px 0px 15px 0px #FFF;
    }

	/*VIDEOS -----------------------------------------------*/
	.twoColHybRtHdr #mainContent a.contvideo{
	position: relative;
	margin: 0 10px 10px 0;
    overflow: hidden;
	padding-top: 34.125%;
	border: #a04040 solid 3px;
	float: left;
	width: 45.5%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	.twoColHybRtHdr #mainContent a.contvideo:hover{
	border: #ecd8d8 solid 3px;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 15px 0px #FFF;
	box-shadow: 0px 0px 15px 0px #FFF;
	}
	.twoColHybRtHdr #mainContent a.contvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	}

	/*SLIDESHOW -----------------------------------------------*/	
	.css-slideshow{
	position: relative;
	margin: 10px 15px 10px 10px;
	float: left;
	width: 233px;
	height: 160px;
	}
	.css-slideshow figure{
	   margin: 0;
	   position: absolute;
	}
	.css-slideshow img{
	   margin: 0;
	   border: 0;
	}
	.css-slideshow figcaption{
	   position: absolute;
	   top: 0;
	   color: #fff;
	   background: rgba(0,0,0, .3);
	   font-size: .8em;
	   padding: 8px 12px;
	   opacity: 0;
	   transition: opacity .5s;
	}
	.css-slideshow:hover figure figcaption{
	   transition: opacity .5s;
	   opacity: 1;
	}
	.css-slideshow figure{
	   opacity:0;
	}

	figure:nth-child(1) {
	   animation: xfade 12s 8s infinite;
	}
	figure:nth-child(2) {
	   animation: xfade 12s 4s infinite;
	}
	figure:nth-child(3) {
	   animation: xfade 12s 0s infinite;
	}
	
	@keyframes xfade{
	   0%{
		  opacity: 1;
	   }
	   31.5% {
		  opacity:1;
	   }
	   33.333%{
		  opacity: 0;
	   }
	   98% {
		  opacity:0;
	   }
	   100% {
		  opacity:1;
   }
}
	
	/*ENLACES -----------------------------------------------*/
	.twoColHybRtHdr #mainContent a{
	font-size: 1.1em;
	font-weight:bold;
    }
	.twoColHybRtHdr #mainContent a[href^="http"] {
	background: url(images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
	}

	.twoColHybRtHdr #mainContent a:link{
	color: #c06060;
    }
	.twoColHybRtHdr #mainContent a:visited{
	color: #c06060;
    }
	
	.twoColHybRtHdr #mainContent a:hover{
	color: #ecd8d8;
	text-decoration:underline;
    }
	
/*PIE DE PAGINA -----------------------------------------------*/
    .twoColHybRtHdr #footer { 
    	padding: 0 10px; /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
		position: relative;
		height: 62px;
    	background: #510006 url(images/footer_bkg.gif) repeat-x top left; 
    } 
    .twoColHybRtHdr #footer p {
		position:absolute;
		top:0;
		right:0;
		z-index: 3;
		color: #fff;
    	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
    	padding: 15px 30px;
		/* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
    }

	#foot_main-image {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 2; 
	width: 500px; 
	height: 62px; 
	background: url(images/footer.gif) no-repeat;
	}

	#foot_side-image {
	position: absolute; 
	top: 0; 
	right: 0; 
	z-index: 1; 
	width: 100px; 
	height: 62px; 
	background: url(images/footercorner.gif) no-repeat;
	}	
/* VARIOS --------------------------------------------------- */
    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
