*{
	margin:0;
	padding:0;
	font-family: 'Poiret One';
}
body{
	width: 100%;
}
header{
	z-index: 999;
	position: fixed;
	text-align: center;
	width: 99%;
	height: 50px;
	background-color:white;
	-webkit-transition: background-color .10s;
}

header nav{
	width: 99%;
	display: inline-block;
	height:80%;
	background-color:white;
	-webkit-transition: margin-left .10s;
}
header nav ul{

	width:70%;
	display: inline;
	float:left;
	list-style: none;
	margin-top: 10px;
}

header nav ul li{
	text-decoration: none;
	color:#5194f9;
	text-shadow:  #011c4b 7px 4px 5px;
	font-size: 1em;
	font-style: bolder;
	float:right;
	margin:2%;
	margin-top: 20px;
	padding: 1px;

}

header nav ul li a{
	font-family: 'Lobster', cursive;
	text-decoration: none;
	font-size: 0.5em;
	color: #011c4b;
	margin: 0px;

}



img#logo{
	width: 40px;
	float:left;
	border-radius: 15%;
	border: solid #011c4b;
	display: inline;
	margin-left: 3px;
	margin-right: 0px;
	margin-top:10px;
	margin-bottom: 5px;
	-webkit-transition: width .10s, height .10s, margin-right .10s, margin-top .10s;
}
img#logomapa{
	width: 15%;
	float: left;
	border-radius: 15%;
	border: solid #011c4b;
	display: inline;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom: 5px;	
}

header nav ul#letrasmapa{
	width: 70%;
	display: inline;
	float:center;
	list-style: none;
	margin-top: -10px;
	margin-left: -20px;
}


section#banner{
	width:99%;
	height: 80px;
	border-bottom: none;
	background-color: white;
	background-attachment: contain;
	background-position: center;
	background-repeat: no-repeat;

}
section#bannermapa{
	width:100%;
	height: 60px;
	border-bottom: none;
	background-color: white;
	background-attachment: contain;
	background-position: center;
	background-repeat: no-repeat;

}

#body{
	margin: 10px;
	width: 100%;
	
}
h1{
	
	font-family:helvetica;
	text-align: center;
	text-shadow:  #5194f1 5px 5px 5px; 
	color: #5194f9;
	font-size: 1.5em;
	width: 99%;
	display: inline-block;
	padding: 0px;

}
section div.promocion {
		width: 99%;
		margin-top: 10px;
		padding: 0px;
		display: inline-block;
		
}

section div.promocion article.vd{
		width:99%;
}

section div.promocion article.vd video{
	z-index: 900;
	float: center;
	width: 75%;
	margin: 20px 10%;
}

#articulo{
	padding-top: 60px;
}
section.prueba{

	font-family: 'Dancing Script', cursive;
	font-size: 1em;
	width: 99%;
	padding: 5px;
	margin: 0px;
	margin-top: 0px;
}

section.prueba h2{
	text-align: center;
	font-size: 1.5em;
	text-shadow: #5195fa 5px 5px 2px;
	font-style: bolder;
	text-decoration: underline;
	margin:0px 0px;
	padding: 0px;
	color: #011c4b;
}
section.prueba p{
	width: 90%;
	text-align: center;
	font-style: bolder;
	font-size: 0.8em;
	color: #011c4b;
	margin: 5px 0px;
	padding: 0px;

}

section.prueba span.inicio{
	color: #5195fa;
	font-size: 1em;
	font-style: bolder;
}

section.prueba div.pdf{
	width: 99%;
	margin-top: 10px;
}
section.prueba div.pdf a{
	text-decoration: none;
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	font-size: 0.4em;
	color: #5195fa;
	margin-left: 10%;
	}
