@charset "utf-8";
/* CSS Document */

.zona_datos {
	color: #333;
	background-color: #F3F3F3;
	font-size: 18px;
	padding: 30px;
	 position:relative;      
	-webkit-box-shadow:0 0px 4px #777, 0 0 20px #CCC inset;
	-moz-box-shadow:0 0px 4px #777, 0 0 20px #CCC inset;
	box-shadow:0 0px 4px #777, 0 0 20px #CCC inset;
}
.cont_interior {
	margin-top: 50px;
	margin-bottom: 50px;
}

.texto_simple {
	font-size: 14px;
}

.nombre_dato {
	font-size: 20px;
	color: #000;
	padding-bottom: 5px;
}
.mail_cont, .tel_cont {
	font-size: 18px;
	text-decoration: none;
}

.mail_cont a, .tel_cont a {
	font-size: 18px;
	text-decoration: none;
}

#formulario_c input[type="text"], input[type="password"], input[type="email"], textarea, select {	
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	color: #777;
	display: block;
	font-size: 15px;
	margin-bottom: 16px;
	margin-right: 8px;
	margin-top: 8px;
	padding: 8px 4px;
	width: 98%;
}
.titulo_pagina {
	color: #124eb3;
}
.margen_separa {
    border-top: 5px dotted #f2f2f2;
    margin-top: 60px;
    padding-bottom: 20px;
    padding-top: 60px;
}
#formulario_c {
    margin-top: 20px;
}
.politica a {
	color: #124eb3;
	text-decoration: none;
}
.politica a:hover {
    color: #666666;
    text-decoration: none;
}
.zona_mapa_datos {
    background-color: #f5f5f5;
    margin-top: 25px;
    padding: 20px 40px;
}
.enunciado {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}


.lista_datos {
    color: #757575;
    font-size: 15px;
    padding-top: 10px;
}
.lista_datos a {
	color: #757575;
	font-size: 15px;
	padding-top: 10px;
	text-decoration: none;
}
.lista_datos a :hover{
	color: #124eb3;
	text-decoration: none;
}
#mapa {
    
    width: 100%;
    height: 520px;

}
.caja_texto_g {
    height: 110px;
}
.lista_datos li {
    padding-top: 10px;
}



.boton_cont {
	font-family: "source_sans_proregular";
	background-color: #124eb3 !important;
	border: medium none !important;
	border-radius: 5px !important;
	color: #FFFFFF !important;
	float: right !important;
	
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 20px;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
	padding: 7px 20px 5px;
	text-decoration: none !important;
	text-transform: uppercase !important;
}
