body {
	background: #fff500;
	margin-top: 120px;
}

.construccion {
	margin-top: 60px;
}
#contact-area {
margin-top: 20px;
}

#contact-area label {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	text-indent: 10px;
	padding: 5px 0 5px 0;
	text-align: justify;
}


#contact-area input, #contact-area textarea {
border:1px solid #fff600;
margin-bottom:4px;
width:100%;
color: #fff;
background-color: #d6d118;
}

#contact-area textarea {
border:1px solid #fff600;
height: 90px;
background-color: #d6d118;
}

#contact-area textarea:focus, #contact-area input:focus {
border:1px solid #fff600;
background-color: #d6d118;
}

#contact-area input.submit-button {
border:none;
margin-right:0px;
width:100%;
background-color: #222;
color: #fff;
}

#contact-area input.submit-button:hover {
background-color: #009933;
color: #fff;
}


.texto {
	padding-left:7px;
	font-size: 12px;
}
