/*ESTILOS GENERALES*/

@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.contenedor{
    width: 100%;
    margin: 0 20px;
    
}

/*HEADER*/

.header .top-header{
    
    padding: 6px 0;
    font-size: 11px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #363940;
    overflow: hidden;
    width: 100%;
    
}

.header .top-header .contenedor .top-menu{
    float: left;
    list-style: none;
}

.header .top-header .contenedor .top-menu ul{
    list-style: none;
}

.header .top-header .contenedor .top-menu ul li{
    list-style: none;
    float: left
}

.header .top-header .contenedor .top-menu ul li a{
    text-decoration: none;
    color: #f0f0f0;
    padding: 15px 15px;
    display: inline-block;
}

.header .top-header .contenedor .top-menu ul li a:hover{
    color: #bae5ff;
    
}

.header .top-header .contenedor .top-redes{
    float: right;
    list-style: none;
    margin-right: 2.5rem;
}


.header .top-header .contenedor .top-redes li{
    float: right
}

.header .top-header .contenedor .top-redes li a{
    text-decoration: none;
    color: #f0f0f0;
    padding: 15px;
    display: inline-block;
}

.header .top-header .contenedor .top-redes li a:hover{
    color: #bae5ff;
    
}

.contenedor-header{
   background-image: url(img/fondo.jpg);
    text-align: center; background-size: cover;
 

}

.contenedor-header .avatar img{
    width: 200px;
    border-radius: 50%;
    margin-top: 40px;


}
    
    

.titulo{

    text-align: center;
    
}

.titulo .contenedor h1{
    margin-top: 30px;
    text-decoration: none;
    color: #363940;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bolder;

    
}

.titulo .contenedor .subtitulo{
    font-size: 12px;
    letter-spacing: 1px;
    color: #c7c7c7;

    padding-bottom: 40px;
    
}

.menu-principal{
    border-top: 1px solid #e3e2e2;
    border-bottom: 1px solid #e3e2e2;
    text-align: center;
    padding: 10px 0;
    
}

.menu-principal .contenedor ul{
    list-style: none;
    display: inline-block;
    margin: 0 auto;
}

.menu-principal .contenedor ul li{
    display: inline-block;
    
}

.menu-principal .contenedor ul li a{
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #bae5ff;
    font-size: 14px;
    font-weight: bold
      
}

.menu-principal .contenedor ul li a:hover{
    color: #8b919c;
}



/*aside*/

.aside{
    float: left;
    width: 18%;
    
}

.main{
    padding: 20px;
    display: flex;
        flex-direction: row;
}
.main .aside .widget {
    background: #f0f0f0;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;


}


.main .aside .widget .materias{
    text-align: left;
    margin-bottom: 20px;
}

.main .aside .widget .materias .titulo-destacados{
    font-size: 20px;
    color: #bae5ff;
    margin-bottom: 20px;
    
}

.main .aside .widget .materias ul{
    list-style: none;
    text-align: left;
    border-top: 1px solid #e3e2e2;
}

.main .aside .widget .materias ul li a{
    color: #363940;
    font-size: 14px;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e3e2e2;
    text-decoration: none;
    
    
}

.main .aside .widget .materias ul li a:hover{
    color: #bae5ff;
}


.fotografia{
    float: right;
    width: 95%;
    background-color: #f0f0f0;
    margin-top: 20px;
    margin-bottom: 20px;


       
}

.main .fotografia .contenedor .titulo-destacados{
    font-size: 20px;
    color: #bae5ff; 
    margin-top: 40px;
    margin-left: 10px;
}

.main .fotografia .contenedor img{
   padding: 18px 25px;
   text-align: center;
   justify-content: space-between;

   
   
}



.footer {
    overflow: hidden;
    background: #fff;
    padding: 40px;
    text-align: center;
    align-content: center;
    color: #9c9c9c;
    font-size: 10px;
    display: block;
}









