body {
	margin: 0;
	background-color: #000;
}

/*HEADER*/
header {
	width: 100%;
	height: 75px;
	top: 0;
	position: fixed;
	z-index: 1000;
	background-image: url(../fotos/bg1.png);
}
.subheader {
	width: 85%;
	max-width: 850px;
	padding-top: 14px;
	margin: auto;
	text-align: center;
	overflow: hidden;
	/*background:green;*/
}
.subheader img {
	width: 100%;
	height: auto;
}
.logo {
	width: 23%;
	max-width: 186px;
	min-width: 148px;
	float: left;
}
.lenguaje {
	width: 7%;
	max-width: 50px;
	min-width: 40px;
	margin-top: 6px;
	float: left;
}


/*MENU*/
.menu {
	width: 70%;
	max-width: 650px;
	margin-top: 2px;
	float: left;
	overflow: hidden;
	/*background:yellow;*/
}
.submenu {
	width: 99%;
	overflow: hidden;
	margin: auto;
	/*background:red;*/
}
.menu ul {
	width: 505px;
	padding: 0;
	margin: auto;
	overflow: hidden;
	/*background:pink;*/
}
.menu ul li {
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 12px;
	text-align: center;
	list-style-type: none;
	float: left;
	/*background: blue;*/
}
.menu ul li a, ul li a:visited {
	display: block;
	padding: 11px 15px;
	text-decoration: none;
	color: #FFF;
}
.menu ul li a:hover {
	color: #09F;
	border-bottom: 4px solid #5759ba;
}


/**/
.menu2 {
	width: 28%;
	margin-top: 2px;
	float: left;
	display: none;
}
.menu2 button {
	width: 23px;
	height: 40px;
	margin-left: 53%;
	cursor: pointer;
	border: none;
	padding: 0;
	background-color: #000;
}
#submenu2 {
	width: 60%;
	margin-left: 28%;
	text-align: right;
	right: 0;
	position: fixed;
	overflow: hidden;
	background: #000;
	display: none;
}
.menu2 ul {
	padding: 0;
	margin: 0;
}
.menu2 ul li {
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 12px;
	list-style-type: none;
	border-bottom: 1px solid #500097;
}
.menu2 ul li a, ul li a:visited {
	display: block;
	padding: 13px 16px;
	text-decoration: none;
	color: #FFF;
}
.menu2 ul li a:hover {
	color: #FFF;
	background-color: #60F;
}
.barritas {
	font-size: 25px;
	color: #FFF;
	margin-top: 9px;
	cursor: pointer;
}

@media screen and (max-width: 730px) {
.menu {
	display: none;
}
.menu2 {
	display: block;
}
.logo {
	width: 45%;
	margin-left: 8px;
}

}



/*INDEX*/
#wraperindex {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
}
.fotoindex {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	text-align: center;
}
.fotoindex img {
	width: 100%;
	height: auto;
}
.flags {
	width: 100%;
	max-width: 690px;
	margin: 30px auto;
	overflow: hidden;
}
.flags ul li{
	margin: 0 25px 15px 25px;
	padding: 0;
	list-style-type: none;
	float: left;
}
.flags a:hover img {
	width: 115%;
	box-shadow: 4px 8px 12px rgba(0,162,255,0.4);
	-webkit-box-shadow: 4px 8px 12px rgba(0,162,255,0.4);
	-moz-box-shadow: 4px 8px 12px rgba(0,162,255,0.4);
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#fff', Direction=135, Strength=12);
}




