@font-face {
    font-family: "TT hind Bold";
    src: url("../../tipografia/tahoma/TAHOMABD.TTF");
  }
  @font-face {
    font-family: "TT hind light";
    src: url("../../tipografia/tahoma/Tahoma\ Regular\ font.ttf");
  }
  @font-face {
    font-family: "TT hind medium";
    src: url("../../tipografia/tahoma/Tahoma\ Regular\ font.ttf");
  }
#cuerpo{
    width: 90%;
    height: 100%;
   
    margin-left: 5%;
    margin-right: 5%;
    
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;

    float: left;
    display: flex;
    align-items: center;
    
}

#contenerdor-items{
width: auto;
height: auto;
margin: auto;
background-color: #F0F0F0;
border-radius: 0px;
display: block;
display: flex;
}
#item-form-login{
max-width: 400px;
min-width: 290px;
margin: 15px;

float: left;
}
#item-form-login label{
width: 80%;
margin-left: 10%;
margin-right: 10%;
float: left;
font-family: "TT hind medium";
color: #5a5a5a;
}
#item-form-login input{
    width: 75%;
    margin-left: 10%;
    margin-right: 10%;
    float: left;
    border-radius: 3px;
    font-family: "TT hind light";
    border: .5px solid #b8b8b8;
    background-color: #ffffff80;
    padding: 8px;
    }
#barra{
    width: 4px;
    min-height:360px;
    max-height: 450px;
  
    background-color: white;
    float: left;
}
#item-form-opciones{
    max-width: 400px;
    min-width: 290px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    float: left;
    }
    #instruccion{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: auto;
        text-align: center;
        font-family: "TT hind light";
        font-size: calc(.5em + .5vw);
        color: #414141;
    }
    #btn-opciones{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        border-radius: 3px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: "TT hind medium";
        background-color: #3E4768;
        color: white;
        border: .5px solid #3E4768;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #btn-opciones:hover{
     
        font-family: "TT hind medium";
        background-color: white;
        color: #3E4768;
        border: .5px solid #3E4768;
       
    }
    #btn-opciones-interno{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        border-radius: 3px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: "TT hind medium";
        background-color: #516199;
        color: white;
        border: .5px solid #516199;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #btn-opciones-interno:hover{
      
        font-family: "TT hind medium";
        background-color: #3E4768;
        color: white;
        border: .5px solid #3E4768;
     
    }
   