div.mapa{
	margin: 10px;

}
div.ma{
	z-index: 700;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 2px;
	margin-left: 10%;
	border:solid #011c4b;
	width: 80%;
	background:#5195fa;
	box-shadow:#5194f1 10px 10px 40px;
	font-size: 1em;
	font-style: italic;
	
}
div.ma p.blanco{
	width: 90%;
	text-align: center;
	font-style: bolder;
	font-size: 0.7em;
	color: white;
	margin: 5px 5%;
	padding: 0px;
}
span.palabra{
	text-align: center;
	font-style: bold;
	text-decoration: underline;
}
article.tlf{
	font-size: 1em;
	width: 99%;
	float: center;

}
h3{
	color: #5195fa;
	font-size: 0.8em;
	text-align: left;
	margin-top: 10px;
	margin-left: 2px;

}
article.tlf div#tlf{
	font-size: 0.8em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 60%;
	margin: 10px 20%;
	padding: 10px;
	display: inline-block;
}
article.correo div#mail{
	font-size: 0.8em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 60%;
	margin: 10px 20%;
	padding: 10px;
	display: inline-block;
}
article.formulario div#mail{
	font-size: 0.6em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 60%;
	margin: 10px 20%;
	padding: 10px;
	display: inline-block;
}
article.tlf div#red{
	
	text-align: center;
	color: white;
	width: 15%;
	margin: 5px 7%;
	padding: 2px;
	display: inline-block;
}


img#redes{
	border-radius: 25%;
	width: 40%;
	margin: 0px 5px;
	padding: 5%;

}

article.formulario div#mail img#formulario{
	width: 15%;
	float: center;
}
article.formulario div#mail a{
	font-size: 1.5em;
	text-decoration: none;
	color: white;
	
}

section#certificados div#certificado{
	width: 30%;
	margin-left: 15%;
	display: inline-block;
	
}

#certificados div#certificado img{
	width: 100%;

}
iframe{
	margin: auto;
}


footer{
	width: 99%;
	background:#08088A;
	text-align: center;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}

footer span{
	vertical-align: middle;
	font-size: 0.7em;
	color: #f7f7f7;
	margin: 0px;

}

  
body#form{
	width: 100%;
	height: 100%;
	
	background-size: 90vw 90vh;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;

}
body#formlavadero{
	width: 100%;
	height: 100%;
	
	background-size: 90vw 90vh;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
}
form{
	width: 450px;
	height: 100%;
	margin: 10px 9%;
	background: rgba(66,102,166,0.4);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
	margin-bottom: 150px;
}

section#formcontacto h2{
	color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
	text-align: center;
	margin:5px;
	font-size: 1.5em;
}
input, textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 0.7em;
}

textarea{
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;

}

#boton{
	background-color: rgb(66,102,166);
	color: #fff;
	padding: 10px;
}

#boton:hover{
	cursor: pointer;
}


#gracias{
	margin: 15px 29%;
	width: 40%;
}

#fotos{
	width: 40%;
	margin: 5px 29%;
}










/**************** CAMBIO DE PANTALLAS *****************/


@media (max-width: 480px){
	form{
		width: 75%;
	}
}





@media screen and (min-width:480px) {

body{
	margin: 0px;
	width: 99%;
}
header{
	z-index: 999;
	position: fixed;
	text-align: center;
	width: 100%;
	height: 60px;
	background-color:white;
	-webkit-transition: background-color .10s;
}

header nav{
	width: 70%;
	display: inline;
	height: auto;
	background-color: white;

	-webkit-transition: margin-left .10s;
}
header nav ul{
	width: 70%;
	display: inline;
	float:center;
	list-style: none;
	margin-top: 10px;
}

header nav ul li{
	color:#5194f9;
	text-shadow:  #011c4b 10px 5px 5px;
	font-size: 80%;
	font-style: bolder;
	float: right;
	margin:15px 3%;
	padding: 2px;

}
header nav ul#letrasmapa{
	width: 60%;
	display: inline;
	float:left;
	list-style: none;
	margin:0px;
	margin-top: 10px;
}

header nav ul li a{
	font-family: 'Lobster', cursive;
	text-decoration: none;
	color: #011c4b;
	font-size: 0.8em;
}

img#logo{
	width: 80px;
	float: left;
	border-radius: 15%;
	border: solid #011c4b;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:5px;
	margin-bottom: 5px;
	-webkit-transition: width .10s, height .10s, margin-right .10s, margin-top .10s;
}

section#banner{
	width:100%;
	height: 5px;
	border-bottom: none;
	background-color: white;
	background-attachment: contain;
	background-position: center;
	background-repeat: no-repeat;

}

#body{
	margin-top:65px;
	width: 100%;
	
}
h1{
	
	font-family:helvetica;
	text-align: center;
	text-shadow:  #5198f3 5px 10px 10px; 
	color: #5194f9;
	font-size: 2.5em;
	width: 99%;
	display: inline-block;
	padding: 0px;
	
}
section div.promocion {
		width: 99%;
		margin-top: 10px;
		padding: 0px;
		display: inline-block;
		
}

