/* CSS Document */


#form-contacto {
	width: 400px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: left;
}

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

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

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

