* {
	margin: 0;
	padding: 0;	
}
header, #header2, nav, #nav2, #nav3, #nav4, #capa1, #capa2, #capa3, #capa4, #capa5, #mapa, #foto, footer, #privacidad, #privacidad2, #privacidad3, #secreta, #secreta2, #error, #articulo1, #articulo2, #vids, #consultas, #noticias {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: relative;
}
/*-----------------------------------BODY------------------------------------*/
body {
    /*background-image: url("../img/telon.png");
    background-position: top center;
    background-size: 100%;*/
}
/*-----------------------------------CONTENEDORA------------------------------------*/
#content {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0px 0px 100px black;
    transition: margin-left .4s;
}
/*-----------------------------------HEADER------------------------------------*/
header {
    width: 1200px;
    height: 225px;
    background-image:url(../img/fondoquien2.png);
    padding: 30px 0 0 30px; 
}
/*-----------------------------------HEADER1------------------------------------*/
#header1 {
    width: 300px;
    height: 225px;
    overflow: hidden;
    position: relative;
    left: 350px;
}
/*-----------------------------------HEADER2------------------------------------*/
#header2 {
    width: 2700px;
    height: 225px;
    top: -30px;
    left: 870px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    overflow: hidden;
    animation-name: slider;
    animation-direction: normal;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-play-state: running;
    -moz-animation-name: slider;
    -moz-animation-direction: normal;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    -moz-animation-play-state: running;
    -webkit-animation-name: slider;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -webkit-animation-play-state: running;
    -o-animation-name: slider;
    -o-animation-direction: normal;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease;
    -o-animation-play-state: running;
    -ms-animation-name: slider;
    -ms-animation-direction: normal;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease;
    -ms-animation-play-state: running;
}
/*-----------------------------------SIDEBAR------------------------------------*/
.sidebar, .sidebar2 {
    position: fixed;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: transparent;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 1rem 0;
    box-sizing:border-box;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}
/*-----------------------------------NAV------------------------------------*/
nav, #nav2, #nav3, #nav4 {
    width: 1200px;
    z-index: 1;
    background-color:antiquewhite;
}
#nav3, #nav4 {
   padding-left: 70px; 
}
nav, #nav2 {
    padding-left: 250px;
}
nav {
   height: 75px; 
}
#nav2, #nav3, #nav4 {
    padding-top: 20px;
    height: 190px;
}
/*-----------------------------------CAPA1------------------------------------*/
#capa1 {
    width: 1200px;
    height: 1580px;
    background-color:antiquewhite;
    padding: 30px 0 0 100px;
}
/*-----------------------------------CAPA2------------------------------------*/
#capa2 {
    width: 1200px;
    height: 870px;
    background-color:antiquewhite;
    padding: 30px 0 0 100px;
    display: none;
}
/*-----------------------------------CAPA3------------------------------------*/
#capa3 {
    width: 1200px;
    height: 1750px;
    background-color:antiquewhite;
    padding: 30px 0 0 100px;
    display: none;
}
/*-----------------------------------CAPA4------------------------------------*/
#capa4 {
    width: 1200px;
    height: 1050px;
    background-color:antiquewhite;
    padding: 10px 0 0 100px;
    display: none;
}
/*-----------------------------------NOTICIAS------------------------------------*/
#noticias {
    width: 1200px;
    height: 1020px;
    background-color:antiquewhite;
    padding: 10px 0 0 100px;
    display: none;
}
/*-----------------------------------CAPA5------------------------------------*/
#capa5 {
    width: 1200px;
    height: 1300px;
    background-color:antiquewhite;
    padding: 10px 100px;
    overflow: hidden;
    display: none;
}
/*-----------------------------------SECRETA------------------------------------*/
#secreta {
    width: 1200px;
    height: 1140px;
    background-color:antiquewhite;
    padding: 30px 0 0 100px;
    display: none;
}
/*-----------------------------------MAPA------------------------------------*/
#mapa {
    width: 1200px;
    height: 200px;
    background-color:antiquewhite;
    padding: 0 100px;
    display: none;
}
/*-----------------------------------FOTO------------------------------------*/
#foto {
    width: 1200px;
    height: 200px;
    background-color:antiquewhite;
    padding: 0 100px;
}
/*-----------------------------------FOOTER------------------------------------*/
footer {
    width: 1200px;
    height: 150px;
    background-color: antiquewhite;
    padding: 10px 0 0 100px;
}
/*-----------------------------------PRIVACIDAD------------------------------------*/
#privacidad {
    width: 1200px;
    height: 8440px;
    background-color:antiquewhite;
    padding: 30px 0 0 100px;
    display: none;
}
/*-----------------------------------PRIVACIDAD2------------------------------------*/
#privacidad2 {
    width: 1200px;
    height: 8440px;
    background-color:antiquewhite;
    padding: 30px 0 0 100px;
    display: none;
}
/*-----------------------------------PRIVACIDAD3------------------------------------*/
#privacidad3 {
    width: 1200px;
    height: 8440px;
    background-color:antiquewhite;
    padding: 30px 0 0 100px;
    display: none;
}
/*-----------------------------------ARTÍCULO1------------------------------------*/
#articulo1 {
    width: 1200px;
    height: 580px;
    background-color:antiquewhite;
    padding: 30px 0 0 100px;
}
/*-----------------------------------ARTÍCULO2------------------------------------*/
#articulo2 {
    width: 1200px;
    height: 400px;
    background-color:antiquewhite;
    padding: 30px 0 0 100px;
    display: none;
}
/*-----------------------------------VIDS------------------------------------*/
#vids {
    width: 1200px;
    height: 500px;
    background-color:antiquewhite;
    padding: 30px 0 0 100px;
    display: none;
}
/*-----------------------------------CONSULTAS------------------------------------*/
#consultas {
    width: 1200px;
    height: 930px;
    background-color:antiquewhite;
    padding: 10px 200px;
    overflow: hidden;
    display: none;
}