/*
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 : 14/04/2015, 15:05:57
    Author     : Renan
*/

/****************************************/
#navbar{  
    background-color: #06032B;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 1px 1px 5px #FFD700;

}
#navbar{ 
    float: right;
}
#navbar ul{
    padding: 0px 10px 0px 20px;
    margin: 0px;
}
#navbar ul li{
    display: inline;
    font-size: 16px;
    padding: 0px 10px 10px 10px;
    color: #FFD700;
    text-transform: uppercase;
    font-family: verdana;
    line-height: 60px;
}
#navbar ul li a{
    color: #aaa;
}

#navbar ul li:hover{    
    border-bottom: solid 4px #FFD700;
}

#navbar ul li a:hover{    
    border: none;
    color: white;
    text-decoration: none;
}

h1.logo_home{
    font-size: 70px;
    color: #FFD700;
    text-shadow: 2px 2px black;
    font-family: segoe script;
    font-variant: small-caps;
    font-weight: bold;
    width: 100%;
    cursor: default;
     
}
h1.logo_home::selection{
    background: transparent;
}
h1.logo_home.ano{
    text-align: right;
}

#category{}

#category div.btnCategory{
    width: 100%;
    font-size: 20px;
    padding: 5px 10px;
    margin: 10px;
    border-radius: 10px;
    color: black;
    box-shadow: 1px 1px 2px #101010;
cursor: pointer;
}
#category div.btnCategory.red{
    background-color: #D9534F;
}
#category div.btnCategory.blue{
    background-color: #337AB7;
}
#category div.btnCategory.green{
    background-color: #5Cb85C;
}

#category div.col-md-4{
    position: relative;
    bottom: 0px;
    float: bottom;
    cursor: pointer;
}
#category div.col-sm-4 img:hover{
    box-shadow: 1px 1px 50px #FFD700;
    border-radius: 50px;
    cursor: pointer;
}

#category img{
    height: 100px; 
    border-radius: 10px;
}

.div_borda_lateral{
    border-left: solid 3px #265a88;
    padding: 10px;
    background-color: white;
    box-shadow: 1px 1px 1px #FFD700;
}

.p-news{
    border-left: solid 3px #265a88;
    padding: 10px;
    background-color: white;
    box-shadow: 1px 1px 1px #FFD700;
    font-style: italic;
    text-align: justify;
    font-size: 12px;
    font-family: helvetica;
}

.p-news i{
    color: #999;
    float: right;
}

.p-news b{
    float: left;
}

h2.title_page{
    //color: #265a88;
    color: darkblue;
    font-size: 28px;
    //text-shadow: 1px 1px #FFD700;
}

hr.topless{
    margin-top: 0px;
}
