/* 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 #servicios {	background-image:url(../imagenes/jpg/seleccion.jpg);
				background-repeat:no-repeat;
				background-position:center 0px;}
				
				
ul#nav #home 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 */

span{font-weight:bold;}

.titular{font-weight:bold;
		color:#004469;}
		
.texto{text-align:justify;}

.formulario {
padding:5px;}

.formulario label{width:35%;
			float:left;}
			
.formulario label span{color:#FFFFFF;}			
#contieneform ul{font-size:10px;}
