@font-face {
    font-family: "Aller";
    src: url("Aller_Std_Rg.eot") /* EOT file for IE */
}

@font-face {
    font-family: "Aller";
    src: url("Aller_Std_Rg.ttf") /* TTF file for CSS3 browsers */
}


html {
	background-color: #ED1C24;
	font-family: aller;
}

body {
    overflow-x: hidden;
    font-family: 'Aller', serif;
}

body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #990000;
}

/* botonoes */
header {
    position:fixed !important;
    width: 100%;
    opacity: 0.8;
	border-bottom: 3px solid #550000;
    background-color: #990000;
    margin: -50px auto;
    padding-left: 20%;
    z-index: 10;
}
nav ul {
    margin: 0 auto;
    width: 100%;
}
nav ul li {
    list-style: none;
    float: left;
    padding:20px;
}
nav ul li a {
    display: block;
    text-decoration: none;
    color: #FFDFDF;
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
}
nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}
nav ul li a.active {
    color: #63c6ae;
}

main{
	margin-top: 50px;
	position: relative;
}

section{
	margin: 0 auto;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.logo{
	width: 70%;
    margin-top: 0px;
}

.imagen{
	width: 2%;
	z-index: 0;
	margin-left: -100%;
	margin-top: 580px;
}

.imagen2{
    width: 2%;
    z-index: -10;
    margin-left: -100%;
    margin-top: 550px;
}

.tiza5{
    width: 2%;
    z-index: -10;
    margin-left: 0%;
    margin-top: -45px;
}

.tiza6{
    width: 2%;
    z-index: -10;
    margin-left: 0%;
    margin-top: 1620px;
}


.centrado {
	margin: 0 auto;
	text-align: center;
}

.introduccion {
	margin-top: 150px;
	color: #fff;
	width: 30%;
	display: block;
	float: left;
	margin-left: 10%;
	text-align: right;
}

.titulo1{
    position: absolute;
    width: 140px;
    color: #fff;
    z-index: -1;
    margin-top: -120px;
    padding-left: 56%;
    text-align: left !important;
}

.titulo2{
    position: absolute;
    width: 140px;
    color: #fff;
    z-index: -1;
    margin-top: -120px;
    padding-left: 40%;
    text-align: left !important;
}

.titulo3{
    position: absolute;
    width: 140px;
    color: #fff;
    z-index: -1;
    margin-top: 470px;
    padding-left: 56%;
    text-align: left !important;
}
.mapmark{
    position: absolute;
    width: 90px;
    margin-top: -20px;
    margin-left: -55px;
    z-index: 2;
}

.circulo{ 
    position: relative;
    width: 30px;
    height: 30px;
    background:#ED1C24; 
    -moz-border-radius: 70px; 
    -webkit-border-radius: 70px; 
    border-radius: 70px;
    border: 10px solid #fff;
    z-index: 1;
    margin: 15px auto;
}

.tizahorizontal1{
    position: absolute;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    width: 1%;
    height: 700px;
    margin-top: -376px;
    z-index: 0;

}

.tizahorizontal2{
    position: absolute;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 1%;
    height: 775px;
    margin-top: 84px;
    z-index: 0;
    margin-left: 20%;
}

.tizahorizontal{
    position: absolute;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    width: 2%;
    height: 100%;
    margin-top: -1670px;
    z-index: 0;
}

.fondov{
    margin-top: 27px; 
    display: block;
    position: relative;
    float: left;
    z-index: -100;
}

.bordo{
    background-color: #5E0000;
    background-image: url('img/fondo-video.gif');
    height: 500px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: -25px; 
}

.masbordo{
    
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: 180px; 
}

.video {
    margin: 0 auto;
    height: 490px;
    width: 770px;
    border: 5px solid #fff;
    margin-top: 0px;
    position: relative;
    display: block;
    z-index: 20;
}

.video2{
    margin: 0px 0 0 -5px;
    height: 490px;
    width: 700px;
    border: 5px solid #fff;
    background-color: #000;
    display: block;
    position: relative;
    float: left;
    z-index: 20;
}

.bordevideo{
    margin: 0 auto;
    height: 490px;
    width: 700px;
    border: 15px solid #ED1C24;
    margin-top: 0px;
}


.picosrojos{
    background-color: #ED1C24;
    height: 20px;
}

.picosblancos{
    background-color: #fff;
    height: 130px;
}

.circuloblanco{
    position: relative;
    width: 70px;
    height: 70px;
    background:#fff;
    -moz-border-radius: 70px; 
    -webkit-border-radius: 70px; 
    border-radius: 70px;
    z-index: 2;
    margin: -65px auto;

}

.circuloblanco p{
    color:#ED1C24;
    padding-top: 40px;
    z-index: 20;
    font-size: 13px;
}

.picos{
    margin-left: 15px;
}

.picosrojos2{
    background-color: #ED1C24;
    height: 50px;
}

.picosblancos2{
    background-color: #fff;
    height: 100px;
    margin-top: 1000px;
}

.picos2{
    margin-left: 15px;

}


.triangulo_inf {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #ED1C24;
        display: block;
margin: 0 auto;   
    z-index: 10;
}

.triangulo_top_left {
    width: 0;
    height: 0;
    border-top: 20px solid #ED1C24; 
    border-right: 20px solid transparent;      
    display: block;
    float: left;    
}

.triangulo_top_right {
    width: 0;
    height: 0;
    border-top: 20px solid #ED1C24; 
    border-left: 20px solid transparent;      
    display: block;
    float: left;          
}

.triangulo_top_left2 {
    width: 0;
    height: 0;
    border-top: 20px solid #ED1C24; 
    border-right: 20px solid transparent;      
    display: block;
margin: 0 auto;   
    z-index: 10;   
}

.triangulo_top_right2 {
    width: 0;
    height: 0;
    border-top: 20px solid #ED1C24; 
    border-left: 20px solid transparent;      
    display: block;
    margin: 0 auto; 
    z-index: 10;       
}

.barrablanca{
    width: 100%;
    height: 40px;
    background-color: #fff;
    display: block;
    z-index: 100;
    margin-top: 0px;
    border-bottom: 3px solid #990000;
}

.circulorojo{
    position: relative;
    width: 70px;
    height: 70px;
    background:#ED1C24;
    -moz-border-radius: 70px; 
    -webkit-border-radius: 70px; 
    border-radius: 70px;
    z-index: 2;
    margin: -75px auto;
}

.circulorojo p{
    color:#330000;
    padding-top: 30px;
    z-index: 20;
    font-size: 13px;
    color: #fff;
}

.slide1{
    width: 50%;
    height: 700px;
    background-color: #BBD5DA;
    position: absolute;
    left: 0%;
    margin-top: 17px;
    z-index: 1;
}


.circuloceleste{
    position: relative;
    width: 70px;
    height: 70px;
    background:#BBD5DA;
    -moz-border-radius: 70px; 
    -webkit-border-radius: 70px; 
    border-radius: 70px;
    z-index: 1;
    margin-left: 95%;
}


.slide2{
    width: 600px;
    height: 717px;
    background-color: #e5e5e5;
    display: inline-block;
    position: absolute;
    z-index: -1;
}

.a3{
    width: 100%;
    height: 800px;
    background-color: #00ff00;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.borde{
    height: 0px;
    border-bottom: 3px solid #990000;
    display: block;
    position: relative;
}

.maestros{
	padding:20px;

}


.maestros li{
    border-bottom: 1px solid #45A2AD;
    list-style:none;
	padding:20px;
}

.maestros a{
    padding: 2px;
    text-decoration: none;
    color: #ED1C24;
}

.maestros a.active {
    color: #fff;
}


.top{
    height: 100px;
    margin-top: -720px;
    border-bottom: 1px solid #45A2AD;
}

.maestros{
    margin-top: -20px;
}

.barrablanca2{
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: block;
    z-index: 100;
    margin-top: -22px;
}

.triangulo_top_leftblanco {
    width: 0;
    height: 0;
    border-top: 20px solid #fff; 
    border-right: 20px solid transparent;      
    display: block;
    float: left;    
}

.triangulo_top_rightblanco {
    width: 0;
    height: 0;
    border-top: 20px solid #fff; 
    border-left: 20px solid transparent;      
    display: block;
    float: left;          
}

.tizahorizontal3{
    position: absolute;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    width: 1%;
    height: 100%;
    margin-top: -1630px;
    z-index: 0;
}

.tizahorizontal4{
    position: absolute;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    width: 1%;
    height: 100%;
    margin-top: -1665px;
    z-index: 0;
}

.tizahorizontal5{
    position: absolute;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    width: 1%;
    height: 100%;
    margin-top: 35px;
    z-index: 0;
}



.footer{
    position: absolute;
    margin-top: 400px;
    background-color: #BC161C;
    height: 100px;
    width: 100%;
    color: #FFA897;
    font-size: 12px;
    padding-left: 20%;
    padding-top: 30px;
}

.slider {
    width: 100%;
    height: 700px;
    overflow: hidden;
}
.slide {
    float: left;
    width: 600px;
    height: 717px;
    position: relative;
}

.holder {
    width: 300%;
}

#slide-0 {
    width: 17%;
    height: 700px;
    background-color: #BBD5DA;
    margin-top: 17px;
    margin-top: -17px;
    padding-top: 17px;
}

