html {
font-family: "Montserrat", sans-serif;
margin: auto;
}


body {

    background: white;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #646464;
    display: block;
    margin: 0px;
}

.splash #logo{
    width: 90%;
    margin: 0 auto;
    margin-top: 200px;
}


.contenedor{
  height: 80%;
  min-height: 30vh;
}

#vozonencabezado{

    margin-top: 30px;
    height: 90px;
    margin-left: 10%;
    margin-right: 10%;
}

#iconohome{
    margin-top: 30px;
    margin-left: 20px;
}

#iconoperfil{

    margin-top: 30px;
    margin-right: 20px;
}

#logo{

    margin-top: 650px;
    align-content: center;
    margin-left: 130px;
    margin-right: 130px;
}

.submenu {

    margin-top: 20px;
    text-align: center;
    font-size: 16pt;
    width: auto;
    height: 40px;
    letter-spacing: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #FBC263;
    position: relative;
    box-shadow: 0px 5px 20px 0.5px rgba(50, 50, 50, 0.75);
}

.submenu h1{

    color: #454545;
    font-size: 22px;
}

.submenu1 {

    margin-top: 20px;
    text-align: center;
    font-size: 16pt;
    width: auto;
    height: 40px;
    letter-spacing: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #F088B6;
    position: relative;
    box-shadow: 0px 5px 20px 0.5px rgba(50, 50, 50, 0.75);
}

.submenu1 h1{

    color: #454545;
    font-size: 22px;
}

.submenud{

    margin-top: 20px;
    text-align: center;
    font-size: 16pt;
    width: auto;
    height: 40px;
    letter-spacing: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #3f83d3;
    position: relative;
    box-shadow: 0px 5px 20px 0.5px rgba(50, 50, 50, 0.75);
}

.submenud h2{

    color: #454545;
    font-size: 22px;
}


#iconocontrolesescaner {

    width: 100%;
    margin: 0 auto;
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #F088B6;
}

#cruzroja{

    padding-left: 0px;
    padding-right: 0px;

}

#botoncaptura{

    padding-left: 100px;
    padding-right: 100px;

}

#okverde{

    padding-left: 0px;
    padding-right: 0px;

}

.escannerok{
    margin-top: 0px;
    width: 100%;
    min-height: 30vh;
    height: 40vh;
    margin: 0 auto;
    padding: 0px;
    height: auto;
    align-content: center;
    background-color: #ffb3f3;
}

.escannerok h2{
    margin-top: 0px;
    padding: 20px;
    text-align: center;
    color:#646464;
}

.escannerok img{
    width: 100%;
    align-content: center;
    margin: 0 auto;
}

#iconocontrolesescaner2 {

    height: 278px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #F088B6;
}

#okrosado {

    position: absolute;
    left: 245px;
    top: 600px;
    z-index: 1;
}

#pdflisto {

    position: absolute;
    display: flex;
    align-content: center;
    justify-content: center;
    left: 357px;
    top: 400px;
    z-index: 1;
    font-size: 20pt;
    letter-spacing: 6px;
}


.mensajerecuperacion h4{

    color: black;
}

#logo{
    width: 50%;
    margin: 0 auto;
    margin-top: 5rem;
    align-content: center;
}

#logoheader{

    width:90%;
}

.img-responsive {

    width: 70%;
    height: auto;
    }

header{

    width: 100%;
    align-content: center;
    text-align: center;
}


nav.categorias {

    margin-top: 0rem;
    display: flex;
    background-color: #ffe4b3;
    width: 100%;
    background-image: none;
}

nav.categorias ul {

    margin: 0 0px;
    background-image: none;
}

nav.categorias ul li {

    list-style: none;
    padding: 0px;
    margin: 0px;
    transition: all ease 0.4s;
    display: flex;
    background-image: none;
}

nav.categorias ul li a {

    color: #4d4d4d;
    margin-right: 0px;
    font-size: 14px;
    display: inline-flex;
    text-transform: uppercase;
    border-radius: 0px;
    text-align: center;
    background-image: none;

}

nav.categorias ul li a:hover {

    color: #dedede;
    transition: all ease 0.4s;
}

.bandeja{

    background-color: #FBC263;
}

.bandeja a{

    font-size: 20px;
}

.menucolores{
    margin: 20px auto 0;
    width: 100%;
    height: 100%;
    min-height: 100%;

}

