/*Menu Italiano*/
.menuQuienes, .menuClientes, .menuServicios, .menuContacto{ background-image: url(../imgs/menu_ita.png); background-repeat:no-repeat}
.menuQuienes{width:67px; height:13px; background-position:0 0}
.menuClientes{ width:38px; height:13px; background-position:0 -34px}
.menuServicios{ width:41px; height:13px; background-position:0 -68px}
.menuContacto{ width:49px; height:13px; background-position:0 -102px}
/*Menu Hovers*/
.menuQuienes:hover{ background-position:0 -17px}
.menuClientes:hover{ background-position:0 -51px}
.menuServicios:hover{ background-position:0 -85px}
.menuContacto:hover{ background-position:0 -119px}
/*Menu Links*/
.menuQuienes a img{width:67px; height:13px}
.menuClientes a img{ width:38px; height:13px}
.menuServicios a img{ width:41px; height:13px}
.menuContacto a img{ width:49px; height:13px}




