@charset "utf-8";

/* Modo de Transparencia definido por Class*/
.transparent { _behavior: url("iepngfix.htc") }

a:link {
	color: #900;W
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #6C6C00;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}

body {
	margin: 0px;
}
.geral{
	position: absolute;
	left: 36%;
	width: 966px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -370px;
	z-index: 100;
}
.geral .topoBg {
	float: left;
	height: 158px;
	width: 966px;
	background-image: url(img/topo_bg.png);
}
.geral .fundoBg {
	width: 966px;
	float: left;
	background: url(img/base_bg.png);
	background-repeat: repeat-y;
}
.geral .rodapeBg {
	float: left;
	height: 82px;
	width: 966px;
	background: url(img/rodape_bg.png);
}
.geral .transparent.fundoBg .menuBase {
	height: 371px;
	width: 167px;
	float: left;
	margin-left: 2px;
	_margin-left: 1px;
}
.baseRodapeBg {
	float: left;
	height: 82px;
	width: 966px;
	background-image:url(img/rodapeBase_bg.png);

}
.geral .transparent.fundoBg .topoFlashRadio {
	float: left;
	height: 230px;
	width: 755px;
	margin-left: 12px;
}
.logoDiv .iconeLogo {
	float: left;
	height: 256px;
	width: 305px;
	background-image: url(img/logo_icone.png);
}

.logoDiv {
	position: absolute;
	left: 38%;
	width: 500px;
	height:256px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	z-index: 100;
	}
	
/* ---------------------------- Area do Rodape  ------------------------ */	
.geral .transparent.fundoBg .mioloRodape {
	float: left;
	height: 17px;
	width: 517px;
	background-image: url(img/miolo_bg3.jpg);
	margin-left: 5px;
	background-repeat: no-repeat;
}
.geral .creditos {
	float: left;
	height: 50px;
	width: 966px;
}
.geral .creditos .creditosMarka {
	float: right;
	height: 50px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: 25px 5px;
}
.geral .creditos .creditosTexto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 500px;
	float: right;
	margin-top: 3px;
	color: #D6D700;
}

/* ----------------------------  Area da Esquerda   ------------------------ */	


.geral .transparent.fundoBg .esquerda {
	float: left;
	width: 157px;
	margin-left: 10px;
}


/* Area de Estilização do ( Checkbox ) */

.jquery-checkbox       {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 20px; height: 20px;}
.jquery-checkbox img{background: transparent url(img/checkbox.png) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px -20px;
}
.jquery-checkbox-checked img{
	background-position: 0px -40px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -60px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -80px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -100px;
}

/* Base da Area Esqueda */

.geralBaseEsquerda {
	width: 157px;
	float: left;
}

.geralBaseEsquerda .baseEsquerda {
	float: left;
	height: 17px;
	width: 157px;
	background-image: url(img/esquerda_bg1.png);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #F9D15B;
}
.geralBaseEsquerda .baseEsquerdaCentro {
	background-image: url(img/esquerda_bg2.png);
	float: left;
	width: 157px;
}
.geralBaseEsquerda .baseEsquerdaRodape {
	float: left;
	height: 17px;
	width: 157px;
	background-image: url(img/esquerda_bg3.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #F9D15B;
}
.geralBaseEsquerda .baseEsquerdaCentro .tituloBaseEsquerda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #990000;
	padding-left: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.geralBaseEsquerda .baseEsquerdaCentro .subTituloEsquerda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 5px;
}

/* Base Area de Pulblicidade Pagina Inicial */
.geralBaseEsquerda .baseEsquerdaCentro .publicidade {
	height: 72px;
	width: 133px;
	margin: auto;
	background-image: url(img/orkut.jpg);
	background-repeat: no-repeat;
}