section div.promocion article.vd{
		width:99%;
}

section div.promocion article.vd video{
	z-index: 900;
	float: center;
	width: 75%;
	margin: 10px 10%;
}


section.prueba{

	font-family: 'Dancing Script', cursive;
	font-size: 1.5em;
	width: 99%;
	padding: 5px;
	margin: 0px;
	margin-top: 0px;
}

section.prueba h2{
	text-align: center;
	font-size: 1.5em;
	text-shadow: #5195fa 5px 5px 2px;
	font-style: bolder;
	text-decoration: underline;
	margin:0px 0px;
	padding: 0px;
	color: #011c4b;
}
section.prueba p{
	width: 90%;
	text-align: center;
	font-style: bolder;
	font-size: 0.8em;
	color: #011c4b;
	margin: 5px 0px;
	padding: 0px;
}

section.prueba span.inicio{
	color: #5195fa;
	font-size: 1em;
	font-style: bolder;
}

div.ma{
	z-index: 700;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 2px;
	margin-left: 10%;
	border:solid #011c4b;
	width: 80%;
	background:#5195fa;
	font-size: 1em;
	font-style: italic;
	
}
div.ma p.blanco{
	width: 90%;
	text-align: center;
	font-style: bolder;
	font-size: 0.7em;
	color: white;
	margin: 5px 5%;
	padding: 0px;
}
span.palabra{
	text-align: center;
	font-style: bold;
	text-decoration: underline;
}
article.tlf{
	font-size: 1em;
	width: 99%;
	float: center;

}
h3{
	color: #5195fa;
	font-size: 0.8em;
	text-align: left;
	margin-top: 10px;
	margin-left: 2px;

}
article.tlf div#tlf{
	font-size: 0.6em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 60%;
	margin: 10px 20%;
	padding: 10px;
	display: inline-block;
}
article.correo div#mail{
	font-size: 0.6em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 60%;
	margin: 10px 20%;
	padding: 10px;
	display: inline-block;
}
article.formulario div#mail{
	font-size: 0.6em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 60%;
	margin: 10px 20%;
	padding: 10px;
	display: inline-block;
}

article.formulario div#mail img#formulario{
	width: 10%;
	float: center;
}
article.formulario div#mail a{
	font-size: 1em;
	text-decoration: none;
	color: white;
	
}

section#certificados div#certificado{
	width: 30%;
	margin-left: 15%;
	display: inline-block;
	
}

#certificados div#certificado img{
	width: 100%;

}

footer{
	width: 99%;
	background:#08088A;
	text-align: center;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}

footer span{
	vertical-align: middle;
	font-size: 0.7em;
	color: #f7f7f7;
	margin: 0px;

}

}







@media screen and (min-width:772px) {




body{
	width: 99%;
}
header{
	z-index: 999;
	position: fixed;
	text-align: center;
	width: 99%;
	height: 80px;
	background-color:white;
}

header nav{
	width: 100%;
	display:inline;
	height:90px;
	background-color: white;

	
}
header nav ul{
	width: 70%;
	display: inline;
	float:center;
	list-style: none;
	margin-top: 10px;
}

header nav ul li{ 
	text-decoration: none;
	color:#5194f9;
	text-shadow:  #011c4b 5px 10px 10px;
	font-size: 1em;
	font-style: bolder;
	float: center;
	margin:10px 5%;
	padding: 2px;

}

header nav ul li a{
	font-family: 'Lobster', cursive;
	text-decoration: none;
	color: #011c4b;
	font-size: 1em;

}


img#logo{
	width: 80px;
	float: center;
	border-radius: 15%;
	border: solid #011c4b;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-transition: width .10s, height .10s, margin-right .10s, margin-top .10s;
}

section#banner{
	width:100%;
	height: 2px;
	border-bottom: none;
	background-color: white;
	background-attachment: contain;
	background-position: center;
	background-repeat: no-repeat;

}

