@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}
/*Con esto se mantiene fijo al footer*/
html {
	  position: relative;
	  min-height: 100%;
	}

body{
	margin-bottom: 90px;
	background-color:#f2f4f4;
	}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* =============================================================================
   Diseño móvil: 480 px e inferior.
   ========================================================================== */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#subloque {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	background-color:#f2f4f4;
	padding:140px 5% 0px 5%;
}

#subloque h1{
	display:block;
	padding:20px 5% 20px 5%;
	width:90%;
	color:#fff;
	text-align:center;
	background:#001489;
	font-size:18px;
	margin-bottom:10px;
	font-family: 'Volkhov', serif;
	}

#bloque1 {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	background-color:#f2f4f4;
	padding:0px 5% 0px 5%;
	text-align:justify;
	color:#696969;
	font-family: 'Tenor Sans', sans-serif;
}

#bloque1 strong{
	color:#001489;
	font-size:14px;
	font-family: 'Volkhov', serif;
	}

#bloque1 h2{
	font-size:18px;
	color:#00b2c3;
	text-align:center;
	font-family: 'Volkhov', serif;
	}
	
#bloque1 img {
	position: static;
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bloque1 #mapa {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	background-color: #FFF;
	width:96%;
	height:300px;
	padding:2%;
	margin-bottom:20px;
}

#bloque2 {
	float: left;
	width: 90%;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:20px;
	display: block;
	background-color:#f2f4f4;	
}

#footer {
	position:absolute;
	bottom: 0;
	height: 90px;
	width: 100%;
	background-color:#00b2c3;
	font-family: 'Tenor Sans', sans-serif;
}

#footer h2{
	font-size:13px;
	line-height:20px;
	font-family: 'Volkhov', serif;
}

#footer #direccion {
	position:static;
	background:#009bdb;
	display:block;
	float:left;
	width:90%;
	height:auto;
	padding:5px;
	text-align:center;
	padding:5px 5% 5px 5%;
	color:#FFFFFF;
	font-size:10px;
	}

#footer #Aviso {
	position:static;
	background:#001489;
	display:block;
	float:left;
	width:90%;
	height:auto;
	text-align:center;
	padding:5px 5% 10px 5%;
	color:#009bdb;
	font-size:10px;
}

#footer #Aviso a {
	text-decoration:none;
	color:#009bdb;
	font-size:15px;
	font-family: 'Volkhov', serif;
	}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}

/* =============================================================================
   Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil.
   ========================================================================== */

@media only screen and (min-width: 481px) {
	
	body{
	margin-bottom: 50px;
	background-color:#000000;
	}
.gridContainer {
	width:100%;
}

#subloque {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	background-color:#f2f4f4;
	padding:150px 5% 0px 5%;
}

#subloque h1{
	display:block;
	padding:20px 0px 20px 0px;
	width:90%;
	color:#fff;
	text-align:center;
	background:#001489;
	font-size:18px;
	margin-bottom:15px;
	margin-left:5%;
	margin-right:5%;
	font-family: 'Volkhov', serif;
	}

#bloque1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	background-color:#f2f4f4;
	padding:0px 10% 0px 10%;
	text-align:left;
	color:#696969;
	font-family: 'Tenor Sans', sans-serif;
}

#bloque1 strong{
	color:#001489;
	font-size:16px;
	font-family: 'Volkhov', serif;
	}

#bloque1 h2{
	font-size:20px;
	color:#00b2c3;
	text-align:center;
	font-family: 'Volkhov', serif;
	}

#bloque1 #mapa {
clear: both;
float: left;
margin-left: 0;
width: 96%;
height:500px;
display: block;
padding:2%;
}

#bloque2 {
	clear: both;
	float: left;
	width: 80%;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:40px;
	display: block;
	background-color:#f2f4f4;
}

#footer {
	position:absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-color:#00b2c3;
	font-family: 'Tenor Sans', sans-serif;
}

#footer h2{
	font-size:16px;
	font-family: 'Volkhov', serif;
}

#footer #direccion {
	position:static;
	background:#009bdb;
	display:block;
	float:left;
	width:90%;
	height:50px;
	text-align:center;
	padding:5px 5% 10px 5%;
	color:#FFFFFF;
	font-size:12px;
	}

#footer #Aviso {
	position:static;
	background:#001489;
	display:block;
	float:right;
	width:90%;
	height:30px;
	text-align:center;
	padding:10px 5% 20px 5%;
	color:#009bdb;
	font-size:12px;
}

#footer #Aviso a {
	text-decoration:none;
	color:#009bdb;
	font-size:16px;
	font-family: 'Volkhov', serif;
	}

.hide_tablet {
display: none;
}

.zeroMargin_tablet {
margin-left: 0;
}
	
}

/* =============================================================================
   Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de:
   Diseño móvil y Diseño tableta.
   ========================================================================== */

@media only screen and (min-width: 769px) {
	
	body{
	margin-bottom: 50px;
	}
	
.gridContainer {
	width: 100%;
	margin: auto;
}

#subloque {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	background-color:#f2f4f4;
	padding:140px 5% 0px 5%;
}

#subloque h1{
	display:block;
	padding:20px 0px 20px 0px;
	width:90%;
	color:#fff;
	text-align:center;
	background:#001489;
	font-size:20px;
	margin-bottom:10px;
	font-family: 'Volkhov', serif;

	}

#bloque1 {
	float: left;
	width: 40%;
	display: block;
	background-color:#f2f4f4;
	padding:5px 0% 5px 10%;
	height:700px;
	text-align:left;
	color:#696969;
	font-family: 'Tenor Sans', sans-serif;
}

#bloque1 strong{
	color:#001489;
	font-size:16px;
	font-family: 'Volkhov', serif;
	}
	
#bloque1 h2{
	font-size:20px;
	color:#00b2c3;
	text-align:left;
	font-family: 'Volkhov', serif;
	}

#bloque1 #mapa {
clear: both;
float: left;
margin-left: 0;
width: 96%;
display: block;
padding:2%;
height:485px;
}

#bloque2 {
	clear: right;
	float: left;
	width: 46%;
	display: block;
	background-color:#f2f4f4;
	padding:10px 2% 5px 2%;
	height:700px;
}

#footer {
	position:absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-color:#00b2c3;
	color:#FFFFFF;
	font-family: 'Tenor Sans', sans-serif;

}

#footer h2{
	font-size:18px;
	line-height:24px;
	font-family: 'Volkhov', serif;
}

#footer #direccion {
	position:static;
	background:#009bdb;
	display:block;
	float:left;
	width:40%;
	height:50px;
	text-align:left;
	padding:10px 5% 10px 5%;
	font-size:12px;
    font-family: 'Tenor Sans', sans-serif;
	}

#footer #Aviso {
	position:static;
	background:#001489;
	display:block;
	float:right;
	width:40%;
	height:50px;
	text-align:right;
	padding:10px 5% 10px 5%;
	color:#009bdb;
	font-size:12px;
    font-family: 'Tenor Sans', sans-serif;
}

#footer #Aviso a {
	text-decoration:none;
	color:#009bdb;
	font-size:18px;
	font-family: 'Volkhov', serif;
	}


.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}



}