/* Base Area de Login Pagina Inicial */
.geralBaseEsquerda .baseEsquerdaCentro .areaImput {
	float: left;
	width: 147px;
	height: 23px;
	margin-left: 10px;
	_margin-left: 5px;
	background-image: url(img/imputArea.png);
	background-repeat: no-repeat;
}
.geralBaseEsquerda .baseEsquerdaCentro .botaoEntrar {
	float: right;
	height: 31px;
	width: 81px;
	background-image: url(img/botaoImput.png);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 16px;
	_margin-right: 6px;
}
.geralBaseEsquerda .baseEsquerdaCentro .geralCheckbox {
	width: 147px;
	margin-left: 5px;
	_margin-left: 4px;
	float: left;
}
.geralBaseEsquerda .baseEsquerdaCentro .geralCheckbox .quadroRadio {
	float: left;
	height: 18px;
	width: 18px;
}
.geralBaseEsquerda .baseEsquerdaCentro .geralCheckbox .quadroTexto {
	float: left;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc3300;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
}
.geralBaseEsquerda .baseEsquerdaCentro .botaoEnquete {
	float: left;
	width: 150px;
}
.geralBaseEsquerda .baseEsquerdaCentro .botaoEnquete .botaoVotar {
	float: right;
	height: 31px;
	width: 61px;
	background-image: url(img/botaoVotar.jpg);
	background-repeat: no-repeat;
}
.geralBaseEsquerda .baseEsquerdaCentro .botaoEnquete .botaoResultado {
	float: right;
	height: 31px;
	width: 81px;
	background-image: url(img/botaoResultado.jpg);
	background-repeat: no-repeat;
}
.geralBaseEsquerda .baseEsquerdaCentro .botaoEntrar #botaoWebMAil {
	height: 31px;
	width: 81px;
	background:none;
	border:none;
	cursor:pointer;
}
.geralBaseEsquerda .baseEsquerdaCentro .botaoEnquete .botaoResultado #botaoResultado {
	height: 31px;
	width: 81px;
	background:none;
	border:none;
	cursor:pointer;	
}
.geralBaseEsquerda .baseEsquerdaCentro .botaoEnquete .botaoVotar #botaoVotar {
	height: 31px;
	width: 61px;
	background:none;
	border:none;
	cursor:pointer;	
}


/* ------------------------------------------ Area Pagina Inicial ------------------------------------------------------  */
.centro {
	float: left;
	width: 360px;
}
.direita {
	float: left;
	width: 235px;
	_margin-left:-10px
}

