html {
    background-color: white;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-image: url("../img/background.png");*/
}

body {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

* {
    font-family: Calibri;
}

#cont_principal {
    /*height: 100%;width: 100%;float:left;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.logo {
    text-align: center;
}

.cnt {
    border: 3px solid black;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #8caf92;
    margin-top: 15%;
}

.btn {
    background-color: #4a3986;
    color: white;
}

.btn:hover {
    background-color: #405844;
    border: 4px solid #004D4F;
}

.btn:focus {
    background-color: #064C68;
    outline: 0;
}

.btn:active {
    transform: scale(0.96);
}

/*SECTOR LOGIN*/
.nin {
    margin: 0 auto;
    width: calc(100% - 60px);
    margin-top: 15px;
}

#contenedor1 {
    width: 300px;
    height: 400px;
    margin: 0 auto;
    margin-top: 10%;
    display: none;
    background-color: #212121;
    border-radius: 1rem;
    border: #212121 0.2rem solid;
    transition: all 0.4s ease-in;
    box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
}

#contenedor1:hover {
    transform: translateY(0px);
    border: #f2295bf0 0.2em solid;
    border-radius: 2.5rem 0 2.5rem 0;
}

#btn_ingresar {
    padding: 1em 7em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: black;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    max-width: 245px;
    min-width: 245px;
}

#btn_ingresar:hover {
    background-color: #2d0ca3;
    box-shadow: 0px 10px 15px #2d0ca3;
    color: #fff;
    transform: translateY(0px);
}

#btn_ingresar:active {
    transform: translateY(-1px);
}

.txt {
    background-color: transparent;
    color: #eeeeee;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #004D4F 1px;
    padding: 3px 10px;
}

.txt:focus {
    outline: 0;
}

#txt_usu {
    background: url('../img/usu.png') no-repeat 4px 4px;
    width: calc(100% - 25px);
    padding-left: 25px;
    padding-bottom: 4px;
}

#txt_pw {
    background: url('../img/key.png') no-repeat 4px 4px;
    width: calc(100% - 25px);
    padding-left: 25px;
    padding-bottom: 4px;
}

/*SECTOR MENU*/
#contenedor2 {
    margin-left: 2px;
    background: transparent;
    display: none;
    width: auto;
    height: auto;
    /*  -webkit-box-shadow: 3px 3px 3.4px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 3px 3px 3.5px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 3px 3px 3.5px 0px rgba(0, 0, 0, 0.20); */
}

.mini_select {
    margin: 0 auto;
    text-align: center;
    height: 50px;
}

.mini_select:hover, .burger:hover {
    cursor: pointer;
}

#panel_right {
    width: calc(100% - 249px);
    float: right;
    background-color: transparent;
    height: 100%;
}