/* CSS Document */


#form-contacto {
	width: 530px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: left;
	background-image: url(../../imagenes/world.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#form-contacto input, select, textarea {
	background-color:#fff;
	border: 1px solid #CCC;	
	color:#000;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}

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:left;
	width: 270px;
	text-align: left;
	margin-left:10px;
  } 
  
div.row span.boton {
	font-size: 80%;	
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