/* Area Pagina Interna */
.interna {
	width: 600px;
	float: left;
}
.centro .topoCentro {
	float: left;
	height: 17px;
	width: 360px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.centro .centroCentro {
	float: left;
	width: 360px;
	background-repeat: repeat-y;
	height: 470px;
}
.centro .centroRodape {
	float: left;
	height: 17px;
	width: 360px;
	background-repeat: no-repeat;
}
/* --------------- Area de TV Veroska -----------------------------------------------------------------------  */

.direita .tvVeroska {
	width: 235px;
	float: left;
	height: 183px;
	margin-bottom: 10px;
}
.centro .centroCentro .tituloCentro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6f0000;
	width: 340px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-left: 5px;
	height: 25px;
	float: left;
	background-image: url(img/baseTitulo.gif);
	background-repeat: repeat-x;
}
.centro .centroCentro .geralEventos {
	float: left;
	width: 340px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-left: 5px;
	margin-top: 10px;
}
.redFraco {
	color: #df2828;
}
.centro .centroCentro .geralEventos .iconeEventos {
	float: left;
	height: 57px;
	width: 59px;
	margin-top: 10px;
	background-image: url(img/agendaIcon.png);
	margin-bottom: 30px;
}
.centro .centroCentro .geralEventos .iconeEventos .iconeData {
	width: 59px;
	text-align: center;
	color: #F6DEA2;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}
.centro .centroCentro .geralEventos .iconeEventos .iconeTexto {
	float: left;
	width: 59px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #F6DEA2;
	text-align: center;
}
.centro .centroCentro .geralEventos .tituloEventos {
	float: left;
	width: 270px;
	color: #6F0000;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.centro .centroCentro .geralEventos .comentEventos {
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.centro .centroCentro .geralEventos .atracaoEventos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	width: 270px;
	color: #81330D;
	margin-left: 10px;
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
}
.centro .centroCentro .todosEventos {
	float: right;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
	color: #8D390B;
	text-transform: uppercase;
	height: 25px;
	margin-right: 10px;
	_margin-right: 5px;
	background-image: url(img/botaoVejaEventos.png);
	background-repeat: no-repeat;
}
/* ------------------ Paginas Internas --------------------------------------------------------------- */


.interna .internaTopo {
	float: left;
	width: 595px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-repeat: repeat;
}
.interna .internaCentro {
	float: left;
	width: 585px;
	background-repeat: repeat-y;
	height: 470px;
	padding-left: 10px;
}
.interna .internaRodape {
	float: left;
	height: 17px;
	width: 595px;
	background-repeat: repeat-y;
}
.interna .internaCentro .internaTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6f0000;
	height: 25px;
	width: 575px;
	background-repeat: repeat-x;
}
.interna .internaCentro .InternaTexto {
	width: 575px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-left: 5px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.interna .internaCentro .InternaTextoScroll {
	width: 569px;
	_margin-left: 5px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 420px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	page-break-before: auto;
	page-break-after: always;
}
.bold {
	font-weight: bold;
}
.interna .internaCentro .internaSubTitulo {
	margin-bottom: 10px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.interna .internaCentro .internaSubCon {
}
.interna .internaCentro .internaSubCon {
	float: left;
	width: 575px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
.interna .internaCentro .geralFormInterna {
	float: left;
	width: 510px;
	margin-top: 25px;
}
.interna .internaCentro .geralFormInterna .textoCont {
	float: left;
	width: 120px;
	height: 20px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	text-align: right;
	margin-top: 7px;
	padding-right: 3px;
}
.interna .internaCentro .geralFormInterna .areaTexto {
	float: left;
	width: 365px;
	height: 27px;
	margin-bottom: 5px;
	background-image: url(img/barraImput.png);
	background-repeat: no-repeat;
}
.interna .internaCentro .geralFormInterna .areaTextoBotao {
	float: left;
	width: 365px;
	height: 27px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}


.interna .internaCentro .geralFormInterna .areaTextoTel {
	float: left;
	width: 365px;
	height: 27px;
	margin-bottom: 5px;
	background-image: url(img/barraImputTel.png);
	background-repeat: no-repeat;
}

.interna .internaCentro .geralFormInterna .areaTextoMens {
	float: left;
	width: 365px;
	height: 152px;
	margin-bottom: 5px;
	background-image: url(img/barraImputMens.png);
	background-repeat: no-repeat;
}
.interna .internaCentro .geralFormInterna .geralArea {
	width: 510px;
	float: left;
	margin-bottom: 2px;
}
.interna .internaCentro .geralFormInterna .geralArea .areaTextoBotao .areaBotaoContato {
	float: right;
	height: 27px;
	width: 161px;
	background-image: url(img/botaoImputContato.png);
	background-repeat: no-repeat;
}
.interna .internaCentro .geralFormInterna form .geralArea .areaTexto #campo1 {
	width: 350px;
	height: 18px;
	float: left;
	background:none;
	border:none;
	margin-left:10px;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.interna .internaCentro .geralFormInterna form .geralArea .areaTextoTel .tel1 {
	float: left;
	height: 27px;
	width: 65px;
}
.interna .internaCentro .geralFormInterna form .geralArea .areaTextoTel .tel2 {
	float: left;
	height: 27px;
	width: 300px;
}
.interna .internaCentro .geralFormInterna form .geralArea .areaTexto .tel1 #campo2 {
	width: 50px;
	height: 18px;
	float: left;
	background:none;
	border:none;
	margin-left:10px;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}.interna .internaCentro .geralFormInterna form .geralArea .areaTextoTel .tel1 #campo2 {
	float: left;
	width: 40px;
	height: 18px;
	float: left;
	background:none;
	border:none;
	margin-left:10px;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.interna .internaCentro .geralFormInterna form .geralArea .areaTextoTel .tel2 #campo3 {
	float: left;
	width: 280px;
	height: 18px;
	float: left;
	background:none;
	border:none;
	margin-left:10px;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;	
}
.interna .internaCentro .geralFormInterna form .geralArea .areaTextoMens #campo4 {
	width: 345px;
	height: 130px;
	float: left;
	background:none;
	border:none;
	margin-left:10px;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	overflow: auto;
}
.interna .internaCentro .geralFormInterna form .geralArea .areaTextoBotao .areaBotaoContato .areaContatoBotao {
	height: 27px;
	width: 80px;
	float: left;
}
.interna .internaCentro .geralFormInterna form .geralArea .areaTextoBotao .areaBotaoContato .areaContatoBotao #botao1 {
	height: 27px;
	width: 80px;
	float: left;
	background:none;
	border:none;
	cursor:pointer;
}
.direita .cadastro {
	float: left;
	height: 90px;
	width: 235px;
	background-repeat: no-repeat;
	background-position: 2px;
}
.direita .utilidadeVeroska {
	float: left;
	width: 235px;
	height: 25px;
	background-image: url(img/baseTitulo.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.red {
	color: #DF2828;
}
.direita .utilidadeVeroska .espaco {
	padding-left: 5px;
}
.interna .internaCentro .areaGaleria {
	float: left;
	height: 435px;
	width: 575px;
}
.centro .centroCentro .geralFotos {
	float: left;
	width: 300px;
}
.centro .centroCentro .geralFotos .fotoAmostra {
	width: 125px;
	float: left;

	margin-left: 8px;
	_margin-left: 4px;
}
.centro .centroCentro .geralFoto {
	width: 340px;
	margin-right: 10px;
	_margin-right: 8px;
	margin-left: 10px;
	_margin-left: 8px;
	float: left;
	margin-top: 13px;
}
.centro .centroCentro .geralFoto .fotoAmostra {
	width: 125px;
	float: left;
	border: 3px solid #900;
	padding: 2px;
}
.centro .centroCentro .geralFoto .textoAno {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #F30;
	font-size: 14px;
	float: left;
	padding-left: 10px;
	font-weight: bold;
	width: 190px;
	padding-bottom: 0px;
}
.centro .centroCentro .geralFoto .tituloTexto {
	float: left;
	width: 190px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-weight: bold;
	padding-left: 10px;
}
.centro .centroCentro .geralFoto .conteudoTexto {
	width: 190px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	float: left;
}
.centro .centroCentro .geralFoto .realizacaoTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 190px;
	padding-left: 10px;
	color: #900;
}
.centro .centroCentro .geralFoto .botao {
	float: left;
	height: 25px;
	width: 78px;
	margin-left: 10px;
	_margin-left: 5px;
	background-image: url(img/botaoVejaMais.png);
	margin-top: 8px;
}
.direita .geralUltilidades {
	width: 235px;
	float: left;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c59e35;
	background-color: #f8d064;
	height: 30px;
	z-index: 100;
}
.direita .geralUltilidades .setaQuadro {
	float: left;
	height: 25px;
	width: 24px;
	background-image: url(img/setaQuadro.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	_margin-left: 2px;
	margin-top: 2px;
}
.direita .geralUltilidades .tituloUltilitario {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	padding-left: 5px;
	color: #9E381F;
}
.direita .geralUltilidades .subTituloUltlitario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 200px;
	padding-left: 5px;
	color: #7a5e13;
	margin-top:-2px;
	margin-bottom: 4px;
}
.interna .internaCentro #pane1 #pane2 .areaTextoMiolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.interna .internaCentro #pane1 .tabelaEspaco {
	float: left;
	width: 120px;
	padding: 5px;
	height: 90px;
	margin-left: 5px;
	text-align: center;
}
.interna .internaCentro #pane1 .tabelaEspaco .pequeno {
	font-size: 11px;
}

