/*Menu Portugues*/
.menuQuienes, .menuClientes, .menuServicios, .menuContacto { background-image: url(../imgs/menu_port.png); background-repeat:no-repeat}

.menuQuienes{width:92px; height:13px; background-position:0 0}
.menuClientes{ width:52px;height:13px; background-position:0 -34px}
.menuServicios{ width:55px; height:16px; 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:92px; height:13px}
.menuClientes a img{ width:52px; height:13px}
.menuServicios a img{ width:55px; height:16px}
.menuContacto a img{ width:60px; height:13px}