/*INICIO-PAIS*/
.wrapperinicio {
	width: 80%;
	max-width: 800px;
	margin: 100px auto 30px auto;
	overflow: hidden;
}
.aside {
	width: 30%;
	float: left;
	padding: 10px 10px 5px 10px;
	background-color: #333;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.aside img {
	width: 100%;
	height: auto;
	margin: 5px 0;
}
.aside2 {
	width: 30%;
	float: left;
	padding: 10px 10px 5px 10px;
	background-color: #333;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: none;
}
.aside2 img {
	width: 100%;
	height: auto;
	margin: 5px 0;
}
.descripcion {
	width: 70%;
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 15px;
	text-align: justify;
	color: #FFF;
	padding: 30px 40px 20px 40px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.descripcion img {
	width: 100%;
	height: auto;
	margin: 27px 0;
}



/*LOCATIONS*/
#fotofull {
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: fixed;
	z-index: -100;	
	left: 0px;
	top: 0px;
}
.wrapermap {
	width: 85%;
	height: auto;
	max-width: 1000px;
	margin: 80px auto;
	overflow: hidden;
}
h2 {
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 25px;
	color: #09F;
	font-weight: normal;
	text-align: center;
}
.ubicacion {
	width: 67%;
	margin: auto;
	overflow: hidden;
}
.ubicacion div {
	width: 36%;
	margin: 15px 6%;
	border: 5px solid #333;
	float: left;
	cursor: pointer;
	background: #e40001;
}
.ubicacion p {
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 17px;
	text-align: center;
	color: #FFF;
	margin: 8px 0;
}
.ubicacion img {
	width: 100%;
	height: auto;
}
.ubicacion img:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;	
	-khtml-opacity: 0.7;
	filter:alpha(opacity=70);
}
.mapa {
    width: 85%;
	height: 300px;
    margin: 35px auto 0 auto;
}
iframe {
    width: 100%;
    height: 300px;
}
.direccion {
	width: 85%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	margin: auto;
}
.direccion a:link, .direccion a:visited {
	color: #FFF;
}
.local {
	width: 100%;
	margin: 40px auto 0 auto;
	overflow: hidden;
}
.local div {	
	width: 29%;
	height: auto;
	margin: 0 2%;
	padding: 10px;
	background-color: #333;
	text-align: center;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.local img {
	width: 100%;
	height: auto;
}
.local p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF; /*#390*/
	margin: 1px 0;
}
.btclose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background: #C00;
	display: inline-block;
	padding: 8px;
	position: absolute;
	right: 80px;
	cursor: pointer;
}




/*GALLERY*/
.wrappergallery {
	width: 100%;
	margin: 80px 0;
	overflow: hidden;
}
.cuerpogallery {
	width: 87%;
	max-width: 960px;
	margin: auto;
	overflow: hidden;
}
.seccionfotos {
	width: 100%;
	height: 210px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.titulotira {
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 17px;
	color: #FFF;
	padding: 12px 0;
}
.tiravideos {
	width: 100%;
	height: 120px;
	padding: 7px 0;
	overflow: hidden;
	background: #333;
}
.tiravideos img {
	margin: 0 5px;
	float: left;
}
.tirafotos {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333;
}
/*video*/
#bgvideo {
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
	padding-top: 50px;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.cerrarv a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-color: #c42D3f;
	padding: 7px;
	position: absolute;
	right: 30px;
    top: 30px;
}
.cerrarv a:hover {
    background-color: #36C;
}
.video {
	margin: auto;
	width: 900px;
}