/* -------------- Estilza SCROLL ---------------------------------------------------------------------------------*/



BODY {
	FONT-SIZE: 80%; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.jScrollArrowUp {
	BACKGROUND: url(../images/basic_arrow_up.gif) repeat-x 0px 0px
}
A.jScrollArrowUp:hover {
	BACKGROUND-POSITION: 0px -15px
}
A.jScrollArrowDown {
	BACKGROUND: url(../images/basic_arrow_down.gif) repeat-x 0px 0px
}
A.jScrollArrowDown:hover {
	BACKGROUND-POSITION: 0px -15px
}
A.jScrollActiveArrowButton {
	BACKGROUND-POSITION: 0px -30px
}
A.jScrollActiveArrowButton:hover {
	BACKGROUND-POSITION: 0px -30px
}
.orange-bar .jScrollPaneTrack {
	BACKGROUND: #f60
}
.orange-bar .jScrollPaneDrag {
	BACKGROUND: url(../images/drag_grab.gif) #00f no-repeat 50% 50%
}
.orange-bar .scroll-pane {
	BACKGROUND: #69f
}
.holder {
	FLOAT: left; MARGIN: 10px
}
.scroll-pane {
	FLOAT: left;
	OVERFLOW: auto;
	WIDTH: 580px;
	HEIGHT: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.wide {
	WIDTH: 400px
}
.super-wide {
	WIDTH: 700px
}
.tall {
	HEIGHT: 400px
}
#pane1 {
	
}
#pane2 {
	HEIGHT: 150px
}
#pane3 {
	HEIGHT: 190px
}
#pane4 {
	HEIGHT: 190px
}

