* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 4;

}
/* Estilos para los modales */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}


@font-face {
    font-family: "Alido";
    src: url(../Alido.otf) format("truetype");
}

body {
    font-family: "Alido";
    background-image: url("../back2.jpg");
    /*background: #E9E4DE;*/
}
.ley{
    font-size: 17px;
}

#banderillas {
    max-height: 0px;
    margin: 0 auto;
}


#imgredes:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#espacio {
    width: 100%;
    height: 230px;
}

.van {
    top: 45%;
    left: 30%;
}

#axis:hover .move-right {
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
}

.object {
    position: absolute;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}



ul li ul li {
    margin-left: 5px;
}

.link:link {
    color: white;
    text-decoration: none;
}

.menu-fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 1300px;
    /*    left: 0;*/
    box-shadow: 0px 4px 3px rgba(0, 0, 0, .5);
}

/*****MENU*/

img.imglogo {
    margin-top: 15px;
}

.menu_bar {
    display: none;
}

header {
    width: auto;
    margin-top: 25px;
    float: right;
}

header nav {
    background: white;
    margin-bottom: 30px;
    z-index: 1000;
    max-width: 100%;
    width: 100%;
}

header nav ul {
    list-style: none;
    overflow: hidden;
}

header nav ul li {
    float: left;
    margin-right: 15px;
}

header nav ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;

    text-decoration: none;
    font-size: 15px;
    color: #1356A4;
}

header nav ul li a.activa {
    background: #1356A4;
    color: white;
}

header nav ul li a:hover {
    background: #1356A4;
    color: white;

}

.enca-lenguajeb {
    width: 100%;
    height: 10px;
    background: #97C34C;
}

.menufondo {
    width: 100%;
    height: auto;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 5);
    z-index: 5000;
    position: absolute;
    float: left;
}


#logovela {
    margin-left: 5%;
}



.logo {
    width: 20%;
    height: 90%;
    float: left;
    margin-top: 2%;

}

.divmenu {
    width: 80%;
    height: 100%;
    float: left;
}


#uploadForm {border-top:#F0F0F0 2px solid;background:#FAF8F8;padding:10px;}
#uploadForm label {margin:2px; font-size:1em; font-weight:bold;}
.demoInputBox{padding:5px; border:#F0F0F0 1px solid; border-radius:4px; background-color:#FFF;}


#progress-bar {background-color: #12CC1A;height:20px;color: #FFFFFF;width:0%;-webkit-transition: width .3s;-moz-transition: width .3s;transition: width .3s;}
.btnSubmit{background-color:#09f;border:0;padding:10px 40px;color:#FFF;border:#F0F0F0 1px solid; border-radius:4px;}
#progress-div {border:#0FA015 1px solid;padding: 5px 0px;margin:30px 0px;border-radius:4px;text-align:center;}
#targetLayer{width:100%;text-align:center;}


#progress-bar-modal {background-color: #12CC1A;height:20px;color: #FFFFFF;width:0%;-webkit-transition: width .3s;-moz-transition: width .3s;transition: width .3s;}
.btnSubmit{background-color:#09f;border:0;padding:10px 40px;color:#FFF;border:#F0F0F0 1px solid; border-radius:4px;}
#progress-div-modal {border:#0FA015 1px solid;padding: 5px 0px;margin:30px 0px;border-radius:4px;text-align:center;}
#targetLayer-modal{width:100%;text-align:center;}

#face {
    margin-top: -10px;
}


/* ---- LOGIN ---- */

#princi {
    margin: 0 auto;
    width: 600px;
    height: 500px;
}

#espacio3 {
    width: 100%;
    height: 150px;
}

.btn-admin {
    background: #1356A4;
    color: white;
    width: 80px;
    height: 30px;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
}

.btn-admin:hover {
    background: #F4E7D3;
    color: #051D49;
    font-weight: bold;
}

.btn-admin2 {
    background: #1356A4;
    color: white;
    width: 200px;
    height: 40px;
    margin-bottom: 25px;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
}

.btn-admin2:hover {
    background: #F4E7D3;
    color: #1356A4;
    font-weight: bold;
    
    
}

.btn-admin3{
    background: #1356A4;
    color: white;
    width: 300px;
    height: 40px;
    margin-bottom: 25px;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
}

.btn-admin3:hover {
    background: #F4E7D3;
    color: #1356A4;
    font-weight: bold;
    
    
}

.descargar{
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

/* ------------- RESPONSIVE ----------------------- */
@media screen and (min-width: 2450px) {
    .titu{
        font-size: 90px;
        width: 1120px;
    }
    .ley{
            font-size: 43px ;
      }
     p#sub-titulo {
            font-size: 70px ;
        }
    .cima {
          width: 2300px;
    }
    .imagx, .imagxb, .imagxc{
        height: 500px;
    }
    .muestra2 {
        height: 900px;
        margin-left:0px;
    }
      
}

@media screen and (max-width: 790px) {
    #espacio2 {
        margin-bottom: 30px;
    }
header nav {
        width: 90%;
        height: 100%;
        left: -100%;
        position: fixed;
        margin: 0;
        overflow: scroll;
        top: 68px;
    }
    header nav ul li {
        float: left;
        margin-left: 0px;
    }
    header nav ul li {
        display: block;
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    .menu_bar {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        font-weight: bold;
        text-decoration: none;
        font-size: 18px;
        color: #000;
        z-index: 1000;
    }

    .menu_bar .bt-menu {
        display: block;
        padding: 20px;
        background: #051D49;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .menu_bar a {
        text-decoration: none;
        color: #000;
    }
    .menu_bar span {
        float: right;
        font-size: 40px;
    }

    header nav ul li.leyenda1 {
        display: none;
    }
    .menu-fixed.relevantclass {
        display: none;
    }
    .flex-caption {
        display: none;
    }


    .menufondo {
        width: 100%;
        height: 315px;
        background: #1356A4;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 5);
        float: left;
    }

    .logo {
        width: 100%;
        margin-top: 0px;
        float: left;
    }
    #logovela {
        margin-left: 0px;
        height: 200px;
        width: 100%;
    }

}

.opciones {
    width: 30%;
    height: 70px;
    margin-bottom: 10px;
}

.add {
    width: 50%;
    height: 100%;
    float: left;
}

.elim {
   width: 50%;
    height: 100%;
    float: left;  
}
.areax {
    background: white;
    width: 90%;
}

.areax2 {
    width: 100%;
}

#descripcion {
    height: 30px;
    width: 89%;
}