#body{
	margin-top:60px;
	width: 100%;
	
}
h1{
	
	font-family:helvetica;
	text-align: center;
	text-shadow:  #5194f1 15px 15px 15px; 
	color: #5194f9;
	font-size: 5em;
	width: 99%;
	display: inline-block;
	padding: 0px;
	
}
section div.promocion {
		width: 99%;
		margin-top: 10px;
		padding: 0px;
		display: inline-block;
		
}

section div.promocion article.vd{
		width:99%;
}

section div.promocion article.vd video{
	z-index: 900;
	float: center;
	width: 75%;
	margin: 10px 10%;
}


section.prueba{

	font-family: 'Dancing Script', cursive;
	font-size: 2em;
	width: 99%;
	padding: 5px;
	margin: 0px;
	margin-top: 0px;
}

section.prueba h2{
	text-align: center;
	font-size: 1.5em;
	text-shadow: #5195fa 5px 5px 2px;
	font-style: bolder;
	text-decoration: underline;
	margin:0px 0px;
	padding: 0px;
	color: #011c4b;
}
section.prueba p{
	width: 90%;
	text-align: center;
	font-style: bolder;
	font-size: 0.6em;
	color: #011c4b;
	margin: 5px 0px;
	padding: 0px;
}

section.prueba span.inicio{
	color: #5195fa;
	font-size: 1em;
	font-style: bolder;
}

div.ma{
	z-index: 700;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 2px;
	margin-left: 10%;
	border:solid 2px #011c4b;
	width: 80%;
	background:#5195fa;
	font-size: 1em;
	font-style: italic;
	
}
div.ma p.blanco{
	width: 90%;
	text-align: center;
	font-style: bolder;
	font-size: 0.7em;
	color: white;
	margin: 5px 5%;
	padding: 0px;
}
span.palabra{
	text-align: center;
	font-style: bold;
	text-decoration: underline;
}
article.tlf{
	font-size: 0.6em;
	width: 99%;
	float: center;

}
article.correo{
	font-size: 0.6em;
	width: 99%;
	float: center;

}
article.formulario{
	font-size: 0.6em;
	width: 99%;
	float: center;

}
h3{
	color: #5195fa;
	font-size: 1.5em;
	text-align: left;
	margin-top: 10px;
	margin-left: 2px;

}
article.tlf div#tlf{
	font-size: 0.8em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 60%;
	margin: 10px 20%;
	padding: 10px;
	display: inline-block;
}
article.correo div#mail{
	font-size: 0.8em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 60%;
	margin: 10px 20%;
	padding: 10px;
	display: inline-block;
}
article.formulario div#mail{
	font-size: 0.4em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 60%;
	margin: 10px 20%;
	padding: 10px;
	display: inline-block;
}

article.formulario div#mail img#formulario{
	width: 5%;
	float: center;
}
article.formulario div#mail a{
	font-size: 1.5em;
	text-decoration: none;
	color: white;
	
}

section#certificados div#certificado{
	width: 30%;
	margin-left: 15%;
	display: inline-block;
	
}

#certificados div#certificado img{
	width: 100%;

}

footer{
	width: 99%;
	background:#08088A;
	text-align: center;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}

footer span{
	vertical-align: middle;
	font-size: 0.7em;
	color: #f7f7f7;
	margin: 0px;

}


#fotos{
	width: 20%;
	margin: 5px 39%;
}



}








@media screen and (min-width:950px) {


header{
	z-index: 999;
	position: fixed;
	text-align: center;
	width: 99%;
	height: 60px;
	background-color:white;
	-webkit-transition: background-color .10s;
}

header nav{
	width: 20%;
	display:inline;
	margin-top: 10px;
	background-color:transparent;

	-webkit-transition: margin-left .10s;
}
header nav ul#letras{
	width: 15%;
	display: inline;
	float:left;
	list-style: none;
	margin-top:0px;
}

header nav ul li#menu{ 
	text-decoration: none;
	color:#5194f9;
	text-shadow:  #011c4b 5px 10px 10px;
	font-size: 1.2em;
	font-style: bolder;
	float:right;
	margin:5px 2%;
	padding: 2px;

}

header nav ul li a{
	font-family: 'Lobster', cursive;
	text-decoration: none;
	color: #011c4b;
	margin-right: 10px;
}


img#logo{
	width: 60%;
	float: left;
	border-radius: 15%;
	border: none;
	display: inline;
	margin-left: 10%;
	margin-right:10%;
	margin-top:10px;
	margin-bottom: 5px;
	-webkit-transition: width .10s, height .10s, margin-right .10s, margin-top .10s;
}

