#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:50px; left:0; z-index:4;position:fixed;}
#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
#slidecaption {
	/*-moz-border-radius:0px 20px 20px 0px; /* Firefox*/
	/*-ms-border-radius: 0px 20px 20px 0px; /* IE 8.*/
	/*-webkit-border-radius: 0px 20px 20px 0px; /* Safari,Chrome.*/
	/*border-radius: 0px 20px 20px 0px; /* El estándar.*/
	/*behavior:url(border-radius.htc);*/ 
	cursor:pointer;cursor:hand;
	width:250px;
	height:130px;
	padding:20px;
	float:left;
	background-image:url('../img/cuadroIr.png');
	position:relative;
	margin-top:7%;
	font-size:32px;
	color:white;
	line-height:34px;
	font-weight:bold;
	z-index:2;
}
#navigation { float:right; margin:0px 20px 0 0; }
ul#slide-list{
	padding:15px; 
	float:left; 
	position:absolute; 
	left:49%;
	color:white; 
	background-image:url('../img/sombra.png');
}
ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../img/nav-dot.png') no-repeat 0 -24px; }
ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }
#tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
#tray-button:hover{ background-position:0 1px; cursor:pointer; }
#contExtra{
	width:100%;
	float:left;
	margin-top:10px;
}
#azulClaro{
	width:50px;
	height:20px;
	float:left;
	margin-right:10px;
	margin-left:-10px;
	 /* Safari 4+ y Chrome 1+ */  
	  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #59bfdf), color-stop(1, #389bbb));  
	  
	  /* Safari 5.1+ y Chrome 10+ */  
	  background-image:-webkit-linear-gradient(#59bfdf, #389bbb);  
	  
	  /* Firefox 3.6+ */  
	  background-image:-moz-linear-gradient(top, #59bfdf, #389bbb);  
	  
	  /* Opera 11.10+ */  
	  background-image:-o-linear-gradient(top, #59bfdf, #389bbb);  
	  
	  /* Internet Explorer 5.5+ */  
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#59bfdf', EndColorStr='#389bbb'); 
	  color:white;
}
#eti{
	width:200px;
	float:left;
	font-size:12px;
	line-height:14px;
}
