/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 150%;

		
}

p {
	margin-bottom: 15px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #F4DC88;
}

.texto_quinze {
	font-size: 13px;
}

.texto_dez_escuro {
	font-size: 10px;
	color: #666666;
}


.texto_dez_preto {
	font-size: 10px;
	color: #000000;
}

.texto_dez_preto a{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.texto_dez_preto a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.texto_onze {
	font-size: 11px;
}

.texto_onze a {
	font-size: 11px;
	text-decoration: underline;
}

.texto_onze a:hover {
	color: #F4DC88;
}

.texto_onze_cinza {
	font-size: 11px;
	color: #CCCCCC;
}

.texto_onze_cinza a{
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}

.texto_onze_cinza a:hover {
	color:#F4DC88;
}




html {
	height: 100%;
	min-height: 500px;

}

body {
	background-image: url(../img/bg.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-color: #49C8F8;
	height: 100%;
	min-height: 500px;
}

#tudo {
	width: 772px;
	position: relative;
	margin: 0 auto 0 auto;
	background-image: url(../img/bg_tudo.gif);
	background-repeat: repeat-y;
	display: table;
	min-height: 500px;
	height: auto;
		
} 

* html #tudo
{
	min-height: 100%;
	
}

#rodape {
	position: relative;
	margin: -151px auto 0 auto;
	width: 748px;
	background-image: url(../img/bg_rodape.jpg);
	background-repeat: no-repeat;
	height: 66px;
	padding: 85px 0 0 24px;
	
}

#topo {
	width: 772px;
	position: relative;
	float: left;
	background-image:url(../img/flash_topo.jpg);
	background-repeat: no-repeat; 
	height: 185px;
	background-color: #000000;
}

#centro {
	width: 748px;
	position: relative;
	float: left;
	padding: 10px 0 180px 24px;
	min-height: 300px;
	
}

#conteudo_esquerda{
	width: 380px;
	position: relative;
	float: left;
}

#conteudo_direita {
	width: 252px;
	position: relative;
	float: right;
	margin-right: 24px;
	display: inline;
	text-align: right;
	height: 100%;
}

#flash_home {
	background-color: #000000;
	color: #000000;
	width: 380px;
	position: relative;
	height: 239px;

	
}

.imagem_direita {
	border: 5px solid #333333;
	position: relative;
	float:right;
}

.link_add a {
	width: 44px;
	height: 19px;
	position: absolute;
	top: 85px;
	left: 705px;
	text-decoration: none;
	display: block;
}

.link_add a:hover {
	text-decoration: none;
}

.titulo {
	width: 380px;
	position: relative;
	float: left;
	margin-bottom: 15px;
}

.navegacao {
	width: 380px;
	position:relative;
	padding: 25px 10px 10px 0px;
	float: left;
	margin-top: 20px;
}

.cada_imagem_direita {
	width: 252px;
	position: relative;
	float: right;
	margin-bottom: 24px;
}

.cada_evento {
	width: 380px;
	position: relative;
	float: left;
	margin-bottom: 30px;
}

.link_eventos {
	width: 380px;
	position: relative;
	float: left;
	text-align: right;
}

.conteudo_inteiro {
	width: 748px;
	position: relative;
	float: left;
	margin-top: 20px;

}	

.cada_exposicao {
	width: 155px;
	position: relative;
	float: left;
	height: 160px;
	margin: 0 32px 20px 0;
	display: inline;
	text-align: center;
}

.imagem_exposicao {
	border: 1px solid #CCCCCC;
	position: relative;
	display: block;
	text-align: center;
}

.cada_foto_exposicao {
	width: 155px;
	position: relative;
	float: left;
	height: 113px;
	margin: 0 32px 32px 0;
	display: inline;
	text-align: center;
}

.campo_um {
	width: 304px;
	height: 23px;
	padding-left: 2px;
	color: #000000;
	border: none;
	margin-top: 2px;
}

.textarea {
	width: 304px;
	padding-left: 2px;
	height: 123px;
	border: none;
	*height: 129px;
	color: #000000;
}	

.botao_enviar {
	color: #000000;
	
}

#topo_area_restrita {
	width: 721px;
	position: relative;
	float: left;
	text-align: right;
	background-image: url(../img/tit_area_restrita.gif);
	background-repeat: no-repeat;
}

.linha_cinza {
	background-color: #666666;
	height: 25px;
	padding-left: 10px;
}	

.linha_preta {
	height: 25px;
	padding-left: 10px;
}	

