body{
	width:100%;
	margin: 0;
	height:100%;
	overflow: hidden;
	background-color: #EC5C3A;
/*	cursor:none!important;*/
    font-family: 'mixExtraBold'!important;
}
canvas { width: 100%; height: 100%; z-index: 10; position: absolute;}

img{width:100%;height:100%;}


/*#animacion canvas{
	display: block;
	position: absolute;
	background-color: #000;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;

}*/

@font-face {
	font-family: 'Conv_Lato-Regular';
	src: url('../fonts/Lato-Regular.eot');
	src: local('☺'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Lato-BoldItalic';
	src: url('../fonts/Lato-BoldItalic.eot');
	src: local('☺'), url('../fonts/Lato-BoldItalic.woff') format('woff'), url('../fonts/Lato-BoldItalic.ttf') format('truetype'), url('../fonts/Lato-BoldItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Lato-Italic';
	src: url('../fonts/Lato-Italic.eot');
	src: local('☺'), url('../fonts/Lato-Italic.woff') format('woff'), url('../fonts/Lato-Italic.ttf') format('truetype'), url('../fonts/Lato-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatoBlack';
	src: url('../fonts/Lato-Black.eot');
	src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lato-Black.woff2') format('woff2'),
		url('../fonts/Lato-Black.woff') format('woff'),
		url('../fonts/Lato-Black.ttf') format('truetype'),
		url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}


#entrada{
	width: 100%;
	height: 100%;

}

#divulgacion{
	width: 100%;
	height: 100%;
	display:none;
}

#sintesis{
	width: 100%;
	height: 100%;
	display:none;
	cursor:pointer;
}

#fondoNaranja{
	 width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 9999;
    background-color: #EC5C3A; 
    display: block;
}

#menu{
	width:21%;
	height:100%;
	position: absolute;
	right:0;
	z-index: 11;
	 background-color: rgba(255, 255, 255, 0);
	display: none;
/*	border-left: solid white 0.9vw; */

}


#menu ul{
	list-style: none;
    color: white;
    text-transform: uppercase;
    font-size: 0.7vw;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Conv_Lato-Regular';
    margin-top:9%;
}

#menu ul li {
    margin: 1vw 0;
    cursor: pointer;

}

#flecha{
	width: 2vw;
    font-size: 2.5vw;
    position: absolute;
    color: #fff;
    top: 50%;
    margin-top: -2vw;
    left: -1.5vw;
    cursor: pointer;
   	opacity:1;
   	-webkit-animation: breathing 2s ease-out infinite normal;
}




#satLogo{
    width: 35%;
    margin: 0 auto;
    margin-top: 15%;
}

#aemLogo{
	width: 65%;
    margin: 0 auto;
    margin-top: 24%;

}

#partesTexto{
    width: 67%;
    margin: 0 auto;
    margin-top: 13%;
}


#botonera{
	position: absolute;
    left: 3%;
    top: 6%;
	z-index: 9999;
	padding: 0;
    margin: 0;
    display:none;
    margin-left: 1%;
}

#botonera li{
    position: relative;
    width: 5%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    list-style: none;
    margin-left: 1%;
    float: left;
}

#creditos{
	width: 100%;
	height:100%;
	display: none;
	position: absolute;
	z-index:999;
}


#contacto{
	width: 100%;
	height:100%;
	display: none;
	position: absolute;
	z-index:999;
}

.flechaAzul{
    position: absolute;
    width: 40%;
    height: 40%;
    top: -60%;
    left: 32%;
}

#wrapText{
position: absolute;
    top: 38%;
    left: 9%;
    width: 20%;
    z-index: 999;
}

.texto{
    color: white;
    font-size: 0.9vw;
    font-family: 'Conv_Lato-Regular';
    line-height: 140%;
}

.titulo{
color: black;
    font-size: 1.5vw;
    font-family: 'LatoBlack';
    background: white;
    margin-bottom: 3%;
    padding: 1% 0;
}

#cerrar{
    position: absolute;
    right: -7%;
    top: 1%;
    width: 5%;
    cursor: pointer;

}
/*.next{
	position: absolute;
	right:4%;
	bottom: 1%;
	font-size: 5vw;
	color:#fff;
	cursor: pointer;
	-webkit-animation: breathing 2s ease-out infinite normal;
}*/




/* ANIMACIONES */

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  60% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
