.logo_ {
    margin-top:10px;
    width:80%;
}
#contenedor {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    min-width: 100vw;
    min-height: 100vh;
    width: 100%;
    height: 100%;
}
#contenedorcentrado {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:row;
    min-width: 450px;
    max-width: 900px;
    width: 90%;
    background-color:white;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    padding: 20px;
    box-sizing: border-box;
}

#login {
    width: 100%;
    max-width: 450px;
    min-width: 450px;
    padding: 20px;
    background:rgb(102,102,104);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
    opacity: 1;
    filter: alpha(opacity=1);
}
#login label {
    display: block;
    font-family: 'Overpass', sans-serif;
    font-size: 120%;
    color:rgb(203,197,166);
    margin-top: 15px;
}

#login input {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color: #1b262c;
    display: block;
    width: 100%;
    height: 40px;
    margin: 10px 0px 5px 0px;
    padding: 5px 5px 5px 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
#login input::placeholder {
    font-family: 'Overpass', sans-serif;
    color: #E4E4E4;
    margin-top:3px;
}
#login button {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color:white;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background-color: rgb(155,138,85);
    border:solid 2px white;
    margin-top: 10px;
}
#login button:hover {
    background-color: rgb(102,102,104);
    color:rgb(136,136,136);
    border:solid 2px rgb(203,197,166);
    cursor:pointer;
}

#derecho {
    text-align: center;
    width: 100%;
    opacity: 0.70;
    filter: alpha(opacity=70);
    padding:20px 20px 20px 50px;
    box-sizing: border-box;
}
.titulo {
    font-size: 300%;
    color:rgb(159,114,72);
}
.logo-empresa {
    width: 60%;
}
hr {
    border-top: 2px solid #8c8b8b;
	border-bottom: 1px solid #dfcdc3;
}
.pie-form {
    font-size: 90%;
    text-align: center;    
    margin-top: 15px;
}

.pie-form a {
    display: block;
    text-decoration: none;
    color: #dfcdc3;
    margin-bottom: 3px;
}

.pie-form a:hover {
    color: #719192;
}
.carga {
    width: 100%;
    max-width: 450px;
    min-width: 450px;
    padding: 10px 30px 10px 30px;
    background: #d5d8dc;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
    opacity: 1;
    filter: alpha(opacity=1);
}
.carga .t1 {
    color:rgb(140,84,50);
    font-size:1.2em;
}
.nota {
    text-align:justify;
    font-size:0.9em;
}
input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: rgb(159,114,72);
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}
input[type=file]::file-selector-button:hover {
  background: rgb(140,84,50);
}
.carga select {
  background-color: transparent;
  padding:7px ;
  margin: 0;
  width: 100%;
  font-family: inherit;
  cursor: inherit;
  line-height: inherit;
  border-radius:3px;
}
.btn_enviar {
    background:rgb(140,84,50);
  color: white;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  max-width: 160px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  border-radius:10px;
}
.btnfos-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
}

.btnfos-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  outline-color: rgba(255, 255, 255, 0);
  text-shadow: 1px 1px 2px #427388;
}
.btn_directorio {
  background:rgb(41,72,63);
  color:#fff;
  border:none;
  position:relative;
  height:40px;
  font-size:1em;
  padding:0 2em;
  transition:800ms ease all;
  outline:none;
  margin-top:15px;
  border-radius:5px;
  cursor:pointer;
}
.btn_directorio:hover{
  background:black;
  color:rgb(159,114,72);
}
.btn_directorio:before,.btn_directorio:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #1AAB8A;
  transition:400ms ease all;
}
.btn_directorio:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn_directorio:hover:before,.btn_directorio:hover:after{
  width:100%;
  transition:800ms ease all;
}
.directorio {
    width: 100%;
    padding: 10px 20px 30px 20px;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
}
.lista {
    padding:20px;
    justify-content: left;
    align-items: left;
    text-align:left;
    background:white;
}
.lista p {
    text-align:right;
    padding-right:5px;
}
.carpeta {
            color:#f4d03f;
        }
        a, .text {
            color:rgb(136,136,136);
        }
		ul {
			list-style-type: none;
		}
		.d-none {
			display: none;
		}
		.open-dropdown {
			font-weight: bold;
		}
		.rojo {
		    color:rgb(155,138,85);
		}

@media all and (max-width: 775px)
{
    #contenedorcentrado {
        flex-direction:column-reverse;

        min-width: 380px;
        max-width: 900px;
        width: 90%;

        background-color: #5f6769;

        /*opacity: 0.50;
        filter: alpha(opacity=50);*/

        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;

        -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);

        padding: 30px;
        box-sizing: border-box;
    }
    
    #login {
        margin: 0 auto;
    }
    
    #derecho {
        padding:20px 20px 20px 20px;
    }
    
    #login label {
        text-align: left;
    }
}