@charset "utf-8";
/* CSS Document */
/* MAQUETACION DE LA PAGINA */
/* Celeste: #0094D7 */
/* Rojo: #D51224 */
/* Gris ++Oscuro: #1b1b1b */
/* Gris Oscuro: #2b2b2b */
/* Gris ++Claro: #999999 */
/* Gris ++++Claro: #efeeea */

.imgExtendida {
    background-attachment:fixed;
    background-position:top center;
    height:430px !important;
    display:block !important;
    width:100% !important;
    background-repeat:no-repeat;
    background-size:cover;
	}

#wrap {
height:auto;
min-height:100%;
}
@media (min-width: 960px) {
	#main {
	padding-bottom:63px; /* Debe ser del mismo alto que la suma de footers */
	}
}
@media (max-width: 959px) {
	#main {
	padding-bottom:145px; /* Debe ser del mismo alto que la suma de footers */
	}
}

#contenedor_menu {
position:relative;
width:100%;
clear:both;
border-bottom:#0094D7 1px solid;
margin:0 auto;
}
@media (min-width: 960px) {
	#menu {
	position:relative;
	width:812px; /* Este valor está determinado por suma total de la longitud de los botones */
	margin:0 auto;
	clear:both;
	}
}
@media (max-width: 959px) {
	#menu {
	margin:0 auto;
	clear:both;
	}
}

@media (min-width: 600px) {
	#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	border-top:#0094D7 3px solid;
	background:#FFFFFF;
	margin:0 auto;
	clear:both;
	z-index:999;
	}
}
@media (max-width: 599px) {
	#header {
	position:relative;
	width:100%;
	text-align:center;
	border-top:#0094D7 3px solid;
	background:#FFFFFF;
	margin:0 auto;
	clear:both;
	}
}

@media (min-width: 600px) {
	.logo {
	height:auto;
	}
}
@media (max-width: 599px) {
	.logo {
	height:auto;
	width:85%;
	}
}

#contenedor {
margin:20px;
}

#centrado {
text-align:center;
}

@media (min-width: 960px) {
	#izquierda {
	display:inline-block;
	width:25%;
	}
}
@media (max-width: 959px) {
	#izquierda {
	width:100%;
	margin-bottom:20px;
	}
}
	@media (min-width: 960px) {
		#contenido_izquierda {
		margin:0 10px 0 0;
		}
	}
	@media (max-width: 959px) {
		#contenido_izquierda {
		}
	}

@media (min-width: 960px) {
	#derecha {
	display:inline-block;
	width:74%;
	vertical-align:top;
	text-align:justify;
	}
}
@media (max-width: 959px) {
	#derecha {
	width:100%;
	text-align:justify;
	}
}
	@media (min-width: 960px) {
		#contenido_derecha {
		margin:0 0 0 10px;
		}
	}
	@media (max-width: 959px) {
		#contenido_derecha {
		}
	}

@media (min-width: 960px) {
	.not_responsive {
	}
	.responsive {
	display:none;
	}
}
@media (max-width: 959px) {
	.not_responsive {
	display:none;
	}
	.responsive {
	}
}

@media (min-width: 960px) {
	#footer {
	position:relative;
	margin-top:-63px; /* Valor negativo del alto del footer */
	height:63px;
	background-color:#0094D7;
	clear:both;
	}
}
@media (max-width: 959px) {
	#footer {
	position:relative;
	margin-top:-145px; /* Valor negativo del alto del footer */
	height:145px;
	background-color:#0094D7;
	clear:both;
	}
}

@media (min-width: 960px) {
	#variable_footer {
	display:table;
	width:100%;
	height:63px;
	}
}
@media (max-width: 959px) {
	#variable_footer {
	display:table;
	width:100%;
	height:85px;
	}
}

@media (min-width: 960px) {
	#txt_footer {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:15px 0 15px 0;
	}
}
@media (max-width: 959px) {
	#txt_footer {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:18px 10px 18px 10px;
	}
}

.imagen_fija {
height:auto;
width:100%;
}

.imagen_complementaria {
height:auto;
width:100%;
border-radius:15px 50px 30px;
}

#contenedor_mapa {
width:100%;
text-align:center;
padding:5px 0 20px 0;
background:#efeeea;
}

@media (min-width: 960px) {
	#contenedor_central {
	display:inline-block;
	width:70%;
	text-align:center;
	padding:5px 0 20px 0;
	background:#efeeea;
	}
}
@media (max-width: 959px) {
	#contenedor_central {
	display:inline-block;
	width:100%;
	text-align:center;
	padding:5px 0 20px 0;
	background:#efeeea;
	}
}

#submenu {
width:100%;
text-align:center;
padding:20px 0 20px 0;
background:#2b2b2b;
border-bottom:#FFFFFF 1px solid;
clear:both;
}

