/*Menu Español*/
.menuQuienes, .menuClientes, .menuServicios, .menuContacto{ background-image: url(../imgs/menu_esp.png); background-repeat:no-repeat}
.menuQuienes{width:106px; height:13px; background-position:0 0}
.menuClientes{ width:52px; height:13px; background-position:0 -34px}
.menuServicios{ width:58px; height:13px; background-position:0 -68px}
.menuContacto{ width:60px; 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:106px; height:13px}
.menuClientes a img{ width:52px; height:13px}
.menuServicios a img{ width:58px; height:13px}
.menuContacto a img{ width:60px; height:13px}