html{

	background: #2a2a2a url('../imagens/bg.jpg') repeat-x;
}

body {
    text-align: left;
    font-family: 'Arial', calibri, verdana;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    background-color: transparent; 
    color: #000;
	background: transparent url('../imagens/footer.jpg') repeat-x center bottom;
}

h1, h2, h3{
    font-family:  Arial;
    -webkit-border-radius:5px;
    clear: both;
}

h1,h3 {
    background: transparent url('../imagens/tira-titulo.jpg') repeat-x;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 130%;
    padding: 7px 10px 6px;
	/* text-shadow: #333 3px 3px 2px;     */
}

#sombra {
    margin: auto;
    background: transparent url('../imagens/sombra.png') repeat-y center top;
}

#corpo {
    width: 960px;
    margin: auto;
    background: transparent;
}

#corpo > .caixa-fotos-index {
    margin-left: 10px;
}

.topo {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

#conteudo {
    width: 100%;
    min-height: 400px;
    padding: 35px 0;
    position: relative;
	background: #fff;    
}

#img-pagseguros {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

#pesquisa{
    bottom: 10px;
    right: 10px;
    clear: both;
    position:absolute;
    z-index:100;
}

#pesquisa input[type=text]{
    width: 160px;
    margin: 0;
    margin-right: 5px;

}

#pesquisa select{
    margin: 0;
    margin-right: 5px;
}

a {
    color: #37486b;
    text-decoration: none;
}

a:hover {
    color: #616cff;
    text-decoration: underline;
}

.caixa {
    margin-top: 15px;
}

.caixa-texto {
    padding: 5px;
    line-height: 150%;
    text-align: justify;
    border: 0px #07380a solid;    
}

.caixa-texto ul {
    list-style: inside;
}

.caixa-texto img,
.caixa-texto .imagem {
    float:left;
    margin:0 10px 10px 0;
}

.borda {
    border: 5px solid #d4d4d4;
}

.borda:hover,
.borda-agenda,
.borda-audio,
.borda-localizacao {
    border: 5px solid #868a9c;
}

/*Proteção*/
#rodape,
#rodape-conteudo,
#logo,
#logo a img {
    visibility:visible !important;
    opacity: 1 !important;
    position: static !important;
}


#rodape {
    display: table;
    width: 100%;
    height: 60px;
    /*background: transparent url('../imagens/rodape.jpg') repeat-x;*/
    float: none;
    text-align: center;
}

#rodape-conteudo {
    display: table-cell;
    vertical-align: middle;
}

#rodape strong, #validacao a, #validacao {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

#logo {
    width:200px;
    float:left;
    display: block !important;
}

#logo a,
#logo a img {
    display: block !important;
    margin: -33px auto 0!important;
    width: 77px !important;
    height: 37px !important;
    z-index: 1000;
}

.endereco {
    width:100%;
    font-size: 12px;
    margin-top: 7px;
}

#validacao {
    width:180px;
    float:right;
    text-align: right;
    padding:20px 20px 0 0;
    font-size: 11px;
    margin-top: -30px;
}


/* AUDIO YAHOO */
#audioplayer_1 {
    z-index: 10;
    position:absolute;
    left:110px;
    top: 230px;
}

#ymp-yahoo-logo {
    background: transparent url('../imagens/logotipo.png') no-repeat 0 0 !important;
    left: 7px !important;
    top: 12px !important;
    width: 40px !important;
    height: 40px !important;
}

#ymp-relevance {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}


/* POPUPS */
.popup-container {
    z-index: 25000;
    width: 100%;
    height: 100%;
    position:fixed;
    text-align:center;
    display:table;
    visibility: hidden;
}

.popup-container .sombra{
    background: transparent url('../imagens/png-opacity-pack/preto-50.png') repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    cursor:pointer;
}

.popup-conteudo {
    display:table-cell;
    vertical-align:middle;
}

.popup-caixa{
	display: inline-block;
	position: relative;
	background: #fff;
	text-align: left;
	padding: 15px;
	-webkit-border-radius: 20px;
	border: 1px solid #FBD850;
	min-height: 100px;
	min-width: 300px;
}

.popup-fechar {
    position: absolute;
    z-index: 30000;
    right:-24px;
    top:-24px;
}

.caixa-topo {
    position: relative;
    height: 180px;
}

#key_security {
    display:none;
}

.css-botao{
    background: transparent url('../imagens/css-botao.jpg') repeat-x top left;
    display: inline-block;
    -webkit-border-radius: 5px;
    padding: 0 5px;
    font-weight: bold;
    font-size:9px;
    height:20px;
    line-height:20px;
    border:1px solid #999;
    color: #000;
}

.css-botao:hover{
    background-position: bottom left;
    text-decoration: none;
    color: #000;
}

.total{
    border-top:1px solid #ccc;
}

.breadcrumb {
    margin-bottom: 15px;
}

.breadcrumb a {
    color: #2a2a2a;
}


table.listar td:last-child,
table.listar td:nth-last-of-type(2)
{
    text-align: center;
    width: 23px;
    padding: 5px 0;
}

table.listar tr:nth-child(odd) td{
    background-color: #ebf4ff;
}

table.listar tr td{
    background-color: #fff;
    color: #000;
}

table.listar tr:first-child td {
    background-color: transparent;
}

table.listar{
    clear:both;
    -webkit-border-radius: 7px 7px 0 0;
}

table.listar td,table.listar th{
    text-align: left;
    padding: 5px 7px;
}

table.listar th{
    font-weight: bold;
    color: #fff;
    padding: 10px 7px 10px;
    background: #105ab5;
}

table.listar th:first-child{
    -webkit-border-radius: 6px 0 0 0;
}

table.listar th:last-child{
    -webkit-border-radius: 0 6px 0 0;
}

table.listar a{
    cursor: pointer;
}

#subtopo {

	display: inline-block;
	z-index: 10;
	position:absolute;
	right: 310px;
}

.caixa-menu {

	position: relative;
}

/* BANNERS */

.banners{

	margin-top: 10px;
}

#banner3 {

	margin-bottom: 10px;
}

#t-banner {
	position: absolute;
	top: 30px;
	left: 655px;
	width: 230px;
	height: 140px;
	overflow: hidden;
}