/*NEWS*/
.wrappernews {
	width: 100%;
	margin: 75px auto 90px auto;
	overflow: hidden;
}
.contentnews {
	width: 100%;
	max-width: 870px;
	height: auto;
	margin: auto;
	overflow: hidden;
}
.cuadronota {
	width: 260px;
	height: 195px;
	background-color: #000;
	border: 15px solid #333;
	overflow: hidden;
	position: relative;
	float: left;
}
.cuadronota img {
	width: 270px;
	height: auto;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.cuadronota a:hover img {
	width: 100%;
	height: auto;
	top: 0;
}
.cuadrotexto {
	width: 240px;
	height: 90px;
	padding: 9px 12px;
	bottom: -70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: rgba(0,0,0,0.88);
	position: absolute;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin: 0;
}
.cuadrotexto2 {
	width: 240px;
	height: 102px;
	padding: 5px 12px;
	bottom: -60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: rgba(0,0,0,0.88);
	position: absolute;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin: 0;
}
.cuadrotitulo {
	padding: 8px 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
}
.cuadronota a:hover .cuadrotexto {
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
}
.cuadronota a:hover .cuadrotexto2 {
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
}
.cuadronota a:hover span {
	color: #09F;
}
/*ventanas*/
#bgnews1, #bgnews2, #bgnews3, #bgnews4, #bgnews5, #bgnews6, #bgnews7 {
	width: 100%;
    height: 100%;
	padding-top: 30px;
	background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.cerrar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-color: #c42D3f;
	padding: 7px;
	position: absolute;
	right: 30px;
    top: 30px;
}
.cerrar a:hover {
    background-color: #36C;
}
.nota {
	width: 650px;
	height: auto;
	padding: 30px 40px 25px 40px;
	background: #000;
	margin: auto;
	/*overflow: auto;*/
}
.divfoto {
	width: 400px;
	height: 240px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	position: relative;
}
.divfoto img {
	width: 100%;
	height: auto;
}
.encabezado {
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 21px;
	color: #09F;
	text-align: center;
}
.nota p {
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 15px;
	color: #FFF;
	text-align: justify;
	line-height: 20px;
}


