body {
    background: aliceblue;
    font-family: monospace;    
    }

h1 {
    text-align:left;
    margin-left: 2rem;
    color: aliceblue;
    
}

h2{
    margin-left: 3rem;
    color: #606060
}

p {
    margin-left: 3rem;
}

.contenedor {
    max-width: 58rem;
    margin: 0 auto;
}
.subtitulo{
        font-size: 1rem; color: #695a83;
}
.fondopie{
        width: auto; margin: 1rem; padding: 0rem; font-size: 0.6rem; font-family: monospace; color: aliceblue; 
}

header {
    width: 100%;
    height: 320px;
    background: #ff5c5c;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.imgespacio {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            float: left;
}

.logogif {
        border: 3px solid #a8c3bd;
}

.fotogif {
    padding: 1rem;
}

nav ul {
    list-style-type: none;
    }

nav ul li {
    float: right;
}

nav ul li a {
    font-family: monospace; 
    color: #6d6280;
    margin-top: 0rem;
    margin-left: 0rem;
    padding: 0.7rem;
    text-decoration: none;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;

}

.clear {
    clear: both;
}

.boton {
        width: 100px;
    height: 100px;
    background: #ff5c5c;
    border-radius: 50%;
    float: left;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: DINCond-Light;
    font-size: 150%;
    line-height: 100px;
    margin: 10px 5px 10px 5px;
    color: #fae4ca;
    
}

.altura {
    height: 150px;
    
}

hr
{border: 1px dashed #67e7f2; text-align:center;}

.fondo {
    background-color: #ff5757
}

footer { background-color: #ff5c5c; height: 60px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
