/* Cabeza */               
#logo {                                  	 /*   Cabeza - Logo  */ 
	position:absolute;
	float:center;
	left: 0px;
	display: block;
	top: 0px;
	width:493px;
	height: 80px;
	background: url(http://www.imprentahotelera.com.ar/casa/arg/ser/imag/logo.png) no-repeat; 
    position:absolute; 
}
/* banner1 */
#latinos_powered {                           /*   Cabeza - Banner 1  */ 
	position:relative;
	left: 500px;
	display: inline;
	float:left;
	top: 0px;
	width:250px;
	height: 80px;
	background: url(http://www.imprentahotelera.com.ar/casa/arg/ser/imag/ban_up3.gif) no-repeat; 
}
/* banner2 */
#top {                                      /*   Cabeza - Banner 2  */ 
	position:relative;
	right:0px;
	display: inline;
	float:right;
	top: 10px;
	width:200px;
	height: 80px;
	background: url(http://www.servicesadomicilios.com.ar/casa/arg/ser/imag/banner3.gif) no-repeat; 
}
#header {                                             /*   Cabeza - Fondo Cabeza  */ 
    float:center;
	left: 0px;
    width:927px;
	height: 80px;                                     /*   Cabeza - Alto de Cabeza  */
	overflow: hidden;
	background: #E4E1CE url() repeat-x;
}

