/* CSS Document */


#form-contacto {
	width: auto;
	padding: 5px;
	text-align: left;
	font-size: 1em;
}


#form-contacto input{
	border:none;
	background-color:#E0D6D7;
	width:270px;
	height:22px;
	line-height:22px;
}

#form-contacto textarea{
	border:none;
	background-color:#E0D6D7;
	width:270px;
}

#form-contacto select{
	border:none;
	background-color:#E0D6D7;
	width:270px;
		height:22px;
	line-height:22px;

}


div.row {
	clear: both;
	padding-top: 5px;
	height:22px;
  }

div.row span.leyenda {
	float: left;
	width: 110px;
	text-align:left;
	font-size: 80%;
	font-weight: normal;
	color:#666666;
	font-weight:bold;

  }

div.row span.campo {
	float: left;
	width: 270px;
	text-align: left;

  } 
  
div.row span.boton {
	font-size: 80%;	
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