.jScrollPaneContainer {
	Z-INDEX: 1; OVERFLOW: hidden; POSITION: relative
}
.jScrollPaneTrack {
	RIGHT: 0px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 100%;
	background-color: #FF6464;
}
.jScrollPaneDrag {
	OVERFLOW: hidden;
	CURSOR: pointer;
	POSITION: absolute;
	background-color: #C40000;
}
.jScrollPaneDragTop {
	LEFT: 0px; OVERFLOW: hidden; POSITION: absolute; TOP: 0px
}
.jScrollPaneDragBottom {
	LEFT: 0px; OVERFLOW: hidden; BOTTOM: 0px; POSITION: absolute
}
A.jScrollArrowUp {
	DISPLAY: block; Z-INDEX: 1; RIGHT: 0px; OVERFLOW: hidden; TEXT-INDENT: -2000px; POSITION: absolute; TOP: 0px; HEIGHT: 9px
}
A.jScrollArrowUp:hover {
	
}
A.jScrollArrowDown {
	DISPLAY: block; Z-INDEX: 1; RIGHT: 0px; OVERFLOW: hidden; BOTTOM: 0px; TEXT-INDENT: -2000px; POSITION: absolute; HEIGHT: 9px
}
A.jScrollArrowDown:hover {
	
}
A.jScrollActiveArrowButton {
	
}
A.jScrollActiveArrowButton:hover {
	
}
/* ---------------------------- Final - Estilza SCROLL ----------------------------------------------------*/
.geral .transparent.fundoBg .tituloParceiros {
	float: left;
	height: 80px;
	width: 766px;
	margin-left: 180px;
	_margin-left: 90px;
}

/*  ---------------------- AREA Eventos da Cidade -----------------------------------------------------------  */