#mapa {
    background-color: #fff;
    height: 700px;
    width: 650px;
}

.slider-wrap {
  width: 100%;
  height: 680px;
  margin: -8px auto;
}

.holder {
  width: 300%;
}
.slide {
  float: left;
  width: 300px;
  height: 500px;
  position: relative;
  background-position: -100px 0;
}

.slide p{
    color: #333;
    padding-left: 20px;
    font-size: 14px;
    width: 500px;
}

.bloque{
    padding-top: 100px;
    width: 550px;
    margin-left: 150px;
    text-align: left;
}

.foto{
	display:block;
	float:right;
	margin-top:90px;
}

.foto img{
	width:200px;
	margin-right: 500px;
	border-radius: 50%; /* Borde redondeado */
	border: 2px solid #ff0000;
}

.volver{
	display:block;
	float:left;
	margin-top:200px;
}

.volver a{
	text-decoration:none;
	color: #ED1C24;
	font-size:70px;
	padding-left:20px;

}

.punto{
    width: 12px;
    display: block;
    float: left;

}

.nombre{
    color:#ED1C24;
    font-size: 20px;
    padding-left: 20px;
    margin-top: -7px;
}

.city{
    color:#ED1C24;
     padding-left: 20px;
}

.texto{
    padding-top: 40px;
}

