body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

ul{
	list-style:none;
	text-align: left;
       }

.infoderecho { float:right; width:23%; height:80px; position:relative; clear:right;}
.infoizquierdo { float:left; font-family:Verdana, Geneva, sans-serif; color:#fff; font-size:16px; width:50%; height:80px; clear:left;}



.texto {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-align:justify;
}
 formulario de contacto 

.campo {
	width: 290px;
	background: transparent url(img/campo.jpg) repeat;
	color : #747862;
	height:35px;
	border:0;
	margin-bottom:0px;
	padding-left: 8px;
	padding-right: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.campo2 {
	width: 290px;
	background: transparent url(img/campo.jpg) repeat;
	color : #747862;
	height: 150px;
	border:0;
	margin-bottom:0px;
	padding: 6px 10px 5px 8px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.requerido {
	color: maroon;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


 Menu 

#menu {
	background: none;
	float: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 11px "Arial Black", Gadget, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #1b4572  bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	height:30px;
	padding: 8px 12px;
	text-decoration: none;
}
#menu li a {
  border-left: 1px solid #FFF;
  border-right: 1px solid #fff;
  height:30px;
}
#menu a:hover {
	background: #2580a2  url("imagenes/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	
	
	
	
