@charset "utf-8";

/* Reglas generales */

html{
    height: 100%
}

.menu {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color:#b96f54;
    text-align: center;
    height: 55px;
    margin-right: px;
}

.menu li {
    display: inline-block;
    padding: 30px 90px;
    margin-top: 0px;
    line-height: 0px;
}
   
.menu a {
    text-decoration: none;
    color: #ede9e4;
    font-family: Montserrat, sans-serif; 
    font-weight: 400;
    font-size: 13pt;
}


body {
   
    font-family: Montserrat, sans-serif;
    color: black;
    background-color: #ede9e4;
    margin-left: 30px;
    margin-top: 90px;
    margin-bottom: 20px;
    margin-right: 30px;
    align-content: center;
    text-align: center;
}

ul{ list-style: none;
    margin: 10;
    padding: 0;
    color: black;
    text-align: center;
    
}

a{
    text-decoration: none;
    
}

img{ width: 40%;
    align-items: c
}

header div img {
    width: 10%
}

figure {
    margin: 20;
    padding: 40;
    max-width: 20em;
    
}

.sincuadro {
    color: #b96f54;
    background:#ede9e4; 
    padding: 5px;
    align-items: left;
    text-align: left;
    
}

.left { 
text-align: left;

}

/* mobile first, para celulares */

header ul {
    list-style: none;
    text-align: center;
    display: flex;
   
}

header ul li {
    width: 2em;
    height: 3em;
    margin-right: 10em; 
    
    
    /* caja flexible */
    
    display: flex; 
}

#isologo, header h3 {
    display: inline-block;
}

header nav ul li a:hover {
    font-size: 1em;
    font-family: Montserrat,sans-serif;
    display: block;
    margin: 0  0.3em  0;
    padding: 0.5em 1em;
    border: solid px #ede9e4;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
.usuario {
    margin: 20px;
    text-align: center;
    max-height: 50em;
}

.usuario img {
    border-radius: 60%;
    width: 50vw;
    max-height: 15em;
    max-width: 15em;
    box-shadow: 0 .35dm .5em rgba (0, 0, 0, .35)
    inset, 0 .35em .5em rgba (0, 0, 0, .35);
}

h1 {
    color:#b96f54;
    align-items: center;
    text-align: center;
    
}

h2 {
    color: #ede9e4;
    background: #b96f54;
    padding: 5px;
    align-items: center;
    text-align: center;
    
}

h3 { 
    color: #b96f54;
    text-align: center;     
}

main a {
    flex-grow: 1;
    display: flex;
    text-align: center;
}



footer{
    background-color:#b96f54;
    padding: 2em;
    margin: 3em 0 0 0;
    border: solid 1px #ede9e4;
    color: #ede9e4;
}

footer p{
    font-size: 0,7em;
    text-align: left;
    margin: 2em;
        
}

    
/* reglas de plan.html */
