/* GERAL */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}

body { background: #595554 url(../img/bg_site.gif) repeat fixed center top; }

a { 
	text-decoration: none; 
	overflow: hidden; 
	color: #333;
	cursor: pointer;
}

a:hover { 	text-decoration: underline;  } 

p, label { 
	font-size: 12px; 
	color: #333;
	line-height: 1.8em;
	padding: 5px 0;
}

h3 {
	font-size: 20px;
	letter-spacing: -1px;
	padding: 15px 0 5px 0;
	font-weight: bold;
}

h3, 
h3 a	{ color: #9e9fa3; }
h3 a 	{ cursor: default; }
h3 a:hover {text-decoration: none; }

img 	{ border-width: 0; }
.borda 	{ border: 1px #999 solid; }	

ul li {
	font-size: 11px;
}

#site {
	width: 990px;
	margin: 0 auto;
	position: relative;
}

/* HEADER ======================================================================================== */

#header {
	width: 100%;
	height: 100px;
	z-index: 1;
}

#header #funcionalidades {
	float: right;
	clear: both;
	width: 575px;
	height: 40px;
	padding-top: 5px;
	text-align: right;
}

#header #funcionalidades ul li {
	display: inline;
	float: left;
	width: 50px;
	height: 40px;
}

#header #funcionalidades ul li a{
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-image: url(../img/spr_funcionalidade.gif);
	background-repeat: no-repeat;
	font-size: 1px!important;
	color: #ccc!important;
	text-indent: 9999px;
}
#header #funcionalidades ul li a:hover { text-decoration: none!important; }

#header #funcionalidades ul li.opt1 a { background-position: 0 0;}
#header #funcionalidades ul li.opt2 a { background-position: -57px 0;}
#header #funcionalidades ul li.opt3 a { background-position: -113px 0;}
#header #funcionalidades ul li.opt4 a { background-position: -170px 0;}

#header #funcionalidades ul li.opt5,
#header #funcionalidades ul li.opt5 a {
	width: 346px!important; 
}

#header #funcionalidades ul li.opt5 a { 
	background-image: url(../img/tit_telefone.gif)!important;
	background-position: -0 0;
	cursor: default;
}

#header .quina_e {
	float: left;
	clear: left;
	width: 44px;
	height: 103px;
	margin-top: 55px;
	background: url(../img/spr_quina.png) no-repeat 0 0;
}

#header .quina_m {
	float: left;
	width: 902px;
	height: 103px;
	margin-top: 10px;
	background-color: #fff;
} 

#header .quina_d {
	float: left;
	width: 44px;
	height: 103px;
	margin-top: 10px;
	background: url(../img/spr_quina.png) no-repeat -36px 0;
}


#header #logo {
	display: inline;
	float: left;
	width: 195px;
	height: 80px;
	padding-top: 10px;
}

#header #logo a {
	display: block;
	width: 240px;
	height: 75px;
	background: url(../img/img_logo.gif) no-repeat 35px 0;
	text-indent: -9999px;
}

/* MENU */

#header #menu{
	float: right;
	width: 615px;
	height: 60px;
	position: relative;
}

#header #menu ul li {
	float: left;
	width: 120px;
	height: 60px;
}

#header #menu ul li.opt1 { background: url(../img/btn_filosofiaset.gif) no-repeat 0 -15px;}
#header #menu ul li.opt2 { background: url(../img/btn_metodologia.gif) no-repeat 0 -15px;}
#header #menu ul li.opt3 { background: url(../img/btn_faleconosco.gif) no-repeat 0 -15px;}
#header #menu ul li.opt4 { background: url(../img/btn_mapadosite.gif) no-repeat 0 -15px;}
#header #menu ul li.opt5 { background: url(../img/btn_fotos.gif) no-repeat 0 -15px;}

#header #menu ul li.active { background-position: 0 -5px!important;}

#header #menu ul li a {
	display: block;
	width: 105px;
	height: 60px;
	text-indent: -9999px;
}


/* FOOTER */

#footer {
	float: left;
	width: 100%;
}

#footer .quina_e {
	float: left;
	clear: left;
	width: 44px;
	height: 100px;
	background: url(../img/spr_quina.png) no-repeat 0 bottom;
}


#footer .quina_m {
	float: left;
	width: 902px;
	height: 100px;
	background-color: #fff;
	margin-bottom: 10px;
} 


