@charset "utf-8";
 * { margin:0; padding:0; }
 
 #eltop{
	 margin: 0px auto 0 auto;
	 padding:0;
	 height:108px;
	 width:100%;
	 background:url(../img/eltop.jpg) repeat-x;
	
	}
/*--*******************************************************************
    ******                           CABEZA                      ******
    *******************************************************************--*/
#cabeza{
	height:108px;
	width:1088px;
	margin:0 auto;
	margin:auto;

 	}

#fila1cabeza{
	float:left;
	 height:18px;
	 width:1088px;
	 background:url(../img/1.jpg) no-repeat;
	 
	}

#fila2cabeza{
	float:left;
	height:76px;
	width:1088px;
}
#logo {
	float:left;
	height:76px;
	width:239px;
	background:url(../img/logo.jpg) no-repeat;
	}
#nav{
	float:left;
	height:76px;
	width:849px;

	}
#nav ul{
	    float:left;
		height:76px;
	    width:849px;
		background:url(../img/menu.jpg) no-repeat;
}
#nav ul li{
		display:block;
		height:76px;
		width:132px;
		float:left;
		list-style:none;
		/*text-indent:-10000px;*/
}
		
#nav ul li a{
		display:block;
		height:100%;
		width:100%;
		text-decoration:none;
}
