body{
    
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    max-width: 1800px;
    font-family: 'Lato', sans-serif;
    background-color: white;
    

}
.header1-1{
    display: flex;
    
    
    

}

.header1{
    display: flex;
    flex-basis: ;
    width:100%;
    height: 100%;
    
}
article{
    
   /*background: rgba(0,0,0,.3);*/
    border-radius: 0px 10px 0px 10px;
    text-align: justify;
    box-shadow: 10px;
    width: 100%;
    float: center;
   /* box-shadow: 0px 2px 2px #ccc;*/
    max-width: 1800px;
    color: #262626;

}

.footer{
    display: flex;
    margin-bottom: 50px;
    
    
}

 article p{
    margin:40px 7%;
}


article hr{
    background-color: black;
    height: 5px;
    border: none;
    margin-bottom: 30px;
    margin: 10px 40px;
}

}
*{
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.botonregreso
{
    
    background: rgba(0,0,0,.6);
    color: #fff;
    box-shadow: 0px 2px 2px #777;
    display: inline-block;
    margin: 20px 0px 0px 0px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    

    
}
    

.botonregreso:hover {
    
    background-color: dimgray;
    
}

.contenedor{
    width: 100%;
    margin: auto;
    font-family: 'Lato', sans-serif;
    z-index: 899;

}

.contenedor p{
    margin-bottom: 60px;
     padding: 5px;
    background-color: rgba(0,0,0,.9);
}

.cuerpo p{
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 5px;
    background-color: rgba(0,0,0,.9); 
}
.menu{
    display:block;
     width: 100%;
    background-color: rgba(0,0,0,.9);
    z-index: 899;
    
}

.menu800{
    display:none;
     width: 100%;
    background-color: rgba(0,0,0,.9);
    z-index: 899;
    
}
.menu_bar{
    
    display: none;
    width: 100%;
    background-color: rgba(0,0,0,.9);
  
    
}

h1{
    font-size: 35px;
    text-align: center;
} 

h2{
    text-align: center;
    
}

h3{
    margin-top: 10px;
}

h6{
    

    max-width: 500px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: auto;
}
    

.menu_bar:hover{
    cursor: pointer;
    
}
header {
    width: 100%;
    
}
header nav{
    background: #000;
    width: 90%;
    max-width: 10000px;
    margin: 0px auto;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    
}

header nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

header nav ul li{
    float: left;
}
header nav ul li span{
    margin-right: 10px;
}
header nav ul li a{
    display: block;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    
}

header nav ul li a:hover{
    background-color: dimgray;
    margin: center;
}

section {
    padding: 20px;
}
    
    



.menu-fixed{
    position:fixed;
    
    z-index: 900;
    top: 0px;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    
}

.menu-fixed2{
    position:fixed;
    z-index: 900;
    top: 0px;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    
}


.menu_bar-fixed{
    position: fixed;
    margin-top: 50px;
    z-index: 900;
    top: 0px;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
}





.menu-fixed ul li a{
    padding: 15px 20px;

}








cuerpo {
    float: right;
max-width: 1000px;
    margin: 0 auto;
}

.logo{
     display: block;
    background-image: url(../imagenes/cabeceralogo.png);
    float: right;
    overflow: auto;
    width: 140px;
    height: 140px;
    
    z-index: 1000;
    color: #fff;
    
}


    
    
    
}

.menudesp-fixed{
    position:fixed;
    width: 50%;
    z-index: 900;
    top: 0px;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    
}

.botonidioma
{
    
    background-color: dodgerblue;
    color: #fff;
    box-shadow: 0px 2px 2px #777;
    display: inline-block;
    margin: 20px 0px 0px 0px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    
  
}
.botonidioma:hover{
    background-color: deepskyblue;
    cursor: pointer;
}

section{
    text-align: center;
    margin: 0px;
    padding: 0px;
    
}

video{
    background-color: black;
    
}

/*sociales*/
.social{
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 2000;
}

.social ul{
    list-style: none;
    padding: 0px;
}

.social ul li a{
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 10px;
    text-decoration: none;
    -WEBKIT-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.social ul li .icon-facebook2{
    background: #3b5998;
    
}

.social ul li .icon-youtube{
    background: #ae181f;
    
}

.social ul li .icon-bubble{
    background: dimgray;
    
}

.social ul li a:hover{
    padding: 25px 10px;
    
}
