@charset "utf-8";
/* CSS Document */


/*estructura base*/
body{margin:0; background:url(imag/franja.jpg) top left no-repeat; overflow-x:hidden; visibility:visible;}
#header{width:1500px; margin-left:20px; float:left;  }

#contenedor{width:960px; margin-left: 20px; float:left; background: url(imag/fondo-carashablan.jpg) bottom no-repeat;  }
#superior{width:960px; float:left;}
#inferior{width:960px; float:left;}



#izq{width:424px; height:254px; float:left; margin-top:22px; border:1px dotted #1a171b; padding:4px;}
#derch{width:435px; height:380px; float:left; margin-left:50px;  }

#cuadros{width:435px; float:left; margin-bottom:20px; }
#cuadro-izq{ width:190px; float:right;  padding:5px; background:url(imag/tramacuadro.png) repeat;}
#cuadro-derch{ width:195px; float:left; background:#f32737; padding:5px; background:url(imag/tramacuadrojo.png) repeat; }
#cuadro-derch:hover{ background:#f32737;}
#cuadro-izq:hover{ background:#1a171b;}
.texto-cuadro{font-size:25px; line-height:30px; width:200px; color:#FFFFFF; text-transform:uppercase;}
.enlace-cuadro{float:right; font-size:11px; line-height:20px;  background-color:#fff; padding:0 4px 0 4px; margin:4px 13px 0 0; font-weight:100; filter: alpha(opacity=50); opacity: .5; text-transform:none;}

.enlace-cuadro:hover{filter: alpha(opacity=100); opacity: 1.0}



#valores{width:420px; height:300px; float:left; margin:20px 0 0 10px; }
.punto-frase{width:420px; float:left; margin-top:5px;}
.punteo{ width:50px; float:left;}
.frase{width:370px; float:right;}

#bios{width:490px; height:483px; margin-top:-400px; float:right;}



#footer{
	width:920px;
	height:29px;
	text-align:left;
	padding-bottom:10px;
	float:left;	
	margin-left:40px;
}





/*tipografias*/

.doblemente{font-family:"Trebuchet MS", Helvetica, Arial; font-weight:600; color:#1a171b; text-transform:lowercase; font-size:24px;}


h1{ font-family:"Trebuchet MS", Helvetica, Arial; font-size:13px; margin-top:0px; line-height:18px; font-weight:600; color:#1a171b;}

.enlaces-texto{font-weight:100;}



h2{font-family:"Trebuchet MS", Helvetica, Arial; font-size:11px; margin-top:-7px; line-height:14px; color:#666666; font-weight:400; text-align:justify; width:280px;}

p{ font-family:"Trebuchet MS", Helvetica, Arial; font-size:10px; color:#999;}

.texto-slide{ line-height:11px; color:#CCCCCC;}

.texto-footer a{padding:0 4px 0 4px; }
.texto-footer a:hover{ background:#f32737; padding:0 4px 0 4px; color:#FFFFFF;}

a.marca-footer{text-decoration:none; background:none; padding:0; color:#999999;}
a.marca-footer:visited{text-decoration:none; background:none; padding:0; color:#999999;}
a.marca-footer:hover{text-decoration:none; background:none; padding:0; color:#999999;}


ul#twitter_update_list{ text-decoration:none; font-family:"Trebuchet MS", Helvetica, Arial; font-size:10px; color:#CCCCCC; width:125px; padding:0; cue-before:none; width:80px; }


.salto {text-align:right; font-size:10.5px; }
.salto a:link{color:#fff;  padding:0 4px 0 4px; text-decoration:none; background:#f32737;}
.salto a:visited{color:#fff;  padding:0 4px 0 4px; text-decoration:none; background:#f32737;  }
.salto a:hover { color:#fff;  padding:0 4px 0 4px; text-decoration:none; background:#f32737; }


a:link{color:#f32737; padding:0 4px 0 4px;}
a:visited{color:#f32737; padding:0 4px 0 4px;}
a:hover{color:#fff; padding:0 4px 0 4px; background:#f32737; text-decoration:none; }


x



/*slideshow*/




ul.slideshow {
	list-style:none;
	width:424px;
	height:254px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:424px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