.interna .internaCentro .InternaTexto .geralEventosInterna {
	float: left;
	height: 100px;
	width: 550px;
}
.interna .internaCentro .InternaTexto .geralEventosInterna .quadroEventos {
	float: left;
	height: 57px;
	width: 59px;
	background-image: url(img/agendaIcon.png);
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
.interna .internaCentro .InternaTexto .geralEventosInterna .tituloFesta {
	font-size: 15px;
	float: left;
	width: 480px;
	padding-left: 5px;
	color: #88360E;
	text-transform: uppercase;
	font-weight: bold;
}
.interna .internaCentro .InternaTexto .geralEventosInterna .subTituloFesta {
	float: left;
	width: 480px;
	padding-left: 5px;
	padding-top: 3px;
}
.interna .internaCentro .InternaTexto .geralEventosInterna .atracaoTitulo {
	float: left;
	width: 480px;
	padding-left: 5px;
	font-size: 12px;
	color: #93380B;
	padding-top: 3px;
}
.bold {
	font-weight: bold;
	font-size: 12px;
}
.interna .internaCentro .InternaTexto .geralEventosInterna .horaTitulo {
	width: 480px;
	padding-left: 5px;
	float: left;
	padding-top: 5px;
	font-weight: bold;
	color: #000;
}
.interna .internaCentro .InternaTexto .geralEventosInterna .localidadeTitulo {
	width: 480px;
	padding-left: 5px;
	float: left;
	padding-top: 3px;
	color: #9A3906;
}
.interna .internaCentro .InternaTexto .geralEventosInterna .quadroEventos .dataTitulo {
	font-size: 24px;
	color: #F5DFA3;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}
.interna .internaCentro .InternaTexto .geralEventosInterna .quadroEventos .mesTitulo {
	color: #F5DFA3;
	text-align: center;
}
.geralBaseEsquerda .baseEsquerdaCentro .enqueteResultado {
	float: left;
	padding-left: 10px;
	width: 140px;
	color: #C50000;
	font-weight: bold;
}
.geralBaseEsquerda .baseEsquerdaCentro .enqueteResultado2 {
	float: left;
	padding-left: 10px;
	width: 140px;
	color: #C50000;
}
.geralBaseEsquerda .baseEsquerdaCentro .respostaEnquete {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	color: #000;
	padding-top: 2px;
	font-weight: bold;
	width: 100px;
}
.geralBaseEsquerda .baseEsquerdaCentro .respostaEnquete2 {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	color: #900;
	padding-top: 2px;
	width: 120px;
	text-align: left;
}
.geralBaseEsquerda .baseEsquerdaCentro .votosEnquete {
	padding-top: 2px;
	font-weight: bold;
	font-size: 12px;
	width: 40px;
	float: left;
	color: #000;
}

.geralBaseEsquerda .baseEsquerdaCentro .votosEnquete2 {
	padding-top: 2px;
	font-weight: bold;
	float: left;
	width: 4px;
	text-align: right;
}
.interna .internaCentro .InternaTexto .texto18 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-transform: capitalize;
}
.interna .internaCentro .InternaTexto .areaRed {
	font-size: 14px;
	color: #900;
}
.interna .internaCentro .geralEnquete {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBB830;
	border-right-color: #EBB830;
	border-bottom-color: #EBB830;
	border-left-color: #EBB830;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #F3D78B;
	margin-top: 3px;
	padding: 5px;
}
.interna .internaCentro .geralEnquete .textoVotos {
	padding-left: 150px;
	font-weight: bold;
	color: #900;
}
.interna .internaCentro .geralEnquete .textoPergunta {

}.interna .internaCentro .geralEnquete .textoResposta {
	width: 205px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
}
.geralBaseEsquerda .baseEsquerdaCentro .areaImput #imputLogin {
	float: left;
	height: 18px;
	width: 115px;
	margin-left: 5px;
	margin-top: 3px;
	background:none;
	border:none;
	font-size: 11px;
	color: #CC0;
	font-family: Tahoma, Geneva, sans-serif;
}
.centro .centroCentro .geralEventos .localidadeEvento {
	float: left;
	width: 270px;
	margin-left: 10px;
	_margin-left: 10px;
}