#cuadro {
display:inline-block;
width:200px;
border:#FFFFFF 1px solid;
padding:15px;
margin:10px;
}
#cuadro:hover {
display:inline-block;
width:200px;
border:#FFFFFF 1px solid;
padding:15px;
margin:10px;
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}

@media (min-width: 960px) {
	#cuadro_30 {
	display:inline-block;
	width:30%;
	vertical-align:top;
	}
}
@media (max-width: 959px) {
	#cuadro_30 {
	width:100%;
	margin:0 0 20px 0;
	vertical-align:top;
	}
}

@media (min-width: 960px) {
	#align_left {
	display:inline-block;
	text-align:left;
	vertical-align:top;
	}
}
@media (max-width: 959px) {
	#align_left {
	width:100%;
	text-align:left;
	vertical-align:top;
	}
}

@media (min-width: 960px) {
	#cuadro_49 {
	display:inline-block;
	width:49%;
	}
}
@media (max-width: 959px) {
	#cuadro_49 {
	display:inline-block;
	width:100%;
	margin:0 0 10px 0;
	}
}

@media (min-width: 960px) {
	#variable_mapa {
	display:inline-block;
	width:65%;
	margin-right:20px;
	margin:0 auto;
	clear:both;
	}
}
@media (max-width: 959px) {
	#variable_mapa {
	width:100%;
	margin-bottom:20px;
	clear:both;
	}
}

@media (min-width: 960px) {
	#variable_datos {
	display:inline-block;
	width:30%;
	margin-right:20px;
	vertical-align:top;
	margin:0 auto;
	clear:both;
	}
}
@media (max-width: 959px) {
	#variable_datos {
	width:100%;
	clear:both;
	}
}

#linea {
position:relative;
width:100%;
border-bottom:#CCCCCC 1px solid;
margin:0 auto;
clear:both;
}

#linea_azul {
position:relative;
width:100%;
border-bottom:#0094D7 1px solid;
margin:0 auto;
clear:both;
}

@media (min-width: 1024px) {
}
@media (max-width: 1023px) {
	.margen_h_botones {
	margin:0 0 0 20px;
	}
}

#relleno {clear:both; padding-top:0;}
#relleno_5px {clear:both; padding-top:5px;}
#relleno_8px {clear:both; padding-top:8px;}
#relleno_10px {clear:both; padding-top:10px;}
#relleno_15px {clear:both; padding-top:15px;}
#relleno_20px {clear:both; padding-top:20px;}
@media (min-width: 960px) {
	#relleno_top {
	clear:both;
	padding-top:167px;
	}
}
@media (max-width: 959px) {
	#relleno_top {
	}
}

@media (min-width: 960px) {
	#reinacine {			
	position:absolute;
	width:100%;
	margin:11px 0 0 0; /* El primer valor corresponde a: footer - Imagen de RCI /2, y el resto es a gusto... */
	text-align:right;
	}
}
@media (max-width: 959px) {
	#reinacine {			
	position:absolute;
	width:100%;
	margin:80px 0 0 0; /* El primer valor corresponde a: footer - Imagen de RCI /2, y el resto es a gusto... */
	text-align:center;
	}
}

/* Botones */
.boton_comun {
font-family:'Quicksand', sans-serif;
font-size:20px;
background:url("imagenes/fondo_menu.png") repeat-x;
}
.boton_comun a:hover {
font-family:'Quicksand', sans-serif;
font-size:20px;
color:#FFFFFF;
background:#0094D7;
}

.boton_activo {
font-family:'Quicksand', sans-serif;
font-size:20px;
color:#FFFFFF;
background:#0094D7;
}
.boton_activo a:hover {
font-family:'Quicksand', sans-serif;
font-size:20px;
color:#FFFFFF;
background:#0094D7;
}

@media (min-width: 960px) {
	.boton_confirmacion {
	position:relative;
	height:50px;
	line-height:50px;
	background:#0094D7;
	text-align:center;
	font-family:'Quicksand', sans-serif;
	font-size:20px;
	color:#FFFFFF;
	border:none;
	margin-top:10px;
	padding:0 20px 0 20px;
	cursor:pointer;
	}
	.boton_confirmacion:hover {
	position:relative;
	height:50px;
	line-height:50px;
	background:#CCCCCC;
	text-align:center;
	font-family:'Quicksand', sans-serif;
	font-size:20px;
	color:#666666;
	border:none;
	margin-top:10px;
	padding:0 20px 0 20px;
	cursor:pointer;
	}
}
@media (max-width: 959px) {
	.boton_confirmacion {
	width:90%;
	height:50px;
	line-height:50px;
	background:#0094D7;
	text-align:center;
	font-family:'Quicksand', sans-serif;
	font-size:20px;
	color:#FFFFFF;
	border:none;
	margin-top:10px;
	cursor:pointer;
	}
	.boton_confirmacion:hover {
	width:90%;
	height:50px;
	line-height:50px;
	background:#CCCCCC;
	text-align:center;
	font-family:'Quicksand', sans-serif;
	font-size:20px;
	color:#666666;
	border:none;
	margin-top:10px;
	cursor:pointer;
	}
}

