﻿div.datocontacto{width:100%; height: 200px; float:left;}
div.datocontacto p{ padding:10px;}
.negro{ color:#000;}
.cuerpomain{background-color:#186495; width:100%; height:470px;*width:auto;*height:440px;}
div#contactar label{color:#000;}
div#contactar h2{ font-size:16px;}
input#name{border: 1px solid black; width: 98%; background-color: rgb(16, 71, 107); color:#FFF;}
	input#numero{border: 1px solid black; width: 98%; background-color: rgb(16, 71, 107); color:#FFF;}
	input#email{border: 1px solid black; width:98%; background-color: rgb(16, 71, 107); color:#FFF;}
	textarea#message{border: 1px solid black; width: 98%; background-color: rgb(16, 71, 107); color:#FFF; height/*\**/:30px\9}
textarea{height:60px;}
.formulario{ width:73%;}
.margentopie{ *margin-top:20px;}
form {
	background-color:#EEEEEE;
	margin-top:20px;
	padding:10px 10px 35px;
}
form#contactform {
		background-color:#fff;
		background-image:url('../img/fondopresupuesto.jpg') ;
		background-repeat:no-repeat;
		height:240px;
		padding-top:10px;
		
		}
div#contactar:nth-of-type(1) label {

	padding-bottom:2px;

}
form:nth-of-type(1) textarea {
 max-width:98%;
 }
 .boton{
	margin-right:12px;
	margin-top:10px;
}