
/* ESTILOS MENU CABECERA */

/*Menu izquierda cabecera------------------------------------------------------------------------------------------------*/
div#menu_cabecera_left {float:left; width:401px; height:24px;}
div#menu_cabecera_left ul {margin:0; padding:0; float:left; width:100%;}
div#menu_cabecera_left ul li {float:left; display:inline; text-indent:-5000px;}

li a.empresa {float:left; width:70px; height:24px; background-image:url(../images/menu_cabecera/empresa.gif); background-repeat: no-repeat;}
li a:hover.empresa {background-image:url(../images/menu_cabecera/empresa_on.gif); background-repeat: no-repeat;}
li a.empresa_visited {float:left; width:70px; height:24px; background-image:url(../images/menu_cabecera/empresa_visited.gif); background-repeat:no-repeat;}

div#cabecera_left li a.productos {float:left; width:82px; height:24px; background-image:url(../images/menu_cabecera/productos.gif); background-repeat: no-repeat;}
div#cabecera_left li a:hover.productos {background-image:url(../images/menu_cabecera/productos_on.gif); background-repeat: no-repeat;}
div#cabecera_left li a.productos_visited {float:left; width:82px; height:24px; background-image:url(../images/menu_cabecera/productos_visited.gif); background-repeat: no-repeat;}

div#cabecera_left li a.servicios {float:left; width:76px; height:24px; background-image:url(../images/menu_cabecera/servicios.gif); background-repeat: no-repeat;}
div#cabecera_left li a:hover.servicios {background-image:url(../images/menu_cabecera/servicios_on.gif); background-repeat: no-repeat;}
div#cabecera_left li a.servicios_visited {float:left; width:76px; height:24px; background-image:url(../images/menu_cabecera/servicios_visited.gif); background-repeat: no-repeat;}
 
li a.localizacion {float:left; width:95px; height:24px; background-image:url(../images/menu_cabecera/localizacion.gif); background-repeat: no-repeat;} 
li a:hover.localizacion {background-image:url(../images/menu_cabecera/localizacion_on.gif); background-repeat: no-repeat;}
li a.localizacion_visited {float:left; width:95px; height:24px; background-image:url(../images/menu_cabecera/localizacion_visited.gif); background-repeat: no-repeat;} 

li a.contacto {float:left; width:78px; height:24px; background-image:url(../images/menu_cabecera/contacto.gif); background-repeat: no-repeat;} 
li a:hover.contacto {background-image:url(../images/menu_cabecera/contacto_on.gif); background-repeat: no-repeat;}
li a.contacto_visited {float:left; width:78px; height:24px; background-image:url(../images/menu_cabecera/contacto_visited.gif); background-repeat: no-repeat;}


/*Menu derecha cabecera-------------------------------------------------------------------------------------------------*/
div#menu_cabecera_right {float:right; width:417px; height:95px;}
div#menu_cabecera_right ul {margin:0; padding:0; float:left; width:100%;}
div#menu_cabecera_right ul li {float:left; display:inline; text-indent: -5000px;}

li a.termicas {float:left; width:126px; height:95px; background-image:url(../images/menu_cabecera_derecha/icono_carretillas_termicas.jpg); background-repeat: no-repeat; margin-right:20px;}
li a:hover.termicas {background-image:url(../images/menu_cabecera_derecha/icono_carretillas_termicas_on.jpg); background-repeat: no-repeat;}
li a.termicas_visited {float:left; width:126px; height:95px; background-image:url(../images/menu_cabecera_derecha/icono_carretillas_termicas_visited.jpg); background-repeat:no-repeat; margin-right:20px;}

li a.electricas {float:left; width:118px; height:95px; background-image:url(../images/menu_cabecera_derecha/icono_carretillas_electricas.jpg); background-repeat: no-repeat; margin-right:24px;}
li a:hover.electricas {background-image:url(../images/menu_cabecera_derecha/icono_carretillas_electricas_on.jpg); background-repeat: no-repeat;}
li a.electricas_visited {float:left; width:118px; height:95px; background-image:url(../images/menu_cabecera_derecha/icono_carretillas_electricas_visited.jpg); background-repeat:no-repeat; margin-right:24px;}

li a.interior {float:left; width:119px; height:95px; background-image:url(../images/menu_cabecera_derecha/icono_maquinas_interior.jpg); background-repeat: no-repeat;}
li a:hover.interior {background-image:url(../images/menu_cabecera_derecha/icono_maquinas_interior_on.jpg); background-repeat: no-repeat;}
li a.interior_visited {float:left; width:119px; height:95px; background-image:url(../images/menu_cabecera_derecha/icono_maquinas_interior_visited.jpg); background-repeat:no-repeat;}

