/* MENU HORIZONTAL */

#menuhoriz {
height: 33px;
margin: 0 auto;
width: 800px;
border-left: 0px solid #111;
border-right: 0px solid #111;
background-image:url(../imagenes/jpg/menuhoriz.jpg);
background-position:center;
font-weight:400;
}

#menuhoriz a{color:#FFFFFF; text-decoration: none;}
#menuhoriz a:hover { text-decoration: none; color: #fff; }

ul#nav {
	padding-left:80px;
	overflow:hidden;
	list-style-type:none;
	height:33px;
}
ul#nav li {
	float:left;
	height:33px;
	
}
ul#nav li a{
height:33px;
padding:0px 35px;
line-height:32px
}

ul#nav #home {	background-image:url(../imagenes/jpg/seleccion.jpg);
				background-repeat:no-repeat;
				background-position:center 0px;}
				
				
ul#nav #servicios a:hover{
background-image:url(../imagenes/jpg/menuhoriz.jpg);
background-position:0 33px;
height:33px;
padding:8px 35px;
line-height:32px;
}

ul#nav #ofertas a:hover{
background-image:url(../imagenes/jpg/menuhoriz.jpg);
background-position:0 33px;
height:33px;
padding:8px 35px;
line-height:32px;
}

ul#nav #trabaja a:hover{
background-image:url(../imagenes/jpg/menuhoriz.jpg);
background-position:0 33px;
height:33px;
padding:8px 35px;
line-height:32px;
}

ul#nav #clientes a:hover{
background-image:url(../imagenes/jpg/menuhoriz.jpg);
background-position:0 33px;
height:33px;
padding:8px 35px;
line-height:32px;
}

/* FIN MENU HORIZONTAL */