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

#banner{
    width:1120px;
	height:360px;
	margin:0 auto 0;
	margin-top:-15px;
	/**background-color:#DCE3E7;
	border-style:dotted;**/
	border-color:#999;
}
.hermanos{
    padding:0px;
	position:relative;
	/**position:absolute;**/
}
#mascara{
	width:1120px; 
    height:280px;
    z-index:2; 
    top:0px; 
    left:0px;
}
#slider{
	width:922px; 
    height:260px;
    z-index:1; 
    top:-260px;
    left:97px;
	border:none;
}

#fondo{
	width:1120px; 
    height:80px;
    z-index:0;
	border:none;
	 top:-344px;
   /**background-image:url(../img/imagen.jpg);**/
}