body{
    font-family: sans-serif;
    font-size: 10pt;
    background: #3BB3C2;
} 

#pagina{
    margin: 0 auto;
    width: 950px;
    min-height: 650px;
    height: auto;
    background: #c7c3c3;
}

header{
    margin: 0 auto;
    max-width: 950px;
    height: 96px;
    background: #FEF69F;
  }

#logo{
    position: absolute;
    margin: 10px 0px 0px 10px;
    width: 261px;
    height: 76px;
    background: url('../images/logo.gif');
    /*margin: 0 auto;*/
}

#info{    
     position: absolute;
    margin: 10px 0px 0px 281px;
    width: 659px;
    height: 76px;   
    background: #3c3c3c;
     border-radius: 0.5em;
    text-align: center;
}
t1{
    color: #ffffff;
    font-size: 1.2rem;
    font-style: italic;
    text-align: center;
    text-shadow: 5px 5px 10px #0095AC;
}

nav{
    color: aliceblue;
    height: 25px;
    background: #0f0f0f;
}

nav ul{
    margin: 0px 0px 0px -40px;
    list-style: none;
}

nav ul li{
    padding: 0px 20px;
    height: 25px;
    line-height: 25px;
    color: aliceblue;
    background: #0f0f0f;
    display: inline-block;
}

nav ul li:hover, .btn-buscar:hover {
    color: #0f0f0f;
    font-weight: bold;
    background: #ffad3d;
}
aside{
    background: #3b3b3b;
    color:aliceblue;
    padding: 5px;
    width: 180px;
    min-height: 520px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}
#top10{
min-height: 200px;
    width: 174px;
    color: #000;
    background: #fff;
}
section{
    background: #969696;
    padding: 5px;
    margin-bottom: 4px;
    display: inline-block;
     vertical-align: top;
}


footer{
    background: #f5ff00;
    color: #ff0000;
    padding: 5px;    
}
