@charset "ISO-8859-1";

#container{ 
	width:880px;
	margin-top:0px;
	margin-left:0px;
	margin-right:inherit;
	height:1150px;
	align:center;

}
#sabias{
	width:497px;
	height:137px;
	position:absolute;
	left: 17px;
	top: 299px;
}


#encabezado{ 
	  width:880px;
	  height:70px;
	  background-repeat:no-repeat;
	  background-position:inherit;
	  position:relative;
}

#logo{
	position:absolute;
	top:0;
	right:0;
	width:208px;
}
   
#menu{
	position:absolute;
	top:35px;
	right:0px;
	width:296px;
}

#stage{
	background:url(img/home2/fondo4.png);
	width:880px;
	height:900px;
	background-repeat:no-repeat;
	background-position:inherit;
	position:relative;
}

#formulario{
	position:absolute;
	top:105px;
	right:400;
	width:296px;
	left: 474px;
}

#textos{
	position:absolute;
	top:17px;
	right:10;
	width:524px;
	left: 260px;
	height: 77px;
}
 
	   
.fondoencuesta{
     background:url(img/home2/encuesta2.png);
	 background-repeat:repeat-y;
}

#titulo_azul{
     font-family:Arial;
	 font-size:40px;
	 color:#0E568A;
}

#soluciones{
	background:url(img/home2/fondo_soluciones.png);
	background-repeat:no-repeat;
	background-position:bottom;
	position:absolute;
	top:450px;
	right:400;
	width:223px;
	left: 29px;
}
#soluciones2{
	background:url(img/home2/fondo_soluciones.png);
	background-repeat:no-repeat;
	background-position:bottom;
	position:absolute;
	top:450px;
	right:400;
	width:223px;
	left: 277px;
}
.texto{
     font-family:Arial;
	 font-size:13px;
	 color:#666666;
	
}
.texto2{
     font-family:Arial;
	 font-size:16px;
	color:#0E568A;
	
}

.texto3{
     font-family:Arial;
	 font-size:18px;
	color:#0E568A;
	
}
#stage h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#0E568A;
	font-weight:bold;
	}
#titulos{
	width:212px;
	position:absolute;
	left: 29px;
	top: 420px;
}
#titulos2{
	width:auto;
	position:absolute;
	left: 519px;
	top: 605px;

}
#redes_sociales{
	position:absolute;
	width:345px;
	left: 516px;
	top:585px;
}

#twitter{
	position:absolute;
	width:345px;
	left: 517px;
	top:687px;
	background:url(img/home2/tralixtwitter.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}


#footer{
	position:absolute;
	background-color:#333333;
	width:880px;
	left: 2px;
	top: 925px;
}

.txtazulclaro_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	text-decoration: none;
}


.txnaranja_18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#FF9900;
	text-decoration: none;
}

/*aqui empieza jquery*/
#s3slider{
	width: 358; /* important to be same as image width */
	height: 164; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#s3sliderContent {
	width: 358px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 363px; /* important */
	margin-left: 80; /* important */
	left: 2px;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left:8 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