.temp {
  position: absolute;
  color: white;
  font-size: 100px;
  bottom: 15px;
  left: 15px;
  font-weight: 100;
}

.slide:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

}
.slider-nav {
  text-align: center;
  margin: 10px 0 0 0;
}
.slider-nav a {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ddd;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
}
.slider-nav a.active {
  background: #999;
}



#Haidee{
    background-color: #e5e5e5;
    height: 700px;
    width: 1500px;
}

#Roque{
    background-color: #e5e5e5;
    height: 700px;
    width: 1500px;
}

#Maria{
    background-color: #e5e5e5;
    height: 700px;
    width: 1500px;
}

#Yolanda{
    background-color: #e5e5e5;
    height: 700px;
    width: 1500px;
}

#Salvador{
    background-color: #e5e5e5;
    height: 700px;
    width: 1500px;
}

#Aurora{
    background-color: #e5e5e5;
    height: 700px;
    width: 1500px;
}

#Carlos{
    background-color: #e5e5e5;
    height: 700px;
    width: 1500px;
}

#Luis{
    background-color: #e5e5e5;
    height: 700px;
    width: 1500px;
}

#Celia{
    background-color: #e5e5e5;
    height: 700px;
    width: 1500px;
}

.tizafinal{
    position: absolute;
    margin-top: 2950px;
    margin-left: -50px;
}


.nube1{
    margin-top: 900px;
    margin-left: 60%; 
    display: block;
    position: absolute;
    z-index: 0;
}

.nube2{
    margin-top: 1500px;
    margin-left: 20%; 
    display: block;
    position: absolute;
    z-index: 0;
}


.nube3{
    margin-top: 2900px;
    margin-left: 60%; 
    display: block;
    position: absolute;
    z-index: 0;
}


.nube4{
    margin-top: 5300px;
    margin-left: 12%; 
    display: block;
    position: absolute;
    z-index: 0;
}


.nube5{
    margin-top: 7900px;
    margin-left: 15%; 
    display: block;
    position: absolute;
    z-index: 0;
}

.videodiv{
    margin-top:382px;
    margin-left: 24%;
    display: block;
    position: absolute;
    z-index: 0;
}

.videoacto{
    margin-top:2750px;
    margin-left: 24%;
    display: block;
    position: absolute;
    z-index: 10;
}

.left{
    width: 100%;
    height: 700px;
    display: inline-block;
    padding-top: 30px;
}

.left p{
    color: #ff0000;
    font-size: 20px;
}

.abajo{
   width: 700px;
    height: 45px;
    display: block;
    color: #FF0000;
    text-align: center;
    font-size: 12px;
    margin-left: 24%;
    padding-top: 450px;
    border-bottom: 2px double #BC161C;
    margin-bottom: 40px;
}

.bordofinal{
    background-color: #5E0000;
    background-image: url('img/fondo-video.gif');
    height: 1700px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: -25px; 
}

.botonvideo{
  width: 70px;
}

.galeria{
    width: 750px;
    border-top: 2px double #BC161C;
    margin-top: 3550px;
    margin-left: 24%;
    display: block;
    position: absolute;
    z-index: 0;
}

.tumb{
    width: 150px;
    padding: 10px;
}

.marco{
    overflow: auto; 
    width: 750px; 
    height: 550px; 
}

.marco a{
    text-decoration: none;
}

.marco::-webkit-scrollbar {
    width: 1em;
}
 
.marco::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}
 
.marco::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #990000;
}
