* { padding: 0px;
    margin: 0px;
    @import 'https://fonts.googleapis.com/css?family=Abel|Dosis:400,700';
    background-color: #CFF;
    text-align: center;
}

.centered{
    margin: 0 auto;
}

main {
    padding-top: 6rem;
    padding-bottom: 3.5rem;
    background-color: #CFF;
    width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -3rem;
}

h1 {
    font-size: 2.75rem;
    font-family: 'Dosis', sans-serif;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #f39;
    letter-spacing: 0.25rem;
    border-width: 30rem;    
}

main img {
    height: 20rem;
    border-radius: 50%;
    border-style: solid;
    border-color: #FCE5F1;
    margin-bottom: 2.25rem;
    border-width: 0.25rem;
    
    }

#titulos {
    font-family: 'Dosis', sans-serif;
    font-size: 2rem;
    font-weight: 700; 
    color: #f39;
    letter-spacing: 0.15rem;
    margin-bottom: 0.5rem;
}

#activo {
    font-family: 'Abel', sans-serif;
    font-size: 1.8rem;
    color: #05CCC2;
}

#links {
    font-family: 'Abel', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #05CCC2;
    text-decoration: none;
    line-height: 3rem;
}

hr {
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-top: 2px solid #f39; 
   border-bottom: 1px dashed #f39; 
   border-left:none; 
   border-right:none; 
   height: 6px;
    
}

nav div {
    height: 4rem;
    width: 100%;
    background-color: #FCE5F1;
    text-align: center;
}


header img {
    margin-top: 1rem;
    margin-right: 2rem; 
    margin-left: 1.1rem;
    background-color: transparent;    
}

nav div a {
    font-family: 'Dosis', sans-serif;
    font-size: 2.2rem;
    color: #05CCC2;
    margin-right: 2rem;
    text-decoration: none;
    background-color: transparent;
}


#destacado {
    color: #05CCC2;
    font-weight: 700;
}

footer {
    margin-top: 4rem;
    height: 20%;
    text-align: center;
    background-color: #FCE5F1;
}

footer p {
    color: #05CCC2;
    font-size: 1.5rem;
    background-color: transparent;
    font-family: 'dosis', sans-serif;
    padding: 1rem;
    width: 90%;

}


header{
    position: fixed;
    z-index: 999;
    width: 100%;
}



body{
    background-image: url(img/fondo.jpg);
}