#depoimento {
	float: left;
	width: 245px;
	height: 73px;
	font-size: 10px;
	color: #333;
	padding: 15px 18px 0 15px;
	background: url(../img/img_aspas.gif) no-repeat 0 5px; 
}

#depoimento .frase {
	float: left;
}

#depoimento .autor {
	float: right;
	clear: left;
	padding-top: 5px;
	font-weight: bold;
	text-align: right;
}

/* MENU - IDIOMAS */

#footer #idiomas{
	float: right;
	width: 615px;
	height: 45px;
	margin-top: 45px;
	position: relative;
}

#footer #idiomas ul li {
	float: left;
	width: 120px;
	height: 55px;
}

#footer #idiomas ul li.opt1 { background: url(../img/btn_alemao.gif) no-repeat 0 10px;}
#footer #idiomas ul li.opt2 { background: url(../img/btn_espanhol.gif) no-repeat 0 10px;}
#footer #idiomas ul li.opt3 { background: url(../img/btn_ingles.gif) no-repeat 0 10px;}
#footer #idiomas ul li.opt4 { background: url(../img/btn_italiano.gif) no-repeat 0 10px;}
#footer #idiomas ul li.opt5 { background: url(../img/btn_frances.gif) no-repeat 0 10px;}

#footer #idiomas ul li.active { background-position: 0 0!important;}

#footer #idiomas ul li a {
	display: block;
	width: 105px;
	height: 55px;
	text-indent: -9999px;
}

#footer .quina_d {
	float: left;
	width: 44px;
	height: 100px;
	background: url(../img/spr_quina.png) no-repeat -36px bottom;
}

/* COPYRIGHT */

#footer #copyright {
	clear: both;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 10px;
	line-height: 1.4em;
	padding-bottom: 10px;
	color: #fff;
}

#footer #copyright span {
	font-weight: bold;
	letter-spacing: 1px;
}

/* FLASH */

#flash {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #fff;
	position: relative;
}

#flash embed {
	border: #999 solid 1px;
	background-color: #999;
}

/* COLUNAS ======================================================================================== */

#colunas { /* home & content */
	float: left;
	width: 100%;
	padding-top: 33px;
	background-color: #fff;
}

#colunas #col1 { /* home & content */
	float: left; 	
	display: inline;
}

.home #colunas #col1 {
	width: 267px; 
	margin-left: 44px;
	display: inline;
}

.interna #colunas #col1 {
	width: 289px;
	height: 385px;
}

/* COL 2 */

.home #colunas #col2 { /* excl home */
	float: left; 	
	width: 324px;
	height: 204px;
	margin: 0 20px;
	display: inline;
}

.home #colunas #col2 a img { /* excl home */
	border: #999 solid 1px;
}

.home #colunas #col3 {  /* excl home */
	float: left; 	
	width: 267px; 
	margin-right: 20px; 
	display: inline;
}

.home #colunas #col3 .teens {
	margin-bottom: 16px;
}

/* INTERNA ======================================================================================== */ 

.interna #colunas,
.especial #colunas { /* home & content */
	padding-top: 0;
}

.interna #colunas #col2 {  /* excl content */
	float: left; 	
	width: 600px; 
	padding: 0 30px 0 40px;
}

#col1 img {
	float: left;
	position: relative;
}

.interna #col1 img {
	padding: 50px 0 5px 0;
}

.interna #col1 ul#legenda li{
	float: right;
	margin: 2px 0;
	padding: 3px 5px;
}

.interna #col1 ul#legenda li span{
	font-weight: bold;
	text-transform: uppercase;
}

.interna #col2 h2,
.especial #col2 h2  {
	float: left;
	width: 100%;
	height: 47px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background: no-repeat 0 0;
	border-bottom: solid 1px;
}

.especial #colunas #col2 {
	float: left; 	
	width: 837px;
	margin: 0 30px 0 80px;
	display: inline;
}

.alemao #col1 ul#legenda li { width: 200px; background-color: #000; color: #fff; }
.alemao #col2 h2 			{ background-image: url(../img/tit_alemao.gif); border-bottom-color: #000; }

.espanhol #col1 ul#legenda li { width: 225px; background-color: #ffc20a; color: #000; }
.espanhol #col2 h2 			{ background-image: url(../img/tit_espanhol.gif); border-bottom-color: #ffc20a; }

