/*hoja de estilos*/

@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);

body {
    background-color: #000;
}

div#total {
    background-color: #84d0d0;
    width: 1000px;
    margin: auto;
    color: #4e5858;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 16px;
    
}

header {
    background-color: #262a2a;
    margin:auto;
    
    width: 1000px;
    height: 100px;
    
}

div#encabezado {
    width: 900px;
    margin-bottom: 25px;
}

div#encabezado h1 {
    font-size: 24px;
    margin-top: 0px;
}

img {
    float: right;
}

header div#encabezado nav {
    overflow: auto;
}
header div#encabezado nav a{
    text-decoration: none; /* quitar subrayado */
    color: #fff;
    display: block; /*convierte el elemento en un caja */
    background-color: #262a2a;
    overflow: auto;
    float: left;
    list-style: none;
    margin-right: 30px;
    width: auto;
    font-weight: 400;
}

header div#encabezado nav a:hover {
    color: #84d0d0;
    background-color: #fff;
    border-radius: 5px;
    font-weight:400italic;
}

article {
    width: 870px;
    margin: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
   
    padding: 20px;
    font-size: 16px;
    float: left;
    color: #262a2a;
    
}

    

.integrante {
    font-weight: 700;
    font-style: italic;
    
}

div#detalle {
    font-size: 12px;
    color: #000;
    background-color: #c5daff;
    padding: 1px;
    padding-left: 10px;
    
}

aside {
   
    margin: 10px;
    margin-top: 0px;
    width: 220px;
    float: left;
    padding: 10px;
    padding-top: 30px;
    font-size: 12px; 
    color: #fff;
    
}
article div#grupo p {
    font-size: 12px;
    font-weight:400;
}
    
    article div#grupo p h3 {
        font-size: 16px;
        color: #fff;
    }
article div#grupo p h2 {
     color: #fff;
    font-size: 20px;
    font-weight:700;
}
    
aside a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    display: block;
    overflow: auto;
    font-weight: 700;
}

aside a:hover{
    color: #3363bf;
    font-style: italic;
}

div#img {
    margin: auto;
    padding: 400px;
    padding-top: 0px;
}

footer {
    clear: both;
    margin: 20px;
    margin-top: 10px;
    background-color: #c5daff;
    padding: 5px;
    padding-left: 20px;
    font-size: 12px;
    color: #000;

}