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

*{margin: 0;
padding: 0;
box-sizing: border-box}


/*desplazador*/
.ir-arriba {
	display: none;
	padding: 20px;
	background-color: rgba(91,103,112,1.00);
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 20px;
	border-radius: 15px;
}

/*cookies*/

#barraaceptacion {
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-bottom: 40px;
	width: 100%;
	text-align: center;
	min-height: 90px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	z-index: 99999;
	height: auto;
	overflow-y: hidden;
	overflow-x: hidden;
}
 
.inner {
	width: 100%;
	position: absolute;
	padding-left: 5px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	top: 30%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}
 
.inner a.ok {
	padding: 4px;
	color: #ED8B00;
	text-decoration: none;
}
 
.inner a.info {
	padding-left: 5px;
	text-decoration: none;
	color: #FFFFFF;
}




/*CAbecero o header*/

header {
	background-color: hsla(182,25%,50%,0.48);
}

#frase {
	text-align: right;
	font-style: italic;
	font-size: 19px;
	font-weight: 700;
	color: #055555;
	padding-right: 10px;
	font-family: 'Libre Baskerville', serif;
}


body header img {
	height: auto;
	width: 100%;
	margin-left: auto;
	max-width: 400px;
	display: block;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


body header h1 {
	text-align: center;
}


/*main o principal*/

.contenido {
	width: 90%;
	max-width: 1600px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.contenido .principal {
	width: 80%;
	max-width: 1200px;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}

.contenido .principal p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: rgba(0,0,0,0.75);
	padding-left: 20px;
	padding-right: 20px;
}


.contenido .principal h1 {
	font-family: 'Libre Baskerville';
	text-align: center;
	font-size: 42px;
	color: #055555;
	font-weight: 700;
	font-variant: small-caps;
	padding-top: 20px;
}



.contenido .principal h2 {
	font-family: 'Libre Baskerville';
	text-align: center;
	font-size: 38px;
	color: #434343;
	font-weight: 700;
	padding-top: 20px;

}

.principal ul li {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-decoration: none;
	list-style-type: none;
	color: rgba(0,0,0,0.75);
}
.contenido .principal ul li a {
	color: #5F9EA0;
}

.contenido .principal ul li a:hover {
	color: #055555;
}



/*footer*/


.piedepagina {
	background-color: #055555;
	height: auto;
	width: 100%;
	float: left;
	overflow-x: hidden;
	overflow-y: hidden;
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	
	
}
.piedepagina h1 {
	font-family: 'Libre Baskerville';
	font-style: normal;
	font-size: 24px;
	font-weight: normal;
}
.piedepagina p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.piedepagina p a {
	color: #5F9EA0;
}

.contenido .principal img {
	width: 100%;
	height: auto;
}

/*mapa de google*/

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


 .mapas iframe {
	width: 600px;
	height: 450px;
}

/*media 767*/

@media (max-width:767px){
	
	
	/*CAbecero o header*/



#frase {
	font-size: 19px;
	font-weight: 700;
	color: #055555;
	padding-right: 10px;
	font-family: 'Libre Baskerville', serif;
}


body header img {
	height: auto;
	width: 75%;
	margin-left: auto;
	max-width: 400px;
	display: block;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

	
	.contenido {
	width: 100%;
}
	

.contenido .principal {
	width: 100%;
	
}
	
	.mapas iframe {
	width: 700px;
	height: 300px;
}
	
}	

@media (max-width:480px){
	
	
		
	/*CAbecero o header*/

#frase {
	font-size: 14px;
}


	
	.contenido {
	width: 100%;
}
	
	
	.contenido .principal p {
	
	font-size: 20px;
	color: rgba(0,0,0,0.75);
	padding-left: 14px;
	padding-right: 14px;
}
	
	
	.contenido .principal h1 {
	font-size: 38px;
	padding-top: 10px;
}
	
	.contenido .principal h2 {
	font-size: 30px;
	padding-top: 10px;

}
	
	
	
	.inner {font-size: 12px;}
	
	.mapas iframe {
	width: 300px;
	height: 300px;
}	
	
	.piedepagina h1 {
	font-size: 20px;
}
	
	}