.boton1{

    background-image: url('correo.svg');
    background-repeat: no-repeat;
    background-position: 1rem;
    background-color: #e5c250;
    display: block;
    padding: 0;

    /* flex */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
 }
 .boton2{

     background-image: url('scanner.svg');
     background-repeat: no-repeat;
     background-position: 1rem;
     background-color: #ea88f7;

     /* flex */
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
 }
 .boton3{

     background-image:url('documentos.svg');
     background-repeat: no-repeat;
     background-position: 1rem;
     background-color: #4f99ff;

     /* flex */
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

 }
 .boton4{

     background-image:url('web.svg');
     background-repeat: no-repeat;
     background-position: 1rem;
     background-color: #31af4e;

     /* flex */
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
 }

.next{

     background-image:url('icononext.svg');
}

.boton1:hover{

    background-size: 6%;
    }

.boton2:hover{

    background-size: 6%;
    }

.boton3:hover{

    background-size: 6%;
    }

.boton4:hover{

    background-size: 6%;
    }

.menucolores nav {
    margin-top: 0rem;
    padding: 0rem;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.menucolores nav ul {

    margin: 0rem;
    padding: 0 10px;
    min-height: 5vh;
    height: 80%;
}

.menucolores nav ul li {

    list-style: none;
    width: 100%;
    transition: all ease 0.4s;
}

.menucolores nav ul li a {

    border: solid 2px rgba(0, 0);
    border-radius: 0px;
    color: #464646;
    display: block;
    padding: 1.7em;
    width: 100%;
    text-align: center;
    background-image:url('icononext.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10%;
    transition: all ease 0.4s;
    font-size: 2em;

}

.menucolores nav ul li a:hover {

    color: #dedede;
    transition: all ease 0.4s;
}

form{
    width: 90%;
}

formulario{

    background-color: #401f76;
    align-content: center;
    width: 90%;
}

button{

    height: 67px;
    width: 100%;
    color: white;
    padding: 19px;
    box-sizing: border-box;
    font-size:14pt;
    font-weight: 700;
    letter-spacing: 3px;
    border: none;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 9px;
    text-decoration:none;
}

h6{

    text-align: center;
    color: white;
}

header button{

    color: white;
    background-color: #401f76;
    width: 30%;
    height: auto;
}

header h6{

    text-align: center;
    font-size: 1.5rem;
}

main button{

    max-height: 60px;
    width: 100%;
    min-width: 150px;
}

button a{

    height: 67px;
    width: 100%;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    font-size:15pt;
    font-weight: 700;
    letter-spacing: 3px;
    border: none;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 9px;
    text-decoration:none;
}


#encabezado-principal {

    background-color:#696969;
    width: 100%;
    height: auto;
    display: flex;
    padding: 0px;
    justify-content: flex-start;
    align-items: center;

}

#encabezado-principal a{
    padding: 0px;
}

#encabezado-principal img{
    
    padding: 0px;
}

#encabezado-principal .logo-principal {

    height: auto;
}

#encabezado-principal .menu-header{

    width: 100%;
}

content{

    width: 90%
}

main {

margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
height: 100%;
min-height: 100%;
}

form{
    margin: 0 auto;
    border-radius: 9px;
    margin-top: 40px;
}

input{

    border-color: #FBC263;
    box-shadow: none;
    display: block;
    border-radius: 9px;
    width: 100%;
    font-size: 1.5em;
}

input, select{

	background-color: #edff8d;
    border-radius: 9px;
}

input[type="text"] {

    background-color: #646464;
    padding: 1rem 0;
    text-align: center;
    margin-bottom: 0.5rem;
    color: #FBC263;
    border-radius: 9px;
}

input[type="password"] {

    background-color: #646464;
    padding: 1rem 0;
    text-align: center;
    margin-bottom: 0.5rem;
    color: #FBC263;
    border-radius: 9px;
}

input[type="submit"] {

	color: #FBC263;
	font-weight: 700;
    background-color: #002190;
    border-radius: 9px;
}

a {

    color: white;
    padding: 15px;
    box-sizing: border-box;
    font-weight: 700;
    letter-spacing: 3px;
    border-radius: 9px;
    text-decoration:none;
    margin-top: 0px;
    margin-bottom: 0px;

}

h6 {

    letter-spacing: 2px;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10pt;
    font-weight: normal;
    color: #FBC263;
    letter-spacing: 3px;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 3px;
    box-sizing: border-box;
    font-size: 15pt;
    text-align: center;

}

h5 {

    letter-spacing: 2px;
    color: #E6F4F7;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: normal;

}

h4 {

    font-weight: 400;
    font-size: 15pt;
    background: #FBC263;
    padding: 19px;
    box-sizing: border-box;
    width: 100%;
    color: white;
    text-align: justify;

}

p {

    letter-spacing: 2px;
    color: #FBC263;
    margin-bottom: 0px;
    font-size: 10pt;
    font-weight: normal;

}

a2 {

letter-spacing: 2px;
color: white;
font-weight: 700;
font-size: 10pt;
margin-top: 15px;

}

