/*Colores
 azul= #0080BD
*/

@font-face{
    font-family: Oswald;
    src: 
        url(font/oswaldlight.ttf) format('truetype'),
        url(font/oswaldlight.eot) format('embedded-opentype'),
        url(font/oswaldlight.woff) format('woff');
}

body {
background-image: url(http://www.pixeden.com/media/k2/galleries/93/001-subtle-light-pattern-background-texture.jpg);
}

*{ margin: 0; padding: 0; border: 0; }
li { list-style: none; }
a { text-decoration: none; color: #999;}
a:hover { color: #ffaf48; }
#contenedor {
    color: #999;
    width: 960px;
    margin: auto;
    font-family: Oswald, 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: #12c7e2;
}
header hgroup h4 {
    font-size: 16px;
}
header hgroup p {
    margin-top: 5px;
    font-size: 14px;
}
header nav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 960px;
    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;
}
header nav ul li:hover { border-bottom: 3px solid  #ED7224; }
header nav ul li a { color: #999; }
header nav ul li a:hover { color:  #ED7224; }
main{
    margin: 30px 0px;
    height: 600px;
    width: 100%;
}

main aside {
    float: left;
    min-height: 200px;
    width: 290px;
    margin: 10px 20px 10px 0px;
}
main aside hgroup {
    min-height: 100px;
    width: 100%;
}
main aside hgroup h1 {
    font-size: 70px;
    text-align: right;
    margin: 0px 0px -15px 0px;
    color: #ffaf48;
}
main aside hgroup h3 {
    font-size: 18px;
    text-align: right;
}

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;
  background-color: rgb(200,200,200);
  color: white;
  clear: both;
  font-family: "open sans",sans-serif;
  padding: 1.5em;
  padding-bottom: 3rem;
  padding-right: em;
  padding-left: 0px;
  font-size: 0.9em;
  text-align: center;
}
footer img {
  margin-left: 3em;
  float: left;
}
.seleccionado{
    border-bottom: 3px solid #ED7224;
}
.seleccionado a{
    color: #ED7224;
}