.frances #col1 ul#legenda li { width: 180px; background-color: #0090d6; color: #fff; }
.frances #col2 h2 			{ background-image: url(../img/tit_frances.gif); border-bottom-color: #0090d6; }

.ingles #col1 ul#legenda li { width: 150px; background-color: #ee1c25; color: #fff; }
.ingles #col2 h2 			{ background-image: url(../img/tit_ingles.gif); border-bottom-color: #ee1c25; }

.italiano #col1 ul#legenda li { width: 210px; background-color: #8dc63f; color: #fff; }
.italiano #col2 h2 			{ background-image: url(../img/tit_italiano.gif); border-bottom-color: #8dc63f; }


/* BOX */

.interna #box {
	border-top: #9e9fa3 solid 1px;
	border-bottom: #9e9fa3 solid 4px;
	margin: 7px 0;
	padding: 0 15px 15px;
	width: 570px;
} 

.alemao #box {	background: #e8e8e8 url(../img/bg_livroal.gif) no-repeat 410px 3px; }
.espanhol #box { background: #e8e8e8 url(../img/bg_livroes.gif) no-repeat 420px 3px; }
.ingles #box {	background: #e8e8e8 url(../img/bg_livroin.gif) no-repeat 385px 4px; }
.italiano #box { background: #e8e8e8 url(../img/bg_livroit.gif) no-repeat 430px 5px; }
.frances #box {	background: #e8e8e8 url(../img/bg_livrofr.gif) no-repeat 410px 3px; }

.setkids #box { background: #e8e8e8 url(../img/bg_livrokids.gif) no-repeat 410px 6px; }
.setteen #box { background: #e8e8e8 url(../img/bg_livroteen.gif) no-repeat 470px 3px; }

.interna #box h3 {	padding-bottom: 12px; }

.interna #box ul li { 
	color: #333; 
	line-height: 1.8em;
	padding-left: 10px;
	background: url(../img/spr_bullet.gif) no-repeat;
}

.interna #box li span { font-weight: bold; }

.setkids #box ul li,
.setteen #box ul li { background-position: 1px 6px; }
.alemao #box ul li { background-position: 1px -14px; }
.espanhol #box ul li { background-position: 1px -34px; }
.ingles #box ul li { background-position: 1px -54px; }
.italiano #box ul li { background-position: 1px -74px; }
.frances #box ul li { background-position: 1px -94px; }

.comochegar #col2 h2 { 
	background-image: url(../img/tit_comochegar.gif); 
	border-bottom-color: #9e9fa3; 
	margin-bottom: 0!important;
}

.comochegar #col2 iframe {
	background-color: #e8e8e8;
	border-top: #9e9fa3 solid 1px;
	border-bottom: #9e9fa3 solid 8px;
}

.contato #col1 ul#legenda li { width: 150px; background-color: #9e9fa3; color: #fff; }
.contato #col2 h2 { 
	background-image: url(../img/tit_contato.gif); 
	border-bottom-color: #9e9fa3; 
	margin-bottom: 5px!important;
}

.contato #col2 span.obrigatorio {
	width: 100%;
	font-size: 9px;
	color: #C00;
}

.contato #col2 form {
	margin-top: 20px;
}

.contato #col2 label {
	float: left;
	clear: left;
	width: 105px;
}

.contato #col2 input, 
.contato #col2 textarea {	
	float: left;
	clear: right;
	color: #151515;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 5px;
	padding: 2px;
	width: 340px;
	background: url(../img/bg_campo.gif) no-repeat -4px -4px;
	border: #1c5180 solid 1px!important;
} 

.contato #col2 input#nrFone { width: 95px; }
.contato #col2 input#dtNasc { width: 70px; }

.contato #col2 textarea { width: 350px; }

.contato #col2 fieldset.idiomas {
	float: left;
	clear: both;
	width: 530px;
	font-size: 12px;
	color: #333;
	border-width: 0;
	margin: 15px 0;
	padding: 10px 0 0 0px;
	display: inline;
}
.contato #col2 fieldset.idiomas input {
	border-width: 0!important;
}

