legend, .ayudaFormulario, .tituloFormulario {
	display: 			none;
}

#mainContent form .contenedor {
	background: 		#39424d;
	margin-bottom: 		3px;
	padding: 			10px 10px 10px 10px;
	position: 			relative;
	float: 				left;
}

#mainContent form .contenedor label {
	display:			block;
	width: 				160px;
	font-weight: 		bold;
	float: 				left;
}

#mainContent form .contenedor .ayuda {
	display:			block;
	width: 				160px;
	font-size: 			.8em;
	position:			absolute;
	top:				3.4em;
	left: 				10px;
	
}

.contact #content {
	float: 				left;
}

.contact #content address {
	font-style: 		normal;
	color:				#ccc;
	position: 			relative;
	top:				-37px;
	margin-right: 		80px;
}

.contact #content address a {
	color:				white;
}

.contact #content address em {
	font-style: 		normal;
	color:				white;
}

.contact #content address a:hover {
	text-decoration: 	underline;
}


.contact .text {
	height: 			300px;
	padding-top:		150px;
	text-align: 		center;
}

#mainContent input, #mainContent textarea {
	width: 				407px;
	background: 		#242b33;
	color:				#fff;
	padding: 			5px;
	border:				0;
	float: 				left;
}

#mainContent .CampoTexto label {
	height: 			24px;
	line-height: 		24px;
}

#contact_message {
	height: 			228px;
}

.contact #mainContent  input.submit {
	width: 				79px;
	height: 			27px;
	background: 		url("images/submit.gif") no-repeat;
	text-indent: 		22px;
	text-transform: 	lowercase;
	cursor: 			pointer;
	padding:			0;
	position:			absolute;
	right:				0;
	padding-bottom: 	5px;
	font-size: 			.9em;
	text-indent:		-9999px;
}

body.en #mainContent  input.submit {
	background: 		url("images/formSubmit.gif") no-repeat;
}

.contact #mainContent  input.submit {
		
}


#mainContent form .contenedorbotonsubmit {
	background: 		transparent;
	padding: 			0;
	position: 			relative;
	width: 				597px;
	height:				40px;
	margin-top: 		10px;
	clear: 				both;
}

.campoError {
	color:				#9e6767;
}