/* ----------------------------- Estiliza ara de ABA ---------------------------------------------------------- */

            .box 
            {
            	margin: 0px auto;
            	width:960px;
            	background-color:#ffffff;
            	text-align:left;
                position: relative;
            }
            .header
            {
            	height:100px;
            }
            .header h1
            {
            	margin:0px;
            	padding:30px;
            }
            .menu
            {
            	height:30px;
            	border-top:solid 1px #dccfbb;
            	border-bottom:solid 1px #dccfbb;
            	background-color:#4d3a24;
            }
            .menu div
            {
            	padding:10px 30px;
            }
            .menu a
            {
            	margin:0px 10px;
            	color:#fecd28;
            	text-decoration: none;
            }
            .content
            {
             	padding:10px 30px;
            }
            #contactFormContainer
            {

            }
            #contactForm{
	height:190px;
	width:576px;
	background-image:url(img/fundoRecados.gif);
	display:none;
	background-repeat: repeat-y;
            }
            #contactForm fieldset
            {
            	padding:30px;
            	border:none;
            }      
            #contactForm label
            {
            	display:block;
            	color:#ffc400;
            }      
            #contactForm input[type=text]
            {
            	display:block;
            	width:100%;
            	margin-bottom:10px;
            	height:24px;
            }  
            #contactForm textarea
            {
            	display:block;
            	width:100%;
            	margin-bottom:10px;
            }  
            #contactForm input[type=submit]
            {
            	background-color:#4d3a24;
            	color:#fecd28;
            	padding:5px;
            }                
            #contactLink
            {
	height:26px;
	width:576px;
	background-image:url(img/abaRecados.png);
	display:block;
	cursor:pointer;
	background-repeat: no-repeat;
            }
            #messageSent
            {
            	color:#ff9933;
            	display:none;
            }
        .style1 {
	font-size: 3.75em
}
.interna .internaCentro .internaFaixa {
	width: 570px;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(img/fundoRecados.gif);
	background-color: #f8d064;
	font-size: 11px;
}
.interna .internaCentro .geralRecadoComent {
	width: 565px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCB54E;
	border-right-color: #DCB54E;
	border-bottom-color: #DCB54E;
	border-left-color: #DCB54E;
}
.interna .internaCentro .geralRecadoComent .geralRecadoNome {
	font-size: 11px;
	color: #060;
	padding-top: 1px;
	padding-bottom: 1px;
}
.interna .internaCentro .geralRecadoComent .geralRecadoNome2 {
	font-size: 11px;
	color: #6E1D08;
	padding-top: 1px;
	padding-bottom: 1px;
}
.interna .internaCentro .geralRecadoComent .geralRecadoNome3 {
	font-size: 11px;
	color: #6C1B06;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.interna .internaCentro .geralRecadoComent .geralRecadoEmail {
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
}
.interna .internaCentro #pane1 .geralRecadoComent .geralRecadoAssunto {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* ----------------- AREA Onde Ficar ------------------------------------      */

