#contactoFormContent{
	background: #fff url(../imagenes/form/bg.png) repeat-x;
	height: 635px;
	padding-top: 20px;
}
#detallescontacto{
	text-align: center;
	font-size: 17px;
	text-shadow: 0 1px 0 #fff; 
}
#contactoForm{
	margin: 0px auto;
	width: 553px;
}
#contactoForm .buttonsContent{
	float:right; 
	width: 60px;
}

div.label{
	font-size: 18px;
	height: 39px;
	width:140px; 
	padding-top: 8px;
	text-shadow: 0 1px 0 #fff; 
	float:left; 
	text-align:right; 
	margin-right:0.5em; 
}
div.inputText{
	background: url(../imagenes/form/inputText.png) no-repeat;
	float:right; 
	padding: 5px 0px 0px 4px;
	height: 39px;
	width: 387px;
}
div.inputText input{
	background: #E5E5E5;
	border: #828282 1px solid;
	color: #000;
	font: 12px Geneva, Arial, Verdana, sans-serif;
	height: 25px;
	width: 376px;
}
div.inputTextarea{
	background: url(../imagenes/form/inputTextArea.png) no-repeat;
	float:right; 
	padding: 5px 0px 0px 4px;
	height: 129px;
	width: 387px;
}
#consulta{
	background: #E5E5E5;
	border: #828282 1px solid;
	color: #000;
	font: 12px Geneva, Arial, Verdana, sans-serif;
	height: 116px;
	width: 376px;
	overflow:hidden;
	overflow-y: hidden;
	overflow-x: hidden; 
}