.contato #col2 fieldset.idiomas label {
	display: block;
	float: left;
	width: 60px!important;
	height: 15px!important;
	clear: right;
	background-image: url(../img/spr_idiomas.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.contato #col2 fieldset.idiomas label.opt1 { background-position: 0 4px;}
.contato #col2 fieldset.idiomas label.opt2 { background-position: 0 -40px;}
.contato #col2 fieldset.idiomas label.opt3 { background-position: 0 -85px;}
.contato #col2 fieldset.idiomas label.opt4 { background-position: 0 -129px;}
.contato #col2 fieldset.idiomas label.opt5 { background-position: 0 -174px;}

.contato #col2 fieldset.idiomas input {
	float: left;
	width: 20px!important;
	margin-left: 110px;
	display: inline;
	clear: left!important;
}

.contato #col2 input#btnSend {
	float: left;
	clear: left;
	width: 75px;
	height: 29px;
	margin: 10px 0 30px 105px;
	display: inline;
	background: url(../img/btn_ok.gif) no-repeat 0 0;
	border-width: 0!important;
	text-indent: -9999px;
	cursor: pointer;
} 

//-------------------------------------


.formKids #col2 p {
	width: 100%;
	font-size: 9px;
	color: #C00;
}

.formKids #col2 form {
	margin-top: 20px;
}

.formKids #col2 label {
	float: left;
	clear: left;
	width: 170px;
}

.formKids #col2 input, 
.formKids #col2 textarea {	
	float: left;
	clear: right;
	color: #151515;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 5px;
	padding: 2px;
	width: 340px;
	background: url(../img/bg_campo.gif) no-repeat -4px -4px;
	border: #1c5180 solid 1px!important;
} 

.formKids #col2 input#nrFoneCel,
.formKids #col2 input#nrFoneRes { width: 95px; }
.formKids #col2 input#dtNasc { width: 70px; }

.formKids #col2 textarea { width: 350px; }

.formKids #col2 fieldset.idiomas {
	float: left;
	clear: both;
	width: 530px;
	font-size: 12px;
	color: #333;
	border-width: 0;
	margin: 15px 0;
	padding: 10px 0 0 0px;
	display: inline;
}
.formKids #col2 input#btnSend {
	float: left;
	clear: left;
	width: 75px;
	height: 29px;
	margin: 10px 0 30px 170px;
	display: inline;
	background: url(../img/btn_ok.gif) no-repeat 0 0;
	border-width: 0!important;
	text-indent: -9999px;
	cursor: pointer;
} 

//--------------------------------------

.contato div.sucesso, 
.formKids div.sucesso,
.prematricula div.sucesso {
	color: #060;
	padding-top: 100px;
	line-height: 3em;
	text-align: center;
}

.formKids div.sucesso { padding-top: 10px!important; }

.contato div.sucesso a,
.formKids div.sucesso a,
.prematricula div.sucesso a {
	font-size: 11px;
	font-weight: bold;
}

.diferenciais #col1 ul#legenda li { width: 175px; background-color: #9e9fa3; color: #fff; }
.diferenciais #col2 h2 		{ background-image: url(../img/tit_diferenciais.gif); border-bottom-color: #9e9fa3; }

.faleconosco #col1 ul#legenda li { width: 195px; background-color: #9e9fa3; color: #fff; }
.faleconosco #col2 h2 		{ background-image: url(../img/tit_faleconosco.gif); border-bottom-color: #9e9fa3; }
.faleconosco #col2 span { font-weight: bold; }

.filosofia #col1 ul#legenda li { width: 160px; background-color: #9e9fa3; color: #fff; }
.filosofia #col2 h2 		{ background-image: url(../img/tit_filosofia.gif); border-bottom-color: #9e9fa3; }

.fotos #col2 h2 { 
	background-image: url(../img/tit_fotos.gif); 
	border-bottom-color: #9e9fa3; 
	margin-bottom: 0!important;
}

.fotos #col2 #bandeja {
	float: left;
	width: 837px;
	background-color: #e8e8e8;
	border-top: #9e9fa3 solid 1px;
	border-bottom: #9e9fa3 solid 8px;
}

.fotos #galeria {
	padding: 7px 14px;
	width: 100%;
}

.fotos #galeria ul { 
	list-style: none; 
	width: 810px;
	background: url(../img/bg_foto.gif) repeat 0 0;
}
.fotos #galeria ul li { display: inline; }

.fotos #galeria ul img {
	border-bottom: 7px solid #e8e8e8;
}