.interna .internaCentro .areaPousadas {
	width: 560px;
	height: 60px;
}
.interna .internaCentro .areaPousadas .areaTextoPousda {
	height: 60px;
	width: 138px;
	float: left;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
.interna .internaCentro .tituloMapaLocalizacao {
	width: 560px;
	float: left;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	padding-bottom: 5px;
}
.interna .internaCentro .iframeMapa {
	float: left;
	height: 320px;
	width: 550px;
	margin-left: 10px;
	_margin-left: 5px;
}
.interna .internaCentro .conteudoSobreCidade {
	width: 560px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.interna .internaCentro .internaSubTitulo .geralRecados {
	float: left;
	height: 150px;
	width: 455px;
	margin-top: 5px;
}
.interna .internaCentro .internaSubTitulo .geralRecados .baseImputRecado {
	float: left;
	height: 102px;
	width: 365px;
	background-image: url(img/barraImputRecado.png);
	background-repeat: no-repeat;
}
.interna .internaCentro .internaSubTitulo .geralRecados .imputEntraRecado {
	float: left;
	height: 27px;
	width: 365px;
	background-repeat: no-repeat;
	background-image: url(img/barraImput.png);
}
.interna .internaCentro .internaSubTitulo .geralRecados .textoImputRecado {
	float: left;
	height: 27px;
	width: 90px;
	text-align: right;
}
.interna .internaCentro .internaSubTitulo .geralRecados .botaoEnviarRecado {
	float: right;
	height: 27px;
	width: 161px;
	background-image: url(img/botaoImputContato.png);
	background-repeat: no-repeat;
}
.interna .internaCentro .internaSubTitulo .geralRecados .imputEntraRecado .imputRecadoForm {
	float: right;
	height: 18px;
	width: 350px;
	background:none;
	border:none;
	margin-top:5px;
	float:right;
	margin-left:7px;
	_margin-left:3px;
	color:#cccc00;
	font-size:11px;
}
.interna .internaCentro .internaSubTitulo .geralRecados .imputEntraRecado .imputRecadoForm2 {

	width: 350px;
	height:100px;
	background:none;
	border:none;
	margin-top:5px;
	margin-left:7px;
	_margin-left:3px;
	color:#cccc00;
	font-size:11px;
}
.interna .internaCentro .internaSubTitulo .geralRecados .baseImputRecado #campoImputRecado {
	width: 350px;
	height:80px;
	background:none;
	border:none;
	margin-top:5px;
	margin-left:7px;
	_margin-left:5px;
	color:#cccc00;
	font-size:11px;
	overflow: auto;
	font:Verdana, Geneva, sans-serif;
}
.interna .internaCentro .internaSubTitulo .geralRecados .botaoEnviarRecado #botaoLimpar {
	float: left;
	height: 27px;
	width: 80px;
	background:none;
	border:none;
	cursor:pointer;
}
.interna .internaCentro .internaSubTitulo .geralRecados .botaoEnviarRecado #botaoEnviar {
	float: right;
	height: 27px;
	width: 80px;
	background:none;
	border:none;
	cursor:pointer;	
}

/* -------------------- Cadastro do Site ------------------------------------  */
.interna .internaCentro .avisoForm {
	width: 500px;
	float:left;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
}
.interna .internaCentro .geralCadastro {
	width: 580px;
	float:left;
}
.interna .internaCentro .geralCadastro .tiuloCadastro {
	width: 550px;
	font-size: 14px;
	font-weight: bold;
	color: #6F0000;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
	padding-left: 30px;
}
.interna .internaCentro .geralCadastro .cadastroTexto {
	width: 110px;
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F0000;
}
.interna .internaCentro .geralCadastro .imputCadastro {
	width: 470px;
	float: left;
	height: 27px;
	background-image: url(img/barraImput.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.interna .internaCentro .geralCadastro .enviarCadastro {
	height: 27px;
	width: 161px;
	float:right;
	background-image: url(img/botaoImputCadastro.jpg);
	background-repeat: no-repeat;
	margin-right:53px;
	_margin-right:36px;
	
}
.interna .internaCentro .geralCadastro .enviarCadastro #botaoCadastrar {
	height: 27px;
	width: 85px;
	background:none;
	border:none;
	cursor:pointer;
	float:left;
}
.interna .internaCentro .geralCadastro .enviarCadastro #botaEnviarCadastro {
	height: 27px;
	width: 75px;
	background:none;
	border:none;
	cursor:pointer;
	float:left;
}
.interna .internaCentro .geralCadastro .imputCadastro label #textfield {
	float: left;
	height: 18px;
	width: 340px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:none;
	border:none;
	margin-left:10px;
	color:#CCC;
	
}
.baseFundo {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
	background-repeat: no-repeat;
}
.geral .transparent topoBg .baseBotaoT {
	float: right;
	height: 100px;
	width: 200px;
}
.geral .transparent topoBg .baseBotaoT {
	float: right;
	height: 100px;
	width: 200px;
}
.logoDiv a.linkExtra {
	float: left;
	height: 150px;
	width: 150px;
	cursor:pointer;
}