/*CONTACTO*/
.wrapercontacto {
	width: 90%;
	height: auto;
	max-width: 900px;
	margin: 85px auto 100px auto;
	overflow: hidden;
	/*background: yellow;*/
}
.textocontacto {
	width: 40%;
	max-width: 360px;
	margin: auto;
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 16px;
	text-align: justify;
	color: #FFF;
	padding: 30px;
	float: left;
	line-height: 24px;
	/*background: blue;*/
}
.formaregistro {
	width: 50%;
	max-width: 450px;
	float: left;
/*background-color: green;*/
}
.formaregistro form {
	width: 90%;
	max-width: 330px;
	padding: 12px 30px 20px 30px;
	margin: auto;
	background-color: #3e3e3e;
}
.formaregistro label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #838383;
	display: block;
	width: 150%;
	margin: 10px 0 2px 0;
}
.divinput {
	width: 157px;
	float: left;
	margin-right: 11px;
}
.divinput2 {
	width: 162px;
	float: left;
}
.divradio {
	margin: 15px 0 5px 0;
}
.divradio label {
	display: inline;
	line-height: 25px;
}
.formaregistro input[type="text"], .formaregistro input[type="email"], .formaregistro textarea {
	width: 100%;
	padding: 6px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
textarea {
	resize: vertical;
	max-height: 300px;
	min-height: 80px;
	margin-top: 10px;
}
.formaregistro select {
	width: 100%;
	height: 32px;
	margin-top: 23px;
}
.formaregistro input[type="submit"] {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
	border: none;
	background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(0,87,173,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(0,87,173,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(0,87,173,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(0,87,173,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(0,87,173,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(0,87,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#0057ad', GradientType=0 );
}
.formaregistro input[type="submit"]:Hover {
	background: #039;
	color: #FFF;
}

/*
.campos {
	margin-bottom: 14px;
}
.requerido {
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}*/

/*gracias*/
.gracias {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 150px auto 30px auto;
	background-color: #FFF;
}
.felicidades {
	font-size: 25px;
}
.rojo {
	color: #C00;
}




/*PRECIOS*/
.wraperprecios {
	width: 100%;
	height: auto;
	margin: 100px 0 40px 0;
	overflow: hidden;
}
.textprecios {
	width: 90%;
	max-width: 670px;
	min-width: 300px;
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 15px;
	color: #FFF;
	text-align: justify;
	line-height: 23px;
	margin: auto;
}
.titulopack {
	width: 35%;
	max-width: 400px;
	min-width: 300px;
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 21px;
	text-align: center;
	color: #FFF;
	margin: 35px auto 10px auto ;
	padding: 8px 40px;
	background: #262626;
}
.denominacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	margin-bottom: 15px;
}
.training {
	width: 70%;
	max-width: 610px;
	min-width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding: 8px 40px;
	margin: auto;
}
.pricescontainer {
	width: 60%;
	max-width: 517px;
	min-width: 315px;
	margin: 8px auto 40px auto;
	overflow: hidden;
	/*background:red;*/
}
.pricescontainer2 {
	width: 60%;
	max-width: 600px;
	min-width: 315px;
	margin: 8px auto 40px auto;
	overflow: hidden;
	/*background:red;*/
}
.columna {
	width: 32.7%;
	max-width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 0 1px;
	float: left;
}
.columna2 {
	width: 24.3%;
	max-width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 0 1px;
	float: left;
}
.titulocolumna, .titulocolumna2 {	
	color: #FFF;
	background-color: #989898;
	margin-bottom: 3px;
	padding: 7px;
}
.columna ol, .columna2 ol {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.columna li, .columna2 li {
	background-color: #FFF;
	margin-bottom: 2px;
	padding: 9px 15px;
}
.promocion {
	width: 75%;
	max-width: 750px;
	margin: 20px auto 60px auto;
	padding: 10px;
	overflow: hidden;
	background-image: url(../fotos/bg2.png);
	font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	font-size: 19px;
	text-align: center;
	color: #09F;
}
.promomes {
	width: 95%;
	font-size: 22px;
	color: #FFF;
	background: #6e3f81;
	padding: 6px;
	margin: auto;
}
.promoleft {
	width: 80%;
	padding-right: 20px;
	float: left;
}
.textopromo {
	font-size: 16px;
	color: #FFF;
}
.vigencia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	clear: both;
}
.promoright {
	width: 13%;
	float: left;
}
.promoright img {
	width: 100%;
}


@media screen and (max-width: 723px) {
	.columna2 li {
		padding: 9px 5px;
	}
	.titulocolumna2 {
		height: 30px;
		padding: 7px 15px;
	}
	.titulopack {
		padding: 8px 10px;
	}
}



/**/
footer {
	width: 100%;
	height: 20px;
	bottom: 0;
	position: fixed;
	background-image: url(../fotos/bg1.png);
}

/**/

.scroll-to-top {
	background: #363636;
	background: rgba(100, 100, 100, 0.4);
	color: #FFF;
	bottom: 4%;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 20px;
	z-index: 1100;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	width: 40px;
	border-radius: 4px;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
          
}
.scroll-to-top:hover {
	background: #DA4453;
	opacity: .8;
}

.morado {
	color: #63C;
}
.azul {
	color: #09F;
}


@media screen and (max-width: 600px) {
/*index*/
.slogan {
	width: 100%;
}
.slogan img{
	height: 90px;
}

/*inicio*/
.wrapperinicio {
	width: 90%;
}
.descripcion {
	width: 100%;
	padding: 0 2px;
}
.aside {
	display: none;
}
.aside2 {
	display: block;
	width: 100%;
}

/*locacion*/
.wrappermap {
	width: 96%;
	margin: 100px auto 0 auto;
}
.mapa {
	width: 100%;
}
.direccion {
	width: 100%;
}
.local div {	
	width: 100%;
	height: 240px;
	margin: 0;
	padding: 10px;
}
.local p {
	display: none;
}

/*contacto*/
.wrapperdemo {
	width: 100%;
	margin: 55px auto 25px auto;
}
.textodemo {
	width: 100%;
	margin: 0;
}
.textodemo p {
	width: 100%;
	line-height: 18px;
}
.formaregistro {
	width: 95%;
}
.divinput, .divinput2 {
	width: 100%;
}




}

