/**
* Desenvolvido por GHS Web
* www.ghsweb.com.br
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #0E1C44 url(img/bg.jpg) no-repeat top center;
	color: #363636;
	font: 13px 'Trebuchet MS', 'Lucida Grande', Tahoma, Arial, sans-serif;
	text-align: center;
}

p {
	margin-bottom: 10px;
}

a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#site {
	width: 875px;
	padding-top: 22px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

h1 {
	float: left;
}

h1 a {
	display: block;
	width: 191px;
	height: 77px;
	background: url(img/logo.gif) no-repeat;
	overflow: hidden;
	text-indent: -999px;
	margin-left: 40px;
}

#nav {
	padding: 70px 10px 0 0;
	float: right;
	color: #FFF;
}

#nav dt {
	display: inline;
}

#nav a {
	color: #FFF;
}

#nav a:hover {
	color: #DAE5F3;
}

#cont {
	background: #FFF url(img/mini_degrade.gif) repeat-x;
	border: 2px solid #768298;
	margin-top: 4px;
	text-align: justify;
}

#mini_degrade {
	background: #FFF url(img/mini_degrade.gif) repeat-x;
}

#pontos {
	background: #7E7E7E url(img/load_pontos.gif) center no-repeat;
	cursor: pointer;
	overflow: hidden;
	height: 241px;
}

#pontos div {
	height: 242px;
}

#pontos p {
	margin: 0;
	padding: 207px 8px 0 8px;
}

#pontos p span {
	display:none; /* Movido pra baixo */
	/*display: block;*/
	background: #000;
	color: #FFF;
	padding: 5px;
	opacity: 0.7;
	text-align: center;
}

#ponto1 {background:url(img/ponto1.jpg)}
#ponto2 {background:url(img/ponto2.jpg)}
#ponto3 {background:url(img/ponto3.jpg)}
#ponto4 {background:url(img/ponto4.jpg)}
#ponto5 {background:url(img/ponto5.jpg)}

#links_pontos {
	width: 100%;
}

#links_pontos td {
	width: 18%;
	text-align: center;
	border: 0 solid #BABABA;
	border-width: 0 1px 1px 0;
}

#links_pontos td#desc_ponto {
	/*font-weight: bold;*/
	background: #000;
	color: #FFF;
	border: 0;
	padding: 6px;
}

#links_pontos a {
	display: block;
	padding: 30px 5px;
}

td#botao_muda_ant, td#botao_muda_prox {
	width: 5%;
	border-color: #BABABA;
}

#botao_muda_ant, #botao_muda_ant a, #botao_muda_prox, #botao_muda_prox a {
	background: #E8E8E8;
	color: #BABABA;
	font-weight: bold;
	font-size: 35px;
}

#botao_muda_ant a:hover, #botao_muda_prox a:hover {
	color: #808080;
}

td#botao_muda_1 {
	background: #7BC771;
	border-color: #629F5A;
}

td#botao_muda_2 {
	background: #6693B9;
	border-color: #527694;
}

td#botao_muda_3 {
	background: #CE71A6;
	border-color: #A55A85;
}

td#botao_muda_4 {
	background: #D4C75C;
	border-color: #AA9F4A;
}

td#botao_muda_5 {
	background: #65A5AC;
	border-color: #478A91;
}

#index_col1, #index_col2 {
	float: left;
	width: 400px;
}

#index_col2 {
	float: right;
}

fieldset {
	border: 1px solid #D0D0D0;
	padding: 10px;
}

fieldset legend {
	color: #768298;
	font-weight: bold;
	padding: 5px;
}

label {
	width: 120px;
	float: left;
	margin-bottom: 2px;
}

input {
	width: 200px;
}

input, textarea {
	display: block;
	background: #FFF url(img/bg_input.gif) repeat-x;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #D0D0D0;
	margin-bottom: 2px;
	padding: 4px 10px;
}

input.botao {
	width: auto;
	display: inline;
	float: none;
	border: 2px solid #D9D9D9;
	border-color: #DDD #BBB #BBB #DDD;
	background: #F9F9F9;
}

input.botao:focus {
	border-color: #BBB #DDD #DDD #BBB;
	background: #F0F0F0;
}

#index_col1 h2, #index_col2 h2 {
	text-transform: lowercase;
}

h2 {
	color: #000;
	font-weight: bold;
	font-size: 32px;
	word-spacing: -3px;
	margin-bottom: 15px;
}

h2 span {
	color: #069;
}

.aviso {
	background: #ECD6D6;
	border: 1px solid #C9ADAD;
	padding: 5px;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

ul {
	margin-left: 35px;
}

li {
	list-style: url(img/li.gif);
	margin-bottom:3px;
}

#rodape {
	color: #FFF;
	padding: 5px 10px 20px 10px;
}

#rodape a {
	color: #FFF;
}

h2#title-contato {
	background: url(img/contato-icon.gif) no-repeat;
	height: 47px;
	padding: 5px 0 0 55px;
}

h2#title-empresa {
	background: url(img/empresa-icon.gif) no-repeat;
	height: 47px;
	padding: 5px 0 0 60px;
}

h2#title-pontos {
	background: url(img/videos.png) no-repeat;
	height: 47px;
	padding: 5px 0 0 53px;
}

b {
	color: #000;
}