@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:#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%;
}

.slide {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 140px;
}

#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	text-align: justify;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	color:#696969;
	font-family: 'Tenor Sans', sans-serif;
}

#contenido h2{
	font-size:20px;
	color:#001489;
	line-height:30px;
	text-align:center;
	font-family: 'Volkhov', serif;
	}
	
#contenido img {
	position: static;
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 2px;
}

.img_ipad{display: none;}

#bloque1 {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	padding-bottom:30px;
	padding:5% 5%;
}



#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;
	}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}
	.img_movil{display:none;}
	.img_normal{display: block;}
	
	.img_aju2{
		position: static;
	display: block;
	float: left;
	width: 100%;
	margin-bottom:20px;
	
		}
		
	.img_aju3{
			position: static;
	display: block;
	float: left;
	width: 100%;
		}


/* =============================================================================
   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:#f2f4f4;
	}
.gridContainer {
	width:100%;
}

.slide {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-left:5%;
	padding-right:5%;
	padding-top: 150px;
}

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

#contenido h2{
	font-size:20px;
	color:#001489;
	text-align:left;
	font-family: 'Volkhov', serif;
	}
	

#contenido img {
	position: static;
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
}

#bloque1 {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	padding-bottom:10px;
	background:#f2f4f4;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:50px;
}

.img_ipad{display:block;}

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

#footer h2{
	font-size:16px;
	line-height:24px;
	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;
	}

.hide_tablet {
display: none;
}

.zeroMargin_tablet {
margin-left: 0;
}
	.img_movil{display: none;}
	.img_normal{display: none;}
	
	.img_aju2{
		position: static;
	display: block;
	float: left;
	width: 49%;
	margin-bottom: 10px;
	margin-right:1%;
		}
		
	.img_aju3{
	position: static;
	display: block;
	float: left;
	width: 49%;
	margin-bottom: 10px;
	margin-left:1%;
		}
}

/* =============================================================================
   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;
	background-color:#f2f4f4;
	}
	
.gridContainer {
	width: 100%;
	margin: auto;
}

.slide {
	clear: both;
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	padding-left:10%;
	padding-right:10%;
	padding-top: 115px;
}

#contenido {
	clear: both;
	float: left;
	width: 40%;
	display: block;
	text-align: justify;
	height:450px;
	padding-top: 30px;
	padding-right: 0%;
	padding-bottom: 10px;
	padding-left: 10%;
	color:#696969;
	font-family: 'Tenor Sans', sans-serif;
	background-color:#f2f4f4;
}

#contenido h2{
	font-size:22px;
	color:#001489;
	text-align:inherit;
	line-height:25px;
	text-align:left;
	font-family: 'Volkhov', serif;
	}

#contenido img {
	position: static;
	display: block;
	float: right;
	width: 44%;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:0px;
}

.img_ipad{display:none;}

#bloque1 {
	clear: none;
	float: left;
	width: 40%;
	display: block;
	height:450px;
	padding-top: 30px;
	padding-right: 8%;
	padding-bottom: 10px;
	padding-left: 2%;
	background:#f2f4f4;
}

#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;
	}

#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;
}

#footer #Aviso a {
	text-decoration:none;
	color: #009bdb;
	font-size:18px;
	}


.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}
	.img_movil{display: block;
	}
	.img_normal{display: none;}
	
	.img_aju2{
		position: static;
	display: block;
	float: left;
	width: 44%;
	padding-right:1%
		}
		
	.img_aju3{
			position: static;
	display: block;
	float: left;
	width: 44%;
	padding-left:2%
		}
}

	