/* Sub-Botones */
@media (min-width: 960px) {
	.boton_secundario {
	width:100%;
	height:45px;
	line-height:45px;
	font-family:'Quicksand', sans-serif;
	font-size:17px;
	color:#666666;
	border:#efeeea 1px solid;
	cursor:pointer;
	}
	.boton_secundario:hover {
	width:100%;
	height:45px;
	line-height:45px;
	font-family:'Quicksand', sans-serif;
	font-size:17px;
	color:#666666;
	background:#efeeea;
	border:#efeeea 1px solid;
	cursor:pointer;
	}
	.boton_secundario_off {
	width:100%;
	height:45px;
	line-height:45px;
	font-family:'Quicksand', sans-serif;
	font-size:17px;
	color:#666666;
	background:#efeeea;
	border:#efeeea 1px solid;
	cursor:pointer;
	}
}
@media (max-width: 959px) {
	.boton_secundario {
	display:inline-block;
	width:80%;
	height:45px;
	line-height:45px;
	font-family:'Quicksand', sans-serif;
	font-size:17px;
	color:#666666;
	border:#efeeea 1px solid;
	cursor:pointer;
	}
	.boton_secundario:hover {
	display:inline-block;
	width:80%;
	height:45px;
	line-height:45px;
	font-family:'Quicksand', sans-serif;
	font-size:17px;
	color:#666666;
	background:#efeeea;
	border:#efeeea 1px solid;
	cursor:pointer;
	}
	.boton_secundario_off {
	display:inline-block;
	width:80%;
	height:45px;
	line-height:45px;
	font-family:'Quicksand', sans-serif;
	font-size:17px;
	color:#666666;
	background:#efeeea;
	border:#efeeea 1px solid;
	cursor:pointer;
	}
}

@media (min-width: 960px) {
	.input {
	display:inline-block;
	width:400px;
	font-size:14px;
	border:#CCCCCC 1px solid;
	background-color:#efeeea;
	vertical-align:middle;
	padding:15px 10px 15px 10px;
	}
}
@media (max-width: 959px) {
	.input {
	display:inline-block;
	width:80%;
	font-size:14px;
	border:#CCCCCC 1px solid;
	background-color:#efeeea;
	vertical-align:middle;
	padding:15px 10px 15px 10px;
	}
}

@media (min-width: 960px) {
	.input_txt {
	min-height:250px;
	max-height:250px;
	min-width:400px;
	max-width:400px;
	padding:15px 10px 15px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #CCCCCC;
	background-color:#efeeea;
	}
}
@media (max-width: 959px) {
	.input_txt {
	min-height:250px;
	max-height:250px;
	min-width:80%;
	max-width:80%;
	padding:15px 10px 15px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #CCCCCC;
	background-color:#efeeea;
	}
}

#whatsapp {
width:70px;
height:70px;
position:fixed;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
right:35px;
bottom:45px;
background:#4dc247;
border:#FFFFFF 3px solid;
border-radius:100%;
z-index:1000;
cursor:pointer;
}

.texto_whatsapp {
font-size:45px;
color:#FFFFFF;
padding:3px 0 0 0;
}

/* Textos */
.texto_acciones {
font-family:'Quicksand', sans-serif;
font-size:20px;
color:#FFFFFF;
}
.texto_normal_negro {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#1b1b1b;
}
.texto_normal_blanco {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
}
.texto_normal_gris {
color:#666666;
}
.texto_titulos {
font-family:'Dosis', sans-serif;
font-size:23px;
color:#2b2b2b;
}
.texto_frase {
font-family:'Quicksand', sans-serif;
font-size:20px;
color:#2b2b2b;
}
.texto_frase_azul {
font-family:'Quicksand', sans-serif;
font-size:20px;
color:#0094D7;
}
.texto_frase_negro {
font-family:'Quicksand', sans-serif;
font-size:20px;
color:#1b1b1b;
}
.texto_botones {
font-family:'Quicksand', sans-serif;
font-size:20px;
color:#FFFFFF;
}
.texto_normal_rojo {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#D51224;
}
.texto_times {
font-family:Times, "Times New Roman", "serif";
font-style:italic;
font-size:17px;
color:#666666;
}
.texto_times_azul {
font-family:Times, "Times New Roman", "serif";
font-style:italic;
font-size:17px;
color:#0094D7;
}
.texto_destacado {
font-family:'Quicksand', sans-serif;
font-size:17px;
color:#0094D7;
}