/*
********************************************
* CONTENEDOR CONTACTO
********************************************
*/
#contenedor_contacto {
	width: 880px;
	overflow: hidden;
	background: url(../Graficos/Contacto/fondo_contenedor.jpg) no-repeat;
	background-position: 0 0;
}


/*
********************************************
* CONTENEDOR FORMULARIO
********************************************
*/
#contenedor_formulario {
	overflow: hidden;
	margin-top: 175px;
	padding: 45px 30px 50px 30px;
	border-bottom: 1px solid #F2F2F2;
}

#contenedor_formulario #texto {
	float: left;
	width: 360px;
}

#contenedor_formulario #tabla_formulario {
	float: right;
	width: 400px;
	text-align: right;
}


/*
********************************************
* CONTENEDOR MAPA
********************************************
*/
#contenedor_mapa {
	padding: 50px 30px 30px 30px;
}

p.telefonos {
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 30px;
	padding: 20px;
	color: #987615;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #EFEAB0;
	background-color: #FFC;
}

#mapa {
	width: 806px;
	height: 286px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	border: 2px solid #E9E9E9;
	background-color: #FFF;
}


/*
********************************************
* FORMULARIO
********************************************
*/
form {
	margin: 0;
	padding: 0;
}

label{
	float: left;
	width: 80px;
	padding-top: 6px;
	font-size: 0.8em;
	/*background-color: #0FC;*/
}

.input, .select, .textarea {
	width: 290px;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px;
	color: #999;
	border: 2px solid #E9E9E9;
	font-size: 1em;
}

.textarea {
	width: 290px;
	height: 90px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}


input.submit {
	margin-top: 0;
	width: 70px;
	height: 24px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(../Graficos/Contacto/btn_enviar.gif) no-repeat top center;
	font-size: 0px;
	/*display: block;*/
	line-height: 0;
}

input.submit_en {
	margin-top: 0;
	width: 70px;
	height: 24px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(../Graficos/Contacto/btn_send.gif) no-repeat top center;
	font-size: 0px;
	/*display: block;*/
	line-height: 0;
}

input:focus, select:focus, textarea:focus {
	color: #333;
	border: 2px solid #C3C3C3;
}


/*
********************************************
* ERRORES
********************************************
*/
label.error {
	float: right;
	margin-right: 10px;
    line-height: 1.5em;
    margin-top: -1.5em;
	font-style: italic;
	font-weight: normal;
	color: #F00;
}

input.error, select.error, textarea.error {
	color: #333;
	border: 2px solid #F99;
}


/*
********************************************
* VARIOS
********************************************
*/
.mensaje {
	margin-right: 120px;
	font-size: 0.8em;
}

.requerido {
	color: #F00;
}