/*****************************************************************************
CONTENIDO DE LA SECCIÓN CONTACTAR
*****************************************************************************/
#contenido h2.contactar {
	background-image: url(../img/h2_contactar.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
}

p.obligatorios {
	text-align: right !important;
	font-size: 1.1em !important;
	letter-spacing: 2px;
	font-weight: bold;
}
.mensaje {
	text-align: center !important;
	color: #E60B18 !important;
	font-weight: bold;
	font-size: 1.2em;
}
form {
	padding-left: 160px;
	width: 250px;
	border-right: 20px solid #cfe3ed;
	padding-right: 20px;
	background-image: url(../img/form_fondo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0%;
}

label, .etiqueta {
	font-size: 1.4em;
	color: #07567f;
	font-weight: bold;
	margin-top: 8px;
	display: block;
}
.defaultErr {
	font-size: 1.4em;
	color: #E60B18 !important;
	font-weight: bold;
	margin-top: 8px;
	display: block;
}

label span {
	font-size: 1.2em;
	font-weight: normal;
}

input {
	display: block;
	height: 15px;
	border: 0;
	color: #07567f;
	padding: 5px 6px;
	background-color: transparent;
	background-repeat: no-repeat;
}
input[type="hidden"] {
	display: none;
}
input.grande {
	background-image: url(../img/inputtext_g.png);
	width: 238px;
}
input.peque {
	background-image: url(../img/inputtext_p.png);
	width: 88px;
}
textarea {
	display: block;
	height: 125px;
	border: 0;
	color: #07567f;
	padding: 5px 6px;
	background-color: transparent;
	background-image: url(../img/textarea.png);
	width: 238px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
div#botonera {
	margin-top: 20px;
}
input.borrar {
	padding:0;
	background-image: url(../img/boton1.png);
	width: 100px;
	height: 25px;
	float: left;
	font-weight: bold;
}
input.enviar {
	background-image: url(../img/boton2.png);
	width: 100px;
	height: 25px;
	float: right;
	font-weight: bold;
}