.fotos #galeria ul a:hover img {
	border-bottom: 7px solid #ee1c25;;
	color: #fff;
}

.fotos #galeria ul a:hover { color: #fff; }


.mapadosite #col1 ul#legenda li { width: 175px; background-color: #9e9fa3; color: #fff; }
.mapadosite #col2 h2 		{ background-image: url(../img/tit_mapadosite.gif); border-bottom-color: #9e9fa3; }


.mapadosite #col2 ul.mapa {
	float: left;
	padding: 0 0 40px 35px;
	display: inline;
	position: relative;
}

.mapadosite #col2 ul.mapa li {
	clear: both;
	width: 200px;
	padding: 4px 0 4px 8px;
	font-weight: bold;
	background: url(../img/spr_bullet.gif) no-repeat 0 6px;
	position: relative;
}

.mapadosite #col2 ul.mapa ul {
	padding: 2px 0 0 6px;
}
.mapadosite #col2 ul.mapa ul li {
	float: left;
	padding: 4px 0 3px 6px;
	font-weight: normal!important;
	background: url(../img/spr_bullet.gif) no-repeat -2px 6px;
	position: relative;
}

.metodologia #col1 ul#legenda li { width: 200px; background-color: #9e9fa3; color: #fff; }
.metodologia #col2 h2 		{ background-image: url(../img/tit_metodologia.gif); border-bottom-color: #9e9fa3; }
.metodologia #col2 #imagem { text-align: center; }


.prematricula form div {
	float: left;
	width: 100%;
}

.prematricula #col1 ul#legenda li { width: 175px; background-color: #9e9fa3; color: #fff; }
.prematricula #col2 h2 { 
	background-image: url(../img/tit_prematricula.gif); 
	border-bottom-color: #9e9fa3; 
	margin-bottom: 5px!important;
}

.prematricula #col2 span.obrigatorio {
	width: 100%;
	font-size: 9px;
	color: #C00;
}

.prematricula #col2 form {
	margin-top: 20px;
}

.prematricula #col2 label {
	float: left;
	clear: left;
	width: 105px;
line-height: 1.2em;
}

.prematricula #col2 input, 
.prematricula #col2 textarea {	
	float: left;
	clear: right;
	color: #151515;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 5px;
	padding: 2px;
	width: 340px;
	background: url(../img/bg_campo.gif) no-repeat -4px -4px;
	border: #1c5180 solid 1px!important;
} 

.prematricula #col2 input#nrFone, 
.prematricula #col2 input#nrFoneRes,
.prematricula #col2 input#nrFoneCel, 
.prematricula #col2 input#nrFoneCom { width: 95px; }

.prematricula #col2 input#nrRes,
.prematricula #col2 input#nrCom { width: 40px; }

.prematricula #col2 input#complRes,  
.prematricula #col2 input#complCom, 
.prematricula #col2 input#dtNasc { width: 70px; }

.prematricula #col2 input#nrCPF { width: 85px; }
.prematricula #col2 input#nrRG { width: 85px; }

.prematricula #col2 input.filhos { float: left; width: 25px; }

.prematricula #col2 textarea { width: 350px; }

.prematricula #col2 input#nmBairro,
.prematricula #col2 input#nmCidade, 
.prematricula #col2 input#nmBairroCom, 
.prematricula #col2 input#nmCidadeCom,
.prematricula #col2 input#nmProfissao,
.prematricula #col2 input#nmIdioma,
.prematricula #col2 input#nmIdiomaFilho { width: 180px; }

.prematricula #col2 fieldset.radiobtn, 
.prematricula #col2 fieldset.idiomas {
	float: left;
	clear: both;
	width: 530px;
	font-size: 12px;
	color: #333;
	border-width: 0;
	margin: 15px 0;
	padding: 10px 0 0 0px;
	display: inline;
}

.prematricula #col2 fieldset.idiomas label {
	display: block;
	float: left;
	width: 60px!important;
	height: 15px!important;
	clear: right;
	background-image: url(../img/spr_idiomas.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.prematricula #col2 fieldset.idiomas label.opt1 { background-position: 0 4px;}
.prematricula #col2 fieldset.idiomas label.opt2 { background-position: 0 -40px;}
.prematricula #col2 fieldset.idiomas label.opt3 { background-position: 0 -85px;}
.prematricula #col2 fieldset.idiomas label.opt4 { background-position: 0 -129px;}
.prematricula #col2 fieldset.idiomas label.opt5 { background-position: 0 -174px;}


.prematricula #col2 fieldset.radiobtn input, 
.prematricula #col2 fieldset.idiomas input {
	float: left;
	width: 20px!important;
	margin-left: 110px;
	display: inline;
	clear: left!important;
}

.prematricula #col2 fieldset.radiobtn input  {
	height: 15px;
	clear: left!important;
}

.prematricula #col2 fieldset.radiobtn legend { width: 500px; }

.prematricula #col2 fieldset.radiobtn label {
	display: block;
	float: left;
	width: 60px!important;
	height: 15px!important;
	clear: right!important;
}

.prematricula #col2 input#btnSend {
	float: left;
	clear: left;
	width: 75px;
	height: 29px;
	margin: 10px 0 30px 105px;
	display: inline;
	background: url(../img/btn_ok.gif) no-repeat 0 0;
	border-width: 0!important;
	text-indent: -9999px;
	cursor: pointer;
} 

.prematricula div.sucesso {
	color: #060;
	padding-top: 100px;
	line-height: 3em;
	text-align: center;
}

.prematricula div.sucesso a {
	font-size: 11px;
	font-weight: bold;
}

.quemsomos #col1 ul#legenda li { width: 195px; background-color: #9e9fa3; color: #fff; }
.quemsomos #col2 h2 		{ background-image: url(../img/tit_quemsomos.gif); border-bottom-color: #9e9fa3; }

.setkids #col1 ul#legenda li { width: 185px; background-color: #9e9fa3; color: #fff; }
.setkids #col2 h2 			{ background-image: url(../img/tit_setkids.gif); border-bottom-color: #9e9fa3; }

.setcustomizes #col1 ul#legenda li { width: 210px; background-color: #9e9fa3; color: #fff; }
.setcustomizes #col2 h2 	{ background-image: url(../img/tit_setcustomizes.gif); border-bottom-color: #9e9fa3; }

.setteen #col1 ul#legenda li { width: 220px; background-color: #9e9fa3; color: #fff; }
.setteen #col2 h2 			{ background-image: url(../img/tit_setteen.gif); border-bottom-color: #9e9fa3; }

.setkids #col2 #logotipo,
.setprime #col2 #logotipo, 
.setteen #col2 #logotipo { float: right; padding: 5px 10px 0 10px; }


.setcustomizes #col2 #logotipo {display: none; }

.interna #col2 .tamfonte {
	float: right;
	width: 600px;
	height: 25px;
}

.interna #col2 .tamfonte li {
	float: right;
	width: 23px;
	background: url(../img/spr_navegacao.gif) no-repeat;
	text-indent: -9999px;
}

.interna #col2 .tamfonte li#menor {	background-position: -123px 0; }
.interna #col2 .tamfonte li#maior {	background-position: -146px 0; }

.interna #col2 .tamfonte li a {
	display: block;
	width: 23px;
	height: 15px;
	text-indent: -9999px;
}


#col2 #rodape {
	position: relative;
}


.faleconosco #col2 ul.links { 
	width: 100%; 
	margin: 5px 0 15px 0;
}

#col2 ul.links {
	float: left;
	width: 400px;
	margin: 15px 0;
}

#col2 ul.links li {
	padding: 2px 0 3px 8px;
	background: url(../img/spr_bullet.gif) no-repeat 0 5px;
	letter-spacing: 1px;
}

#col2 ul.links li a {
	border-bottom: #a3a3a3 dashed 1px;
	padding-bottom: 2px;
}

#col2 #rodape ul.navegacao{
	float: left;
	width: 100%;
	padding-top: 10px;
}

#col2 #rodape ul.navegacao li{
	background: url(../img/spr_navegacao.gif) no-repeat; 
	height: 13px;
}

#col2 #rodape ul.navegacao li#voltar {
	float: left;
	width: 59px;
	background-position: 0 3px ; 
}

#col2 #rodape ul.navegacao li#topo {
	float: right;
	width: 50px;
	background-position: -60px 3px; 
}

#col2 #rodape ul.navegacao li a{
	display: block;
	width: 60px;
	height: 20px;
	text-indent: -9999px;
}