/* CSS Document */

div,dl,dt,dd,ul,ol,li,p{
	margin:0;padding:0;
}
	
h1,h2,h3,h4,h5,h6{
	margin:0;padding:0;
}

img{
	border:none;
}
body{
	font-family:tahoma;
	font-size:11px;
	margin:0;
	color:#fff;
	background:url(imagens/background_roxo.jpg) top repeat-x #753d88;
}
body, html{
	height: 100%;
}
.cor1{
	background:url(imagens/background_roxo.jpg) top repeat-x #753d88;
}
.cor2{
	background:url(imagens/background_rosa.jpg) top repeat-x #9B3E6B; 
}
.cor3{
	background:url(imagens/background_verde.jpg) top repeat-x #408A93;
}
.cor4{
	background:url(imagens/background_vermelho.jpg) top repeat-x #D26C22;
}

#flash_topo{
	width:900px;
	height:400px;
	position:absolute;
	z-index:2;
	left:-450px;
	margin-left:50%;
}
#menu_topo{
	text-align: left;
	margin:10px 0 0 90px;
	
}
#menu_topo li{
	display: inline;
	list-style: none;
	padding: 0 10px 0 10px; 
}
#centralizacao{
	width:900px;
	position:absolute;
    left:50%;
    margin-left:-450px;
	z-index:1;
}

#espaco_topo{
	width:900px;
	height:348px;
	
}
#espaco_topo, #endereco, #telefones, #conteudo{
	width: 900px;
	margin: 0 auto;
}
#endereco{
	height:28px;
}

.margin_endereco{
	padding:5px 0 0 118px;
}

#telefones{
	height:32px;
}

.margin_telefones{
	padding:9px 0 0 118px;
}


#menu{
	width:140px;
	margin:4px 0 0 110px;
}

.margin_menu{
	margin:0 0 5px 0;
}

#titulos{
	width:200px;
	height:35px;
}

.mapa{
	border:solid 3px #fff;
}

#base{
	width: 100%;
	height: 192px;
	text-align: center;
	background: url(imagens/bg_base_infinito_felipe.jpg) repeat-x bottom;
}

#copyright{
	width: 100%;
	height:36px;
	background: #CAE37B;
}

.margin_copyright{
	padding:10px 0 0 0;
}

#bg_base_infinito{
	width:100%;
	height:100%;
}

#radiacao{
	width:900px;
	position:absolute;
    left:50%;
	margin:10px 0 0 -450px;
	padding:0 0 5px 0;
}

.text_branco_g{
	font-size:14px;
	font:#fff tahoma;
	font-weight:bold;	
}

.text_verde{
	color:#aacc06;
}

.text_roxo{
	color:#340c70;
}

/* Links */

a:link.voltar {
	color: #aacc06;
	text-decoration: none;
}

a:visited.voltar {
	text-decoration:none;
	color:#aacc06;
}

a:hover.voltar {
	text-decoration:none;
	color:#aacc06;
	text-decoration:underline;
}

a:active.voltar {
	text-decoration:none;
	color:#aacc06;
}

/* Formulários */

.contato_01{
	width:310px;
	height:14px;
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	border:2px solid #d9e4e5;

}

.contato_02{
	width:310px;
	height:80px;
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	padding-top:1px;
	padding-left:2px;
	padding-right:2px;
	border:2px solid #d9e4e5;
}


#decoracoes{
	width: 200px;
	float: left;
}
#decoracoes ul{
	list-style: none;
}
#decoracoes li{
	margin-top: 10px;
}
#decoracoes a{
	color: #FFFFFF;
	text-decoration: none;
}
#decoracoes a:hover{
	text-decoration: underline;
}

.mostra {
	visibility: visible;
}
.esconde {
	visibility: hidden;
}
#banner{
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -196px;
	position: absolute;
	z-index: 100;
}
#cobretudo{
	position: fixed !important;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: url(imagens/banner_bg.png);
	z-index: 100;
	top: 0px;
    left: 0px;
}
