@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: 0em;
    padding: 0.9em;
    box-sizing: border-box;
    list-style: none;
}
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: 60%;
}  
    
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;
}
h1,h2,h3,h4 {
    color: #ffffff;
}
    
html {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    
}

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



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: "Helvetica", 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 a:hover{
    background-color: #358b15;
}

main a:hover {
    color: white;
}

form input{
    background-color: rgba(255, 255, 255, 0);
    border-color: #c6c6c6;
    border-bottom-style: inset;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 1px;
    width: 23em;
    vertical-align: text-bottom;
    font-family: "Helvetica", sans-serif;
    color: #000000;
    font-size: em;
    margin: -1em;
    outline: none;
}

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

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

main nav ul li a:hover{
    background-color: #ffec0a;
    border-radius: 50px;
}

main a:hover {
    color: white;
}

.microfono{
    position: absolute;
    width: 50px;
    height: 90%;
    right: 4px;
    top: 2.5px;
}
.imagen-izq{
    width: 40px;
    margin-top: 0px;

}
.opciones-derecha{
    margin: 0;
    padding: 0px;
}

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

.listado{
    margin: auto
    padding: 0.6em       
}

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


