
#divBodyContacto {
	width:750px;	
	height:auto;
	text-align: left;
    margin: 0 auto;
	padding-bottom: 0;
}


#divExplicacion {
	width:680px;
	text-align:left;
	font-size: 12px;
	line-height: 17px;
	margin: 0 auto;
}

#bloqueForm{
	width:700px;
}
#bloqueForm h1 {
	font-size:14px;
	font-weight:bold;
}

.lblCampo{
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

label.error {
	margin-left:10px;
	color: red;
}

#bloqueForm .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#bloqueForm input{
	width: 300px;
	height: 17px;
	float:left;
	font-size:12px;
	border:solid 1px #aacfe4;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top:5px;
	padding-top:4px;
	padding-left:3px;

}
#bloqueForm button{
	clear:both;
	margin-left:150px;

}

#bloqueForm textarea{
	width: 300px;
	height: 200px;
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0 20px 10px;
}




