/*
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 : 07/12/2013, 19:32:18
    Author     : Luiz Antonio
*/
.center{
    margin: 0 auto;
}
.center-text{
    text-align: center;
}
.bLogin{
    width: 350px;
    height: 400px;
    margin-top: 50px;
    padding: 20px;
    border: solid 1px #DDD;
    color: #269abc;
    background-color: #FFF;
}
.titulo_login{
    margin-bottom: 30px;
    border-bottom: solid 1px;
    line-height: 60px;
}
.titulo_home{
    color: #269abc;
    border-bottom: 2px solid #269abc;
    padding-bottom: 10px;
}
.blocomenu{
    display: inline;
    padding: 10px;
    border: solid 1px #000;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background-color: #269abc;
}
.blocomenu:hover{
    border: solid 1px #269abc;
    color: #FFF;
    background-color: #DDD;
}


/* Sobrescrevendo o bootstrap */

.tab-pane{
    padding: 15px 5px;   
}
.nav-tabs {
border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #269abc;
background-color: transparent;
border: none;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #269abc;
background-color: transparent;
border: none;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs > li > a:hover {
border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: transparent;
}
a {
color: #DDD;
font-weight: bold;
}
a:hover, a:focus {
color: #000;
}