#contactocontiene{
	width:100%;
	height:auto;
/*	padding-top:20px;
	overflow:hidden;*/
}
#contactocentraliza{
	width:1040px;
	height:auto;
	margin:0 auto;
/*	padding-bottom:80px;*/
}
#contactodatos1{
	width:100%;
	height:auto;
	text-align:center;
}
#contactodatos2{
	width:100%;
	height:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:78px;
}

#formulario{
	width:100%;
	height:auto;
	padding-bottom:60px;
}

#botonenvia{
	width:114px;
	height:32px;
	margin:0 auto;
	background-color:#99CC66;
	margin-top:10px;
}

/* un poco antes de  1040 de ancho mas 18 de scroll */
@media screen and (max-width: 1068px){
#contactocentraliza{
	width:98%;
}
}