/* Classes Globais */
body {background: url('../images/bg.jpg') top center no-repeat}
.site-size{max-width: 1000px;margin: 0 auto;}
td.button-column a { padding-left: 5px;}
.tit_principal{font-family: monospace; font-size: 30px; letter-spacing: -3px;}
.fake{float: right}
.errorMessage{color: #b94a48!important}
.logout {background-color: #fff; margin: 5x 0; border-radius: 10px; padding: 5px 8px;}.error{color:red;}
.logout  a{padding: 0!important;color: #000}
.logout a:hover{color: #000!important}
.listra_baixo{background-color: #0591b9;width: 100%;height: 30px;margin-top: 10px}
.div_erro{background-color:#FFF;padding:15px}

.bg_rodape{
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9ECDF7), color-stop(0.76, #5B95C2) );
background-image: -o-linear-gradient(bottom, #9ECDF7 0%, #5B95C2 76%);
background-image: -moz-linear-gradient(bottom, #9ECDF7 0%, #5B95C2 76%);
background-image: -webkit-linear-gradient(bottom, #9ECDF7 0%, #5B95C2 6%);
background-image: -ms-linear-gradient(bottom, #9ECDF7 0%, #5B95C2 76%);
background-image: linear-gradient(to bottom, #9ECDF7 0%, #5B95C2 76%);
}
.bg_produto{background-color: #fff; padding: 13px;}
/* NAVBAR */

.navbar .nav > li > a {
float: none;
font-size: 18px;
padding: 10px 22px 10px;
color: #000000;
text-decoration: none;
text-shadow: none;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
color: #fff;
text-decoration: none;
background-color: #027293;
-webkit-transition: background-color .2s linear;
-moz-transition: background-color .2s linear
-o-transition: background-color .2s linear;
transition: background-color .2s linear;
}

.titulo_int {
    letter-spacing: -1px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 15px;
    color: #FFF;
    background: #888;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal
}
.sub_newscont {
    color: #333;
    line-height: 23px;
    font-weight: normal;
    font-size: 27px;
    margin: 5px 0 0 0;
    letter-spacing: -0.01em;
}
.div_cabecalho {
    padding-bottom: 20px;
    border-bottom: 2px dotted #FFF;
}
.texto {
    font-size: 18px;
    line-height: 23px;
    color: #FFF;
    margin: 20px 0 0 0;
    text-shadow: 3px 3px 6px rgba(135, 135, 135, 1);
}
.img-texto{
    margin: 0 15px 7px 0;
    padding: 4px;
    border: 1px solid #CCC;
    border-radius: 3px;
    float: left;
}
.bxslider{margin: 0!important;}
.sidebar-nav {
    min-height: 0;
    box-shadow: 0 0 10px #BDBDBD;
    -webkit-box-shadow: 0 0 10px #BDBDBD;
    -moz-box-shadow: 0 0 10px #BDBDBD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 9px 0;    
}

.nav-stacked > li {
    float: none;
}
.nav-stacked > li > a {
    margin-right: 0;
    font-size: 17px!important;
    letter-spacing: 2px;
}
.nav-tabs.nav-stacked {
    border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
    border-color: #ddd;
    z-index: 2;
}
.tit_principal {
    font-family: monospace;
    font-size: 30px;
    letter-spacing: -3px;
}
.sub_tit_principal {
    font-family: monospace;
    font-size: 17px;
    letter-spacing: -1px;
    padding-top: 0!important;
    margin-top: 0;
}
.text_list{
    margin-bottom: 10px;
    color: #636363;
}
.texto-produto{
    line-height: 23px;
    color: #555;
    font-size: 16px!important;
    margin: 20px 0 0 0;
}
/* Medias query para PC */
@media (min-width: 981px) {
}
/* Medias query para PC */
@media (min-width: 481px) and (max-width: 980px) {

}
@media (max-width: 480px) {
 body { padding-top:0px; }
*{text-align: center!important}
}