img#logomapa{
	width: 5%;
	float: left;
	border-radius: 15%;
	border: solid #011c4b;
	display: inline;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom: 5px;	
}
section#bannermapa{
	height: 10px;
	}

section#banner{
	width:99%;
	height: 100px;
	border-bottom: none;
	background-color: white;
	background-attachment: contain;
	background-position: center;
	background-repeat: no-repeat;

}

#body{
	margin-top:60px;
	width: 99%;
	
}
h1{
	
	font-family:helvetica;
	text-align: center;
	text-shadow:  #5194f1 30px 30px 60px; 
	color: #5194f9;
	font-size:8em;
	width: 97%;
	display: inline-block;
	padding: 0px;
	
}
section div.promocion {
		width: 99%;
		margin-top: 10px;
		padding: 0px;
		display: inline-block;
		
}

section div.promocion article.vd{
		width:99%;
}

section div.promocion article.vd video{
	z-index: 900;
	float: center;
	width: 50%;
	margin: 10px 10%;
}


section.prueba{

	font-family: 'Dancing Script', cursive;
	font-size: 2em;
	width: 99%;
	padding-top: 80px;
	margin-top: 100px;
}

section.prueba h2{
	text-align: center;
	font-size: 1.5em;
	text-shadow: #5195fa 5px 5px 2px;
	font-style: bolder;
	text-decoration: underline;
	margin:0px 0px;
	padding: 0px;
	color: #011c4b;
}
section.prueba p{
	width: 90%;
	text-align: center;
	font-style: bolder;
	font-size: 0.8em;
	color: #011c4b;
	margin: 15px 0px;
	padding: 0px;
}

section.prueba span.inicio{
	color: #5195fa;
	font-size: 1em;
	font-style: bolder;
}

div.ma{
	z-index: 700;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 2px;
	margin-left: 10%;
	border:solid 3px #011c4b;
	width: 80%;
	background:#5195fa;
	font-size: 1em;
	font-style: italic;
	
}
div.ma p.blanco{
	width: 90%;
	text-align: center;
	font-style: bolder;
	font-size: 0.6em;
	color: white;
	margin: 5px 5%;
	padding: 0px;
}
span.palabra{
	text-align: center;
	font-style: bold;
	text-decoration: underline;
}
article.tlf{
	display: inline-block;
	font-size: 0.6em;
	width: 99%;
	float: center;

}
article.correo{
	font-size: 0.6em;
	width: 99%;
	float: center;

}
article.formulario{
	font-size: 0.6em;
	width: 99%;
	float: center;

}
h3{
	color: #5195fa;
	font-size: 1.5em;
	text-align: left;
	margin-top: 10px;
	margin-left: 2px;

}
article.tlf div#red{
	
	text-align: center;
	color: white;
	width: 10%;
	margin: 5px 7%;
	padding: 2px;
	display: inline-block;
}
article.tlf div#tlf{
	font-size: 0.8em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 20%;
	margin: 5px 5%;
	padding: 10px;
	display: inline-block;
}
article.correo div#mail{
	font-size: 1em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 60%;
	margin: 10px 20%;
	padding: 10px;
	display: inline-block;
}
article.formulario div#mail{
	font-size: 0.8em;
	background-color: #5195fa;
	border: solid #011c4b;
	text-align: center;
	color: white;
	width: 60%;
	margin: 10px 20%;
	padding: 10px;
	display: inline-block;
}

article.formulario div#mail img#formulario{
	width: 2%;
	float: center;
}
article.formulario div#mail a{
	font-size: 1.5em;
	text-decoration: none;
	color: white;
	
}
section#certificados{
	margin:0px 30px;
}
section#certificados div#certificado{
	margin: 30px 0px;
	width: 30%;
	margin-left: 15%;
	display: inline-block;
	
}

#certificados div#certificado img{
	width: 50%;

}

footer{
	width: 99%;
	background:#08088A;
	text-align: center;
	margin-top: 50px;
	padding: 0px;
	bottom: 0px;
}

footer span{
	vertical-align: middle;
	font-size: 0.7em;
	color: #f7f7f7;
	margin: 0px;

}
form{
	width: 450px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 150px;
}

}




