@charset "utf-8";
/* CSS Document */

#menu {
	width: 820px;
	height: 39px;
	background-image: none;
	float: left;
	text-align: left;
	background-color: #FFF;
}
#menu ul {
	list-style:none;
	margin-right: 0;
	margin-bottom: 0;
	position:absolute;
}
#menu ul li {
	float:left;
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#menu ul li a {
	display:block;
	background-repeat: no-repeat;
	text-decoration: none;
}
/*Botones menu*/

#menu ul li#home a {
	width: 75px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/inicio_a.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu ul li#quienes a {
	width: 119px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/quienes_a.png);
	background-repeat: no-repeat;
	background-position: top;
}
/*#menu ul li#quienes .aSub{
	width: 119px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/calidad2_b.png);
	background-repeat: no-repeat;
	background-position: top;
}*/
#menu ul li#calidad a {
	width: 151px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/calidad_a.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu ul li#productos a {
	width: 97px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/productos_a.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu ul li#recetas a {
	width: 152px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/recetas_nov_a.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu ul li#productores a {
	width: 108px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/productores_a.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu ul li#sur a {
	width: 133px;
	height: 34px;
	text-align: center;
	background-image: url(../imagenes/menu/sur.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu ul li#contacto a {
	width: 118px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/contacto_a.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu ul li#exportacion a {
	width: 134px;
	height: 34px;
	text-align: center;
	background-image: url(../imagenes/menu/exportacion.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}





/*Botones Sobremenu*/
#menu ul li#home a:hover {
	width: 75px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/inicio_b.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/menu ul li#quienes a:hover {
	width: 119px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/quienes_b.png);
	background-repeat: no-repeat;
	background-position: top;
	
}

.ulSub 
{
cursor:pointer;
background-image: url(../imagenes/menu/calidad2_b.png);
padding-left:38px;
height:35px;
left:-1px;
	top:34px;
width:85px;
position:absolute;
z-index:2000;
   display:none;
   list-style:none;
   float:left;
   /*border:solid 1px silver;*/
}

#menu ul li#calidad a:hover {
	width: 151px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/calidad_b.png);
	background-repeat: no-repeat;
	background-position: top;
}


#menu ul li#productos a:hover {
	width: 97px;
	height: 39px;
	text-align: center;
	background-image: url(../imagenes/menu/new_menu/productos_b.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu ul li#recetas a:hover {
	width: 152px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/recetas_nov_b.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu ul li#productores a:hover {
	width: 108px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/productores_b.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu ul li#sur a:hover {
	width: 133px;
	height: 34px;
	text-align: center;
	background-image: url(../imagenes/menu/sur_a.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu ul li#contacto a:hover {
	width: 118px;
	height: 39px;
	text-align: left;
	background-image: url(../imagenes/menu/new_menu/contacto_b.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu ul li#exportacion a:hover {
	width: 134px;
	height: 34px;
	text-align: center;
	background-image: url(../imagenes/menu/exportacion_a.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}


/*submenu contacto*/
#submenu {
	width: 820px;
	height: 20px;
	/*background-image: url(../imagenes/menu/submenu/submenu.png);*/
	float: right;
	
}
#submenu ul {
	list-style:none;
	margin-right: 0;
	margin-bottom: 0;
	
}
#submenu ul li {
	float:left;
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#submenu ul li a {
	display:block;
	width:auto;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
}
#submenu ul li#servicio a {
	width: 168px;
	height: 20px;
	text-align: center;
	background-image: url(../imagenes/menu/submenu/cliente.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 405px;
}
#submenu ul li#contacto a {
	width: 167px;
	height: 20px;
	text-align: center;
	background-image: url(../imagenes/menu/submenu/comercial.jpg);
	background-repeat: no-repeat;
}
#submenu ul li#servicio a:hover {
	width: 168px;
	height: 20px;
	text-align: center;
	background-image: url(../imagenes/menu/submenu/servicio_a.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 405px;
}
#submenu ul li#contacto a:hover {
	width: 167px;
	height: 20px;
	text-align: center;
	background-image: url(../imagenes/menu/submenu/contacto_a.jpg);
	background-repeat: no-repeat;
}

/*fin submenu contacto*/


/**/
.bodyhome #menu #home a
{
	width: 75px;
	height: 39px;
	text-align: center;
	background-image: url(../imagenes/menu/new_menu/inicio_a.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.bodyquienes #menu #quienes a
{
	width: 119px;
	height: 39px;
	text-align: center;
	background-image: url(../imagenes/menu/new_menu/quienes_b.png);
	background-repeat: no-repeat;
	background-position: top;
	}
	.bodycalidad #menu #calidad a
{
	width: 151px;
	height: 39px;
	text-align: center;
	background-image: url(../imagenes/menu/new_menu/calidad_b.png);
	background-repeat: no-repeat;
	background-position: top;
	}
.bodyproductos #menu #productos a
{
	width: 97px;
	height: 39px;
	text-align: center;
	background-image: url(../imagenes/menu/new_menu/productos_b.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.bodyproductos #menu #productores a
{
	width: 108px;
	height: 39px;
	text-align: center;
	background-image: url(../imagenes/menu/new_menu/productores_a.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.bodysur #menu #sur a
{
	width: 133px;
	height: 34px;
	text-align: center;
	background-image: url(../imagenes/menu/sur_a.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.bodycontacto #menu #contacto a

{
	width: 118px;
	height: 39px;
	text-align: center;
	background-image: url(../imagenes/menu/new_menu/contacto_b.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.bodycontacto2 #menu #contacto a

{
	width: 128px;
	height: 39px;
	text-align: center;
	background-image: url(../imagenes/menu/contac_a.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.bodycontacto #submenu #servicio a

{
	width: 167px;
	height:20px;
	text-align: center;
	background-image:url(../imagenes/menu/submenu/servicio_a.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.bodycontacto2 #submenu #contacto a

{
	width: 167px;
	height:20px;
	text-align: center;
	background-image:url(../imagenes/menu/submenu/contacto_a.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.bodyrecetas #menu #recetas a {
	width: 152px;
	height: 39px;
	text-align: center;
	background-image: url(../imagenes/menu/new_menu/recetas_nov_b.png);
	background-repeat: no-repeat;
	background-position: right center;
}

