@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../imagens/fundo.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline:none;
}

h1 {
	text-indent: 40px;
	line-height: 150%;
	text-align:center;
}

h2 {
	text-align: center;
	background: #444;
	color: #FFF
}

h3 {
	margin-left: 15px;	
	text-align: center;
	font-size:14px;
}

h4 {
	margin-left: 20px;
	text-align: justify;
	font-size:14px;
}

h5 {
	margin-left: 10px;
	text-align: justify;
	font-size:12px;
}

h6 {
	margin-left: 300px;
	text-align: justify;
}

#container {
	background: #FFF url(../imagens/fundo_meio.png) left bottom no-repeat ;
	width: 980px;
	_width: 970px;
	height:582px;
	position: relative;
	margin: 10px auto;
	padding-bottom: 20px;
	margin-bottom: 10px;

}

#meio {
	position:absolute;
	width:950px;
	height: 396px;
	padding-left:10px;
	padding-right:8px;
	text-align:justify;
	border-right: solid #333 6px;
	border-left: solid #333 6px;
	border-bottom: solid #222 6px;
}

#meio_s {

	background: #FFFFFF url(../imagens/fundo_meio_s.png) left top no-repeat;
	position:absolute;
	width:968px;
	height: 396px;
	text-align:justify;
	border-right: solid #333 6px;
	border-left: solid #333 6px;
	border-bottom: solid #222 6px;
}

#mapa {
	position:absolute;
	border:solid 1px #666;
	left: 20px;
	top: 25px;
	width:500px;
	height: 340px;
}

#texto_contato {
	position: relative;
	top: 40px;
	left: 520px;
	width: 210px;
	height: 340px;
	text-align:center;
}

#topo {
	/*background: #000 url(../imagens/topo.png) no-repeat center;*/
	position: relative;
	width: 980px;
	height: 200px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 200px;	
	float: left;
}

/*LOGIN*/
#mlogin {
	border:dotted 1px #666;
	width: 215px;
	left: 712px;
	height: 110px;
	position:absolute;
	padding: 3px;
	top: 24px;
	text-align:center;
	color: #0CF;
	_width: 225px;
	_left: 740px;
}

#login table {
	padding-top: 10px;
}

#login td {
	color: #FFF;
	padding-top:5px;
	padding-right: 15px;
}

#login input {
	width: 130px; 
}

#login .enviar {
	color: #FFF;
	background: #000;
	border: 1px solid #FFF;
	width: 50px; 
}
#login .enviar:hover {
	color: #0CF;
	background: #000;
	border: 1px solid #FFF;
	width: 50px; 
}
/*FIM-LOGIN*/

/*MENU*/
#menutop {
	width:445px;
	position: absolute;
	top:180px;
	left: 150px;
}

#inicial {
	
	position: absolute;
	top: 5px;
	width: 460px;
	height: 370px;
	left: 205px;
	text-align: justify;
	text-indent: 40px;
	padding: 5px;
	padding-bottom: 0;
}

#midia1 {
	
	position: absolute;
	top: 10px;
	width: 285px;
	height: 375px;
	left: 675px;
	text-align: justify;
	
}

#midia2 {
	
	position: absolute;
	top: 10px;
	width: 200px;
	height: 375px;
	left: 5px;
	text-align: justify;
	
}


#texto_assis {
	/*border:solid 1px #333333;*/
	position: absolute;
	top: 15px;
	width: 510px;
	left: 1px;
	text-align: justify;
	text-indent: 20px;
	padding: 10px;
	padding-bottom: 0;
	font-size:13px;
}

#inicial p {
	text-indent: 40px;
	font-size:12px;
	line-height: 150%;
	/*text-align:center;*/
	text-align: justify;
}
/*FIM-INICIAL*/

/*SOBRE*/
#sobre {
	position: relative;
	top: 10px;
	left: 230px;
	width: 500px;
	text-align: justify;
	text-indent: 40px;
	padding: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}

#sobre p {
	text-indent: 40px;
	font-size:95%;
	line-height: 130%;
	text-align:justify;
}
/*FIM-SOBRE*/

/*SERVICO*/
#servico {
	position:absolute;
	left: 40px;
	*padding-left: 50px;
	*left: 0;
	top: 100px;
	height: 250px;
	font-size: 95%;
}

#servico a.tooltip:hover span {
	display:block;
	position:absolute;
	top: 0px;
	left: 310px;
	*left: 360px;
	width: 250px;
	text-align: center;
	font: 90% Arial;
	font-style:italic;
	line-height: 150%;
	padding: 2px 5px;
	border: 1px solid #FFF;
	background: #FFF;
	color: #000;
}

#servico2 {
	border-left:dotted 1px #333333;
	position:absolute;
	left: 620px;
	padding-left: 25px;
	top: 90px;
	width:300px;
	height: 280px;
	font-size: 96%;
}
/*FIM-SERVICO*/

/*ATENDIMENTO*/
#atendimento {
	border-left:dotted 1px #999999;
	position:absolute;
	left: 535px;
	top: 25px;
	height: 320px;
}

#atendimento li {
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	height:110px;
	width: 100px;
	list-style: none;
	float:left;
	font: 11px Arial;
	
}

#atendimento a.tooltip:hover span {
	clear:both;
	display:block;
	position:absolute;
	top: 180px;
	left: 10px;
	width: 400px;
	text-align: center;
	font: 12px Arial;
	font-style:italic;
	line-height: 150%;
	padding: 2px 5px;
	color: #000;
}

a.tooltip {
	color:#000;
	cursor: default;
	text-decoration:none;
	line-height: 150%;
}

a.tooltip:hover {
	color: #06F;
	background:transparent;
}

a.tooltip span {
	display: none;
}
/*FIM-ATENDIMENTO*/

#rodape {
	clear:both;
	position:fixed;
	width: 100%;
	bottom: 0;
	padding: 3px;
	font-size: 12px;
	background: #222;
	text-align: center;
	color: #FFF;
	_position:absolute;
}


/*CONTATO 2*/
#contato2 {
	position:absolute;
	left: 750px;
	top: 40px;
	height: 300px;
	text-align:center;
	border-left: dotted 1px #666;
	padding-left: 20px;
}
#contato2 span {
	color: #000;
	font-weight:bold;
	line-height: 190%;
}
#todoform2 {
	background: transparent;
	border: none;
	border-collapse:collapse;
	color: #000;
}
#todoform2 th {
	background:#000;
	padding:3px;
	border-bottom:1px solid #06A;
}
#todoform2 td {
	padding:3px;
}
#todoform2 input {
	background:#fff;
	width:180px;
	padding:1px;
	border:1px solid #0066AA;
	font-family: Arial, Times, serif;
	color:#333;
	font-size: 85%;

}
#todoform2 textarea {
	border:1px solid #0066AA;
	padding:1px;
	width:180px;
	background:#fff;
	overflow: hidden;
	font-family: Arial, Times, serif;
	color:#333;
	font-size: 85%;

}
#todoform2 input.botao {
	background:#000;
	width:4.8em;
	color:#fff;
	border:2px solid #fff;

}
#todoform2 input.botao:hover {
	background:#000;
	color: #0CF;
	border:2px solid #fff;
}
#todoform2 input.botao:active {
	background:#000;
	color: #0CF;
	border:2px solid #333;
}
#todoform2 .aster {
	text-align:center;
	font-size: 85%;
	color: #000;
}
/*FIM-CONTATO 2*/