/* CSS Document */


#form-contacto {
	width: 500px;
	border: 1px solid  #999999;
	padding: 5px;
	text-align: left;
	font-size: 110%;
}

#form-decor {
	width:100%;
	height:15px;
	background-color:#AC0078;
	margin-bottom:5px;
}

#form-contacto input{
	border:none;
	background-color:#FFFFFF;
	width:370px;
}

#form-contacto textarea{
	border:none;
	background-color:#FFFFFF;
	width:370px;
}


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:#666666;
	font-weight:bold;
	text-transform:uppercase;
  }

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