.divContacto{
	width: 529px;
	height: 463px;
	float: left;
	overflow: hidden;
	margin-left:120px;
	background: url(../images/contacto/contactobg.jpg);
	
}
.divObligatorios{
	width: 525px;
	height: 30px;
	float: left;
	overflow: hidden;
	text-align: right;
	font-weight: normal;
	font-size: 0.9em;
	margin-left:120px;
	
}
.divGenContTitulo{
	width: 400px;
	height: 44px;
	float: right;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	background: url(../images/contacto/title.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.divContactoInput{
	width: 322px;
	height: 30px;
	margin: 0 0 12px 0px;
	float: left;
	overflow: hidden;
}
.inputSinSeleccionar{
	border: 1px solid #c9c9c9;
	background-color: #f5f5f5;
	color: #333;
	font-family: Verdana;
	font-size: 1.2em;	
}
.divContactoWraper{
	margin:88px 0 0 174px;
	width: 350px;
	height: 330px;
	float:left;
	
}
.divContactoMensaje{
	width: 322px;
	float: left;
	overflow: hidden;
	background-color: #f5f5f5;
	color: #333;
}
.divEnviar{
	width: 116px;
	height: 86px;
	margin: 10px 10px 5px 0;
	float: right;
	
}