header {

margin-top: 0px;
margin-bottom: 0px;
}

.user{

    width: 100%;
    height: 250px;
    margin: 0 auto;
    padding: 30px 0;
    border-image-repeat: repeat;
    align-content: center;
    background-color: #608cb2;
    box-shadow: 1px 5px 14px -5px rgba(50, 50, 50, 0.75);
}

.correo{

    width: 100%;
    min-height: 50vh;
    margin: 0 auto;
    margin-top: 0px;
    padding: 10px 0;
    background-color: #ffffff;
    box-shadow: 1px 5px 14px -5px rgba(50, 50, 50, 0.75);
}

.correo h2{

    color: #404040;
    margin: 10px 10px;
}

.correo h4{

    font-size: 16px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase
}

.resaltado{

    color: #ffffff;
    background: #FBC263;
}

.correo p{

    width: 90%;
    margin: 15px;
    color: #464646;
    text-align:left;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px;
    text-align: justify;
}

.correo a{
    margin-top: 5px;
    padding: 0px;
    width: 50%;
}

.listamails{

    display: block;
}

.listamails h3{

    color:white;
}

.fecha{

    background-color: #ffffff;
    width: inherit;
    padding: 5px;
}

.listamails ul {

    margin: 0rem;
    padding: 0;
}

.listamails ul li {

    list-style: none;
    width: 100%;
    transition: all ease 0.4s;
    border: white solid 1px;
}

.listamails ul li a {

    border: solid 2px rgba(0, 0);
    border-radius: 0px;
    color: #464646;
    display: block;
    text-align:left;
    background-image:url('audio.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10%;
    transition: all ease 0.4s;

}

.listamails ul li a:hover {

    color: #8d8d8d;
    transition: all ease 0.4s;
}

.listamails ul li a h3:hover {
    text-decoration: underline;
    color: #8d8d8d;
    transition: all ease 0.4s;
}

.tools{

    text-align: center;
    width: auto;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #FBC263;
}

.tools img{

    font-stretch: condensed;
    height: 30px;
    padding: 10px;
    margin: 15px;
    text-transform: uppercase;
    text-align: center;
    background-image: none;
}

.herramientas{

    height: 106px;
    align-content: center;
    width: 100%;
    padding: 0px;
    display: inline-flex;
    margin-top: 0px;
    border-image-repeat: repeat;
    background-color: #0097c4;
}

.iconocontroles{

    width: 100%;
    margin: 0 auto;
    align-content: center;
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.iconocontroles img{

    padding: 15px;
}

.botonesmail{

    width: 0 auto;
    height: 40px;
    margin-bottom: 0px;
    padding: 12px;
    margin-top: 0px;
}

.barrados{

    width: 100%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    background-color: #1a63b9;
    position: relative;
    color: white;
    letter-spacing: 0.1em;
    text-align: center;


}

.buscar{

    display: flex;
    flex-direction: column;
    margin: 0;
    width: 50px;
    margin-top: 15px;
    align-content: center;
    text-align: left;


}


.nuevo{

    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    width: 50px;
    padding-top: 1em;

}

.buscardos{

    padding: 1em 0em 1em 1em;
    color: white;
    text-align: left;
    font-weight: bolder;
    font-size: 100%;
 }

.nuevodos{

    padding: 1em 0em 1em 7em;
    color: white;
    text-align: right;
    font-weight: bolder;
    font-size: 100%
}


#accordion{
    height: 100%;
    min-height: 55vh;
}


.audioazul {

    width: 30px;
    position: absolute;
    float: left;
    left: 20px;
    padding-top: 1em;

}

.flechaabajo{


    width: 30px;
    position: absolute;
    float: right;
    right: 22px;
    padding-top: 1.5em;
}

.flechaabajo :hover{
    width: 25px;
}

.documents{

    display: flex;
    flex-direction: column;
    height: 60px;
    padding: 0em 0em 0em 0em;
    align-content: center;
    align-items: left;
    background-color: #59b7ce;

}
.vang{

    color: #1a63b9;
    text-align: left;
    padding-left: 4em;
    font-weight: bold;
    font-size: 120%;
    letter-spacing: 0.1em;
}

.slidelist {

    list-style: decimal;
    font-weight: lighter;
    font-variant: all-small-caps;
    font-size: 160%;
    padding: 0em 0em 0.7em 0em;
    margin: auto;
    color: #1a63b9;
    background-color: rgb(152, 207, 221);

}

.items{

    border-color: white;
    border-style: solid;
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    border-width: 1px;
    list-style: square;
    padding: 0.4em 0em 0.4em 0em;
    letter-spacing: 0.1em;




}

.barradown{
    width: 100%;
    margin-top: 0px;
    margin: 0 auto;
    margin-bottom: 0px;
    align-content: center;
    text-align: center;
    position: relative;
    height: 100%;
    background-color: #1a63b9;


}

.papelera{

    width: 60px;
    margin: 20px 30px;
    float: left;
}


.anterior{

    width: 50px;
    padding: 1em;
    margin: 0 auto;
    float: left;

}

.pause{

    width: 50px;
    padding: 1em;
    margin: 0 auto;
    float: left;

}

.siguiente{

    width: 50px;
    padding: 1em;
    margin: 0 auto;
    float: left;
}

.adjuntar{

    width: 40px;
    padding: 1em;
    margin: 0 auto;
    float: left;;

}


.introduccion{


    font-size: 80%;
    color: white;
    text-align: left;
    font-weight: bolder;
    letter-spacing: 0.1em;
    background-color: #59b7ce;
    padding: 0.5em 0em 0em 0em;



}

.audioazulb{

    width: 30px;
    position: absolute;
    float: right;
    right: 22px;
    padding: 1em 0em 0em 0em;

}


.lectura{

    display: flex;
    flex-direction: column;
    background-color: #59b7ce;
    color: black;
    font-size: 70%;
    padding: 0.3em 0em 0em 1em;

}

.textobase{


    text-align: left;
    color: white;
    font-size: 200%;
    font-stretch: expanded;
    font-weight: lighter;
    text-align: left;
    padding: 0em 1em 0em 0em;
    line-height: 1.2em;


}

.vangu{

    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 170%;
    letter-spacing: 0.1em;

}

.highlight{

    background-color: white;
    color: #59b7ce;
}

.a #introduccion{

    padding: 10em;
}

.herramientas a{
    color:#4d4d4d;
    background-color: #ffffff;
    border-color: #FBC263;
    height: 40px;
    margin: 0 5PX;
    width: 130px;
    margin-top: 10PX;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 0px;
    box-shadow: 1px 5px 14px -5px rgba(50, 50, 50, 0.75);
}

.iconoaudio img{
    margin: 0 20px;
    height: 40px;
    display: flex;
    text-align: center;
    margin-top: 5px;
    padding: 0px;
    position: relative;
    width: 60px;
    align-content: center;
    margin-top: 10px;
    padding-bottom: 5px;
}

.iconoaudio a{
    padding: 0px;
}

.user img{
    margin: 0 auto;
    width:150px;
    margin-top: 0px;
    padding-bottom: 0px;
    border: 8px solid white;
    display: flex;
    border-radius: 7rem;
    box-shadow: 1px 5px 14px -5px rgba(50, 50, 50, 0.75);
}

.editar img{
    width: 40px;
    padding-bottom: 0px;
    border: none;
    box-shadow: none;
    display: flex;
}


.user button{
    color:white;
    background-color: #646464;
    border-color: #FBC263;
    border-style: solid;
    height: 40px;
    margin: 0 auto;
    width: 100px;
    display: flex;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1rem;
    border-radius: 0px;
    box-shadow: 1px 5px 14px -5px rgba(50, 50, 50, 0.75);
}

.iconousuario{
    margin: 0 auto;
    width: 40px;
    margin-top: 15px;
    padding-bottom: 10px;
}

.usuario{
    width: 80%;
    margin-bottom: 70px;
}

.usuario input{
    background-color: #ffffff;
}

.usuario a{
    height: 67px;
    width: 100%;
    color: white;
    padding: 15px;
    font-size:12pt;
    font-weight: 700;
    border: none;
    margin-top: 20px;
    border-radius: 9px;
    text-decoration:none;
    background-color: #ff6b6b;
}

.buscador{
    background-color: #FBC263;
}

.inputbuscar{
    background-image: url("search.svg");
    background-position: 1px center;
    background-repeat: no-repeat;
    padding: 0 0 0 16px;
    margin: 16px;
    margin-top: 10px;
    width: 90%;
    align-content: center;
}

form button{
    color:#471e80;
    background-color: #FBC263;
    width: 100%;
    font-size: 12px;
    height: 20px;
    margin-left: 0px;
    padding: 20px;
    padding-top: 15px;
}

main{
    margin: 0 5 0 5;
}

main mails{
    background-color: #FBC263;
    width: 100%;
    height: 760px;
    margin-top: 0px;
}

.back{
    margin: 0 auto;
    width: 80px;
    margin-top: 40px;
}

footer{
    margin: 0 auto;
    align-content: center;
    width: 100%;
    text-align: center;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

footer h6{
    padding: 15px;
}

.guardar{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.guardar a{
    color:#4d4d4d;
    background-color: #ffffff;
    padding: 0.6em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: 0px 5px 10px 0.5px rgba(30, 30, 30, 0.75);
}