@charset "utf-8";
/*##########
INICIO GERAL
##########*/
* {
	font: 11px Arial;
	color: #3c3c37;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	text-align: center;
	background: url(../_IMG/bg_site.gif)  0px -6px repeat #cfe3e6;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
p {
	margin: 5px 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.over:hover {
	background-position: bottom;
}
img {
	vertical-align: bottom;
}
ul {
	list-style: none;
}
input {
	border: 1px solid #7f9db9;
	color: #7d7d7d;
}
textarea {
	border: 1px solid #7f9db9;
	color: #7d7d7d;
}
select {
	border: 1px solid #7d7d7d;
	color: #7d7d7d;
}
option {
	color: #7d7d7d;
}
.left {
	float: left;
}
.right{
	float: right;
}
.align_l {
	text-align: left;
}
.align_r{
	text-align: right;
}
.clear {
	clear: both;
}
.geral {
	margin: 0 auto;
	text-align: center;
	background: url(../_IMG/bg_geral.gif) 0px 53px repeat-x;
}
.main {
	width: 757px;
	margin: 0 auto;
	padding: 0 3px 0 13px;
	text-align: left;
	background: url(../_IMG/bg_main.gif) 0px 0px repeat-y;	
}
.cDarkRed, .cDarkRed a, .cDarkRed b, .cDarkRed p, .cDarkRed i, .cDarkRed u, .cDarkRed label, .cDarkRed pre, .cDarkRed span  {
	color: #4c150b;
}
.cDarkGrey, .cDarkGrey a, .cDarkGrey b, .cDarkGrey p, .cDarkGrey i, .cDarkGrey u, .cDarkGrey label, .cDarkGrey pre, .cDarkGrey span  {
	color: #3c3c37;
}
.cWhite, .cWhite a, .cWhite b, .cWhite p, .cWhite i, .cWhite u, .cWhite label, .cWhite pre, .cWhite span  {
	color: #FFF;
}
.hr {
	background: url(../_IMG/hr.gif) 0px 1px repeat-x;
	font-size: 1px;
	height: 3px;
	clear: both;
}
.hr2 {
	background: url(../_IMG/hr2.gif) 0px 1px repeat-x;
	font-size: 1px;
	height: 3px;
	clear: both;
}
/*#########
FIM GERAL
#########*/

/*###########
INICIO HEADER
###########*/
.header {
	background: url(../_IMG/bg_header.gif) 0px 0px no-repeat;
	height: 86px;
	position: relative;
}
.linkHome {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 114px;
	height: 81px;
	background: url(../_IMG/px.gif);
}
.menu {
	padding: 57px 0 0 118px;
}
.menu li {
	display: inline;
	float: left;
	background: url(../_IMG/pipe.gif) top right no-repeat;
	height: 23px;
}
.menu li a {
	display: block;
	color: #4c150b;
	height: 11px;
	padding: 6px;
	float: left;
}
.menu li a:hover {
	color: #FFF;
	text-decoration: none;
}
.btFechar {
	background: url(../_IMG/bt_fechar.gif) 0px 0px no-repeat;
	display: block;
	text-indent: -9999px;
	width: 65px;
	height: 18px;
}
/*########
FIM HEADER
########*/

/*############
INICIO CONTENT
############*/
.main_content {
	background: #aea59f;
	padding: 20px 0;
}
.content {
	background: #aea59f;
	padding: 10px 20px;
}
.pag_title {
	padding: 0 0 10px 20px;
}
.dstk_secao {
	height: 73px;
}
/*#########
FIM CONTENT
#########*/

/*###########
INICIO FOOTER
###########*/
.footer {
	clear: both;
	border-top: 2px solid #cfe3e6;
	background: #aab298;
	text-align: center;
}
.busca {
	border-bottom: 1px solid #b9c4a1;
	padding: 11px 0 8px 0;
	margin: 0 20px;
}
.footer_text {
	color: #FFF;
	padding: 10px;
}
/*########
FIM FOOTER
########*/

/*#############
INICIO LIGHTBOX
#############*/
.galeriaMain {
	position: absolute;
	left: 350px;
	width: 690px;
}
.galeriaContent {
	clear: both;
	height: 430px;
	border-left: 8px solid #d88f4c;
	background: #889272;
}
.galeriaHeader {
	padding: 20px 30px;
	border-bottom: 5px solid #b18585;
	background: #aea59f;
	text-align: left;
}
.galeriaHeader h2 {
	font-size: 11px;
	font-weight: bold;
	color: #4c150b;
	text-transform: uppercase;
}
.galeriaHeader p {
	height: 40px;
}
.galeria {
	margin-top: 10px;
}
.galeria .player {
	float: left;
	width: 386px;
	padding-left: 30px;
}
.img_player {
	border: 2px solid #aab298;
	margin: 0;
	padding: 0;
}
.galeria .player .legenda {
	background: url(../_IMG/bg_legenda.gif) bottom no-repeat #aab298;
	padding-top: 5px;
	height: 28px;
}
.galeria .player .controls a {
	margin: 0 10px;
}
.galeria .thumbs {
/*	height: 275px;
	width: 200px;
	overflow: hidden;
	float: left;*/
	margin-left: 20px;
}
.galeria .thumbs .thumb {
	border: 3px solid #aab298;
	margin: 0 0 10px 12px;
	float: left;
}
.galeria .thumbsScroll {
/*	height: 275px;
	width: 12px;
	float: left;*/
}
.galeria .thumbsScroll a {
/*	display: block;
	margin-top: 85px;*/
}
/*##########
FIM LIGHTBOX
##########*/

/*#########
INICIO HOME
#########*/
.mainHome {
	background: #cfe3e6;
}
.contentHome {
	width: 586px;
	float: left;
	background: #b18585;
}
.dstk_home {
	float: right;
	width: 149px;
	height: 477px;
	padding: 10px;
	background: #889272;
}
.dstk_home p {
	margin-bottom: 15px;
}
.dstk_home a {
	color: #d2d9c2;
}
.dstk_home p a img {
	border: 2px solid #a2ab8f;
	margin-bottom: 3px
}
.dstk_home a {
	color: #d2d9c2;
}
.dstkFlash {
	background: url(../_IMG/tampao_dstk_flash.jpg) top left no-repeat;
	width: 586px;
	height: 205px;
	padding-bottom: 7px;
}
.hmDstk {
	width: 190px;
	height: 285px;
	float: left;
	border-left: 1px dashed #c8a5a5;
	border-right: 1px dashed #c8a5a5;
	display: inline;
}
.hmDstk p {
	margin: 10px;
	color: #FFF;
}
.hmDstk h2 {
	background: #bc513d;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px;
}
/*######
FIM HOME
######*/

/*##############
INICIO MATRICULA
##############*/
.matricula {
	background: url(../_IMG/dstk_secao_02.jpg) 0px 0px no-repeat;
}
.tab_matricula_cursos {
	background: #F00;
}
.tab_matricula_cursos h2 {
	background: url(../_IMG/subtit_matricula_curso.gif) 0px 0px no-repeat #aab298;
	height: 46px;
	text-align: right
}
.tab_matricula_cursos em {
	color: #4c150b;
	margin: 29px 125px 0 70px;
	display: inline-block;
}
.tab_matricula_cursos ul {
	float: left;
	text-align: center;
	padding: 10px 18px;
}
.tab_matricula_cursos li {
	width: 210px;
	padding: 5px 0;
	background: url(../_IMG/hr2.gif) repeat-x bottom;
}
.tab_matricula_cursos li b {
	font: 11px Arial;
	color: #FFF;
	font-weight: bold;
	padding-left: 8px;
	background: url(../_IMG/bullet.gif) 2px 6px no-repeat;
}
.subtitFacaMatricula {
	background: url(../_IMG/subtit_faca_matricula.gif) 6px 0px no-repeat;
	height: 48px;
	margin: 20px 20px 0 20px;
}
.formMatricula {
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 1px solid #beb6b0;
	border-top: 1px solid #beb6b0;
}
.formColumn {
	width: 350px;
	float: left;
	margin-right: 5px;
	display: block;
}
.formMatricula label {
	width: 115px;
	display: inline-block;
	text-align: right;
	margin-top: 10px;
}
/*###########
FIM MATRICULA
###########*/

/*##########
INICIO FOTOS
##########*/
.fotos {
	background: url(../_IMG/dstk_secao_03.jpg) 0px 0px no-repeat;
}
.list_fotos.alunos {
	background: url(../_IMG/subtit_fotos_alunos.gif) 0px 0px no-repeat;
	display: inline-block;
}
.list_fotos.professor {
	background: url(../_IMG/subtit_fotos_professores.gif) 0px 0px no-repeat;
	display: inline-block;
}
.list_fotos.exposicao {
	background: url(../_IMG/subtit_fotos_exposicao.gif) 0px 0px no-repeat;
	display: inline-block;
}
.list_fotos.concurso {
	background: url(../_IMG/subtit_fotos_concurso.gif) 0px 0px no-repeat;
	display: inline-block;
}
.list_fotos ul {
	float: left;
	padding: 40px 18px 30px 18px;
}
.list_fotos li {
	width: 215px;
	padding: 5px 0;
	background: url(../_IMG/hr2.gif) repeat-x bottom;
}
.list_fotos li a {
	font: 11px Arial;
	color: #FFF;
	font-weight: bold;
	padding-left: 8px;
	background: url(../_IMG/bullet.gif) 2px 6px no-repeat;
}
/*#######
FIM FOTOS
#######*/

/*###############
INICIO PROFESSRES
###############*/
.professores {
	background: url(../_IMG/dstk_secao_03.jpg) 0px 0px no-repeat;
}
.boxProfessores {
	border-top: 1px solid #beb6b0;
	padding: 30px 20px;
}
.boxProfessores h2 {
	color: #4c150b;
	font-weight: bold;
	text-transform: uppercase;
}
.boxProfessores p {
	margin: 10px 0;
}
.maskProfessores {
	margin: 0 15px 0 0;
	float: left;
}
/*############
FIM PROFESORES
############*/

/*##############
INICIO ESPECIAIS
##############*/
.especiais {
	background: url(../_IMG/dstk_secao_03.jpg) 0px 0px no-repeat;
}
.sub_menu {
	padding: 5px 20px;
	background: #b18585;
}
.sub_menu a {
	padding-left: 10px;
	margin-right: 10px;
	background: url(../_IMG/bullet2.gif) 0px 4px no-repeat;
	font-weight: bold;
	color: #FFF;
}
.sub_menu a:hover {
	color: #3c3c37;
}
.list_especiais ul {
	float: left;
	padding: 40px 18px 30px 18px;
}
.list_especiais li {
	width: 215px;
	padding: 5px 0;
	background: url(../_IMG/hr2.gif) repeat-x bottom;
}
.list_especiais li a {
	font: 11px Arial;
	color: #FFF;
	font-weight: bold;
	padding-left: 8px;
	background: url(../_IMG/bullet.gif) 2px 6px no-repeat;
}
.especialFiltro {
	padding: 20px;
	border-top: 1px solid #beb6b0;
}
.especialFiltro label {
	font-weight: bold;
	margin-right: 5px;
}
.subTitle {
	padding: 5px 20px;
	background: #b18585;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
.listColumn  {
	padding-top: 10px;
}
.listColumn p {
	margin-left: 20px;
	margin-right: 20px;
}
.listColumn ul {
	float: left;
	padding: 10px 18px 30px 18px;
}
.listColumn li {
	width: 215px;
	padding: 5px 0;
	background: url(../_IMG/hr2.gif) repeat-x bottom;
}
.listColumn li a {
	font: 11px Arial;
	color: #FFF;
	font-weight: bold;
	padding-left: 8px;
	background: url(../_IMG/bullet.gif) 2px 6px no-repeat;
}
.contentConcurso {
	border-top: 1px solid #beb6b0;
	margin: 10px 20px;
	padding: 10px 0;
}
.boxConcurso {
	width: 320px;
	float: left;
	margin-right: 30px;
}
.boxConcurso h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #4c150b;
}
.boxConcurso p {
	color: #FFF;
	margin-top: 10px;
}
/*###########
FIM ESPECIAIS
###########*/

/*#############
INICIO CADASTRO
#############*/
.cadastro {
	background: url(../_IMG/dstk_secao_01.jpg) 0px 0px no-repeat;
}
.formCadastro {
	margin: 0 20px;
	border-top: 1px solid #beb6b0;
	padding: 20px 0;
}
.formCadastro input ,.formCadastro select ,.formCadastro textarea {
	margin: 0 0 10px 0;
}
.formCadastro li {
	display:compact;
	float: left;
	margin: 0;
	padding:0;
	width: auto;
	border: 1px solid #F00;
}
.formCadastro label {
	width: 55px;
	text-align: right;
	display: inline-block;
	float: left;
	margin-left: 200px;
	padding-right: 5px;
}
/*##########
FIM CADASTRO
##########*/

/*##############
INICIO JOALHERIA
##############*/
.joalheria {
	background: url(../_IMG/dstk_secao_03.jpg) 0px 0px no-repeat;
}
.tab_joalheria {
	background: #F00;
	margin-top: 60px;
}
.tab_joalheria h2 {
	background: url(../_IMG/subtit_joalheria.gif) 0px 0px no-repeat #aab298;
	height: 46px;
	text-align: right;
}
.tab_joalheria em {
	color: #4c150b;
	margin: 29px 200px 0 70px;
	display: inline-block;
}
.tab_joalheria ul {
	float: left;
	text-align: center;
	padding: 10px 0 0 80px;
}
.tab_joalheria li {
	width: 270px;
	padding: 5px 0;
	background: url(../_IMG/hr2.gif) repeat-x bottom;
}
.tab_joalheria li b {
	font: 11px Arial;
	color: #FFF;
	font-weight: bold;
	padding-left: 8px;
	background: url(../_IMG/bullet.gif) 2px 6px no-repeat;
}
/*###########
FIM JOALHERIA
###########*/

/*###############
INICIO PROFESSRES
###############*/
.cursos_extras {
	background: url(../_IMG/dstk_secao_03.jpg) 0px 0px no-repeat;
}
.boxCursos {
	border-top: 1px solid #beb6b0;
	padding: 20px 0 15px 0;
	margin: 0 20px;
}
.boxCurso {
	width: 325px;
	float: left;
	margin-right: 33px;
}
.boxCurso a {
	color: #FFF;
}
.boxCurso b {
	font-weight: bold;
}
.boxCurso p {
	margin: 5px 0;
	color: #FFF;
}
.boxCurso h2 {
	color: #4c150b;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
/*############
FIM PROFESORES
############*/

/*##########
INICIO LINKS
##########*/
.links {
	background: url(../_IMG/dstk_secao_03.jpg) 0px 0px no-repeat;
}
.sub_menu a:hover {
	color: #3c3c37;
}
.list_links  {
	padding-top: 0px;
}
.list_links .subTitle  {
	padding-left: 0px;
	padding-right: 0px;
}
.list_links .subTitle b  {
	color: #FFF;
	margin: 0 18px;
	width: 150px;
	display: inline-block;
	vertical-align: top;
}
.list_links p {
	margin-left: 20px;
	margin-right: 20px;
}
.list_links ul {
	float: left;
	padding: 0px 18px 10px 18px;
}
.list_links li {
	width: 150px;
	padding: 5px 0;
}
.list_links li a {
	font: 11px Arial;
	font-weight: bold;
}
/*#######
FIM LINKS
#######*/

/*#######################
INICIO ESPECIAIS CONCUSOS
########################*/
.listConcurso  {
	padding-top: 0px;
}
.listConcurso .subTitle  {
	padding-left: 0px;
	padding-right: 0px;
}
.listConcurso .subTitle b  {
	color: #FFF;
	margin: 0 18px;
	width: 320px;
	display: inline-block;
}
.listConcurso p {
	margin-left: 20px;
	margin-right: 20px;
}
.listConcurso ul {
	float: left;
	padding: 10px 18px 30px 18px;
	margin-right: 100px;
}
.listConcurso li {
	width: 215px;
	padding: 5px 0;
	background: url(../_IMG/hr2.gif) repeat-x bottom;
}
.listConcurso li a {
	font: 11px Arial;
	color: #FFF;
	font-weight: bold;
	padding-left: 8px;
	background: url(../_IMG/bullet.gif) 2px 6px no-repeat;
}
.ul_CursoJoalheria {
	margin: 42px 0 0 0;
	float: left;
}
.ul_CursoJoalheria li {
	padding: 5px 0 0 10px;
	background: url(../_IMG/bullet.gif) 2px 10px no-repeat;	
}
.ul_CursoJoalheria li h2 {
	color: #4c150b;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

	
	
/*####################
FIM ESPECIAIS CONCUSOS
#####################*/

/*##############
INICIO A ESCOLA
##############*/
.a_escola {
	background: url(../_IMG/dstk_secao_03.jpg) 0px 0px no-repeat;
}

.boxPerguntas {
	border-top: 1px solid #beb6b0;
	padding: 20px 0 15px 0;
	margin: 20px 0 0 0;
}
/*##########
COMO CHEGAR
###########*/
.boxMaps {
	width : 425px ;
	height : 375px ;
	padding : 15px 0px 0px 150px ;
	
}



	
