/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/05/2015, 22:46:55
    Author     : Henrique
*/

#topo{
    width: auto;
    height: 150px;
    
}
.center{
    width: 1024px;
    height: auto;
    margin: auto;
}

#topo img{
    margin-top: 25px;
}
#topo #nomes{
    width: 350px;
    height: 100px;
    margin-top: 10px;
    float: right;
}
#topo #nomes ul li{
    padding-left:20px;
    padding-right: 20px;
    padding-top: 5px;
    margin-top: 35px;
    float: right;
}
#topo #nomes ul li#teste{
    border-right: 1px solid #cecece;
}
#topo #nomes ul li h1{
    color: #169fe6;
    font-family: "Century Gothic",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 15.8px;
    text-align: center;
}
#topo #nomes ul li p{
    color: #777;
    font-family: "Century Gothic",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 15.8px;
    text-align: center;
}

#menus{
    width: 100%;
    height: 92px;
    margin: auto;
    float: right;
    font-family: 'Century Gothic';
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #fff;
    background-color: #169fe6;
    border-top: 5px solid #1285c1;
}
#menus ul{
    margin: 0;
    padding: 0;
}
#menus ul li {
    float: left;
    margin: auto;
    margin: 15px;
    margin-top: 22px;
    padding: 10px;
    padding-bottom: 15px;

}
#menus ul li h1{
    color: #fff;
    font-family: "Century Gothic",Helvetica,sans-serif;
    font-size: 16px;
    line-height: 15.8px;
    text-align: left;
    
}
#menus ul li p{
    color: #fff;
    font-family: "arial",Helvetica,sans-serif;
    font-size: 10px;
    line-height: 18px;
    text-align: left;

}
#menus ul li:hover{
    height: 25px;
    background-color: #1285c1;
    
    border-radius: 8px;
    

}

#destaques{
    width: auto;
    min-width: 1024px;
    height: auto;
    min-height: 400px;
    background-image: url('../img/pattern_08.jpg');
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: 80% 0%;
    position: relative;
    display: block;
    margin-top: 97px;

}