﻿html, body
{
	width:100%;
	border:0;
	margin:0;
	padding:0;
    color:#000000;
    background-color:#C4C4C4;
    background-image:url(/images/background.png);
    background-repeat:repeat-x;
    font-family:Arial, Tahoma,Verdana;
    font-size:10px;
}

h1, h2, h3, h4, h5
{
    margin:0;
}

.line_height
{
    line-height:150%;
    font-size:11px;
}

#master_topo
{
	clear:both;
	float:left;
	width:100%;
	height:142px;
	margin:0px auto;
}

#master_conteudo
{
	clear:both;
	float:left;
	width:100%;
	min-height:600px;
	margin:0px auto;
	padding-bottom:100px;
}


#master_footer
{
    position:fixed;
	z-index:999;
	width:100%;
	bottom:0;
	margin:0;
    height:50px;
	background-image:url(/images/footer_fundo.jpg);
	background-repeat: repeat-x;
}

a, a:hover, a:active, a:focus
{
    text-decoration:none;
}

.hspacer
{
	display:block;
	float:left;
	width:12px;
	height:300px;
	margin:0px auto;
	padding:0;
}

.vspacer
{
    clear:both;
	height:12px;
	margin:0px auto;
}

.t10
{
    font-size:10px;
}

.t11
{
    font-size:11px;
}

.t12
{
    font-size:12px;
}

.t14
{
    font-size:14px;
}

.t16
{
    font-size:16px;
}

.t22
{
    font-size:22px;
}

.upper {
    text-transform:uppercase;
}

.branco
{
    color:#fff;
}

.preto
{
    color:#000;
}

.cinza
{
    color:#888888;
}

.vermelho
{
    color:#EA0000;
}

.bold 
{
    font-weight:bold;
}

.italico
{
    font-style:italic;
}

.hide { 
	display:none;
}

.show { 
	display:block;
}


#ds_h div{width:100%;left:1px;top:1px}
#ds .hh1{height:1px}
#ds .hh2{height:2px}
#ds .hh3{height:3px}
#ds .hh4{height:4px}
#ds .hh5{height:5px}
#ds .hh6{height:6px}
#ds_v div{height:9999px; left:1px;top:1px}
#ds_v{height:0;}
#ds .v1{width:1px}
#ds .v2{width:2px}
#ds .v3{width:3px}
#ds .v4{width:4px}
#ds .v5{width:5px}
#ds .v6{width:6px}

#mapa_container{
	position:relative;
	display:block;
}

.ds{background:#000;position:absolute;z-index:999;overflow:hidden}
#ds .o1{ opacity:.1;filter:alpha(opacity=10)}
#ds .o2{ opacity:.08;filter:alpha(opacity=8)}
#ds .o3{ opacity:.06;filter:alpha(opacity=6)}
#ds .o4{ opacity:.04;filter:alpha(opacity=4)}
#ds .o5{ opacity:.02;filter:alpha(opacity=2)}


/*
* Required 
*/
.container { width:630px; height:260px; overflow:hidden; left:25px; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:630px; display:none; }
/*
* Optional
*/
#loopedSlider { width:630px; position:relative;}


td.atalhooff { }
td.atalhoon { background-color:#1A1A1A;}


/* PAGINAÇÃO INI */

div.pagination {
	font-size: 11px;
	font-family: Arial;
	color: #626066;
	display:block;
	height:20px;
	text-align:right;
	padding-right:10px;
}

div.pagination a {
	padding: 2px;
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #626066;
	font-size: 11px;
	font-family: Arial;
}

div.pagination a:hover, div.pagination a:active {
	color: #000;
}

div.pagination span.current {
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	color: #000;
	font-size: 11px;
	font-family: Arial;
}

div.pagination span.disabled {
	padding: 2px;
	margin: 2px;
	color: #626066;
	font-size: 11px;
	font-family: Arial;
}

/* PAGINAÇÃO END */

/* Forms */

form {
    margin:0;
	padding:0;
	border:0;
}

.inputs {
	margin:0;
	padding:2px;
	border:0;
	height:15px;
	background-color:#EFEEEC;
    font-family:Verdana, Arial, Tahoma;
    font-size:10px;
}

.pesquisa {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:11px;
	border:1px solid #E1E1E1;
	margin:0px;
	color:#000000;
	height:20px;
	width:380px;
	padding-top:5px;
	padding-left:5px;
	vertical-align:middle;
}

.input_news {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:10px;
	background-image:url('/images/newsletter_bg.png');
	background-repeat:repeat-x;
	background-color:#000000;
	border:0;
	margin:0;
	color:#fff;
	height:28px;
	width:195px;
	padding-top:7px;
}

.textarea {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:11px;
	border:1px solid #E1E1E1;
	margin:0px;
	color:#000000;
	padding-top:5px;
	padding-left:5px;
	vertical-align:middle;
	height:132px;
	width:380px;
}

.combos 
{
    font-size:10px;
    font-family:Verdana, Arial, Tahoma;
    border:0px;
    height:20px;
    color:#333333;
    background-color:#FFFFFF;
}

.secure_forms
{
    width:50px;
    border:solid 1px #ddd;
    padding:4px;
}

