/*Colores
 aqua= #2CDD9D
*/
@font-face{
    font-family: OswaldL;
    src: 
        url(../font/oswaldlight.ttf) format('truetype'),
        url(../font/oswaldlight.eot) format('embedded-opentype'),
        url(../font/oswaldlight.woff) format('woff');
}
*{ margin: 0; padding: 0; border: 0; }
li { list-style: none; }
a { text-decoration: none; color: #999;}
a:hover { color: #2CDD9D; }
#contenedor {
    color: #999;
    width: 960px;
    margin: auto;
    font-family: OswaldL, sans-serif;
}
header {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 40px 0px 10px 0px;
}
header hgroup {
    width: 300px;
    height: 170px;
    float: left;
}
header hgroup h1 {
    font-size: 80px;
    margin: -25px 0px -20px -5px;
    color: #2CDD9D;
}
header hgroup h4 {
    font-size: 16px;
}
header hgroup p {
    margin-top: 5px;
    font-size: 14px;
}
header nav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 640px;
    height: 40px;
}
header nav ul {
    width: 100%;
    height: 30px;
}
header nav ul li {
    text-align: center;
    width: 16%;
    float: left;
    border-bottom: 1px solid #999;
    transition: all .5s;
}
header nav ul li:hover { border-bottom: 3px solid  #2CDD9D;  }
header nav ul li a { color: #999; }

main{
    margin: 30px 0px;
    height: 600px;
    width: 100%;
}

main aside {
    float: left;
    min-height: 200px;
    width: 290px;
    margin: 10px 20px 10px 0px;
}
main aside div {
    width: 150px;
    height: 200px;
    float: right;
    background: url(imagenes/pablo.jpg) no-repeat center;
    background-size: 
}
main aside hgroup {
    clear: both;
    min-height: 100px;
    width: 100%;
}
main aside hgroup h1 {
    clear: both;
    font-size: 70px;
    text-align: right;
    margin: 0px 0px -15px 0px;
}
main aside hgroup h3 {
    font-size: 18px;
    text-align: right;
}
main aside hgroup h3:last-child {
    font-size: 15.7px;
}

main article {
    width: 640px;
    float: left;
    min-height: 200px;
    margin: 25px 0px 10px 10px;
}
main article hgroup {
    min-height: 300px;
    margin-bottom: 30px;
}
main article hgroup h3 {
    margin: 20px 0px 0px 0px;
    display: block;
}
main article hgroup h3:first-child{
    margin: 0px;
}
main article hgroup p {
    margin-top: 10px 0px -5px 0px;
    line-height: 140%;
    font-family: sans-serif;
}

footer{
    clear: both;
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 40px 0px;
    padding: 10px 0px;
}

.seleccionado{
    border-bottom: 3px solid #2CDD9D;
}
.seleccionado a{
    color: #2CDD9D;
}