@charset "utf-8";

/*TIPOGRAFÍAS */
@font-face {
    font-family: 'helvetica';
    font-weight: normal;
    font-style: normal;
}

main {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    
   }


@font-face {
    font-family: "helvetica";
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica"
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica"
    font-weight: normal;
    font-style: normal;
}
/* FIN TIPOGRAFÍAS */

/* GENERAL */
* {
    margin: 0.1em;
    padding: 0.7em;
    box-sizing: border-box;
    list-style: none;
    display: b;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #04ba04;
    width: 100%;
}

body {
    
    display: flex;
    flex-direction: column; 
    align-items: center;
    font-family: 'Helvetica';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1px;
    color: white;
    font-size: 75%;
}  
    
header {
    display:flex;
    align-content: center;
    flex-direction: column;
    background-color: #000000;
    width: 28rem;
    margin-bottom: 20%;
    background-image:    url(imagenes/logocheli.svg);
    background-repeat: no-repeat;
    background-size: 9rem;
    background-position: center;

    background-color: #000000;
    padding: 1px;
    margin: 0;
    margin: auto;
    
}

#contenedor {
    margin: auto;
    max-width: 50vw;
    
}


.menu-perfil{
        display:flex;
        float: none;
        margin: 0 auto;
        flex-direction: column; 
        border-left: 1dotted;
        width: 8rem 
    
}

.configuración{
    display: flex;
    flex-direction: column;
    align-content: center;
    float: left;
    border-right:1dotted;
    width: 4.5rem;
    padding:0;
}

.menu{
        display: flex;
        flex-direction: column;
        align-content: center;
        float: right;
        border-right:1dotted;
        width: 4.5rem        
}

footer {
    flex:  auto;
}

html {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    max-width: auto;
    
}

main form{
    margin: auto;
    text-align: center;
}



label{
    font-family: "helvetica", sans-serif;
    font-size: 1.4em;
    color: #000000;
    display: flex;
    justify-content: flex-start;
    margin: inherit;
    margin-top: 1.em;
    max-width: em;
}

input{
    background-color: rgba(255, 255, 255, 0);
    border-color: #04ba04;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-radius: 15px;
    width:100%;
    height: 1.5em;
    vertical-align: text-bottom;
    font-family: "Latoregular", sans-serif;
    color: #000000;
    font-size: 2em;
    margin: auto;
    outline: none;
    background-color: #ECECEC;
}


main nav {
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
}

main nav ul li {
    text-align: center;
    line-height: 0.5em;
    min-width: 18em;
}

main nav ul li{
    margin: 8em 1em;
    list-style: none;
    background-color: #CFCECE;
}

main ul li a {
    font-family: 'Helvetica', sans-serif;
    color: black;
    font-size: 1.3em;
    text-decoration: none;
}

main nav ul li a {
    display: block;
}

main nav ul li a:hover{
    background-color: #358b15;
}

main a:hover {
    color: white;
}


.listado < div{
    font-family: "helvetica", sans-serif;
    font-size: 1.4em;
    
    display: flex;
    justify-content: flex-start;
    margin: inherit;
    margin-top: 1.em;
    max-width: em;
}
a{
   text-decoration:none; 
}
.listado-img{
    width:30px;
    height:30px;
    float:left;
}
.listado-title{
    font-weight:bold;
    padding: 0.5em;
    font-size:14px;
    color:black;
    width:75%;
    float: left;
}
.listado-desc{
    color:gray;
    padding: 0.5em;
    margin-left: 35px;
    width:75%;
    float: left;
}
.lupa{
    position: absolute;
    width: 61px;
    height: 87%;
    left: 0;
    top: 2px;
}

.microfono{
    position: absolute;
    width: 50px;
    height: 87%;
    right: 1px;
    top: 2px;
}
.imagen-izq{
    width: 40px;
    margin-top: 0px;
}
.dia{
    margin-top: -10px;
    float: right;
    margin-right: 25px;
    color: black;
    padding: 0.2em;
    width: 40px;
}
.opciones-derecha{
    margin: 0;
    padding: 0px;
}

.listado-footer{
    font-weight:bold;
    padding: 0.7em;
    font-size:14px;
    color:black;
    width:90%;
    text-align: center
}

.listado{
    margin: auto
    padding: 0.5em       
}

.volver-img{
    width:50px;
    height:55px;
    float:left;
}

.imagen-der{
    width:50px;
    height: 50px;
    float:right;
}