/* CSS Document */

#form-contacto {

	width: 365px;
	padding: 5px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
	z-index:0;
}

div.row {
	clear: both;
	text-align:center;
	font-size: 0.9em;
	color:#000000;
	margin-bottom:0;
	padding:0;

  }

div.row input, textarea, select{
	background-color:none;
	border: 1px solid #D7D8DA;
}

textarea {
	width:232px;
}

div.row span.leyenda {
	float: left;
	width: 130px;
	text-align: left;
	color:#000000;

  }


div.row span.leyenda-obligatoria {
	float: left;
	width: 130px;
	text-align: left;
	color: #000000;
	text-indent:17px;
	background-image: url(imagenes/dot.gif);
	background-repeat: no-repeat;
	background-position: 4px;
  }

div.row span.leyenda-libre {
	float: left;
	width: 130px;
	text-align: left;
	color: #000;
	text-indent:17px;
	
  }

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



