
/****************************/
/*          CONTACTO        */
/****************************/



.contacto{
	width: 710px;
	height: auto;
	margin-left: 15px;
	margin-right: 10px;
	background-color:#000000;
}

.contacto_izquierda_superior{
	background-color:#4E4E4E;
	color: #67BC00;
	width: 190px;
	height: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 1.5em;
	line-height: 30px;

}

.contacto_derecha_superior{
	background-color:#4E4E4E;
	color: #67BC00;
	width: 490px;
	height: 35px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 1.5em;
	line-height: 30px;
}

.contacto_izquierda{
	background-color:#4E4E4E;
	color: #67BC00;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;

}

.contacto_derecha{
	background-color:#FFFFFF;
	color: #000000;
	width: 480px;
	height: 400px;
	margin-bottom: 10px;
	font-size: 1.5em;
	padding: 10px;
}

.contacto_label{
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
}

.contacto_nombre{
	width: 160px;
	height: 40px;
}

.contacto_comentarios{
	width: 480px;
	height: 120px;
}

.contacto_form_input{
	background-color: #BCBCBC;
	border: none;
	margin-bottom: 10px;
	margin-left: 10px;
}

.contacto_buzon{
	width: 213px;
	height: 37px;
}

.contacto_buzon2{
	width: 176px;
	height: auto;
	margin-left: 37px;
}

.contacto_reloj{
	width: 267px;
	height: 37px;
}

.contacto_reloj2{
	width: 230px;
	height: auto;
	margin-left:37px;
}


.contacto_imagen_buzon{
	background:url(../img/interfaz/ico_direccion.gif);
	width: 37px;
	height: 37px;
}

.contacto_imagen_reloj{
	background:url(../img/interfaz/ico_reloj.gif);
	width: 37px;
	height: 37px;
}

.contacto_label_verde{
	font-size: 12px;
	line-height: 32px;
	margin-left: 10px;
	color: #6CAF21;
}


.contacto_label  a:link{ 
	text-decoration: none; 
	color: #000000;
}

.contacto_label  a:visited{ 
	text-decoration: none; 
	color: #000000;
}

.contacto_label  a:hover{ 
	text-decoration: none;
	color: #67BC00;	
}

.contacto_form{
	margin-bottom: 20px;
}

.mapa_geolocalizacion{
	width: 200px;
	height: 323px;
	overflow:hidden
}

#mensajeOK{
	background-color: #BCBCBC;
	color: green;
	width: 480px;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	height: 20px;
	padding-top: 9px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

#mensajeERROR {
	background-color: #BCBCBC;
	color: red;
	width: 480px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	height: 20px;
	padding-top: 9px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

.mapaG{
	z-index:1;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	background-color: #4E4E4e;
	width: 710px;
	height:600px;
	position:absolute;
	top: 140px;
}


.mapaG2{
	background-color: #4E4E4e;
	width: 710px;
	height:600px;
}

.cruzCierre{
	width: 22px;
	height: 22px;
	margin-right: 5px;
	background:url(../img/interfaz/cerrar.png);
}

#mapaGrandeCerrar{
	height: 22px;
}
