/**************************************
                  SITE EM GERAL
**************************************/
body{
	/*background-image:url(../images/bg/fnd.jpg);*/
	background-color:#dee8e5;
	background-repeat:repeat-x;
}


.img { border: 2px solid #58A5B5; }
a:hover .img{ border-color: #88D29D; }
a:hover { color: #88D29D; }


.texto, .texto a, texto a:link, .texto a:visited{
	font-family: Verdana,Arial,Tahoma; 
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	text-align:left;
}

.texto a:hover{
	text-decoration:underline;
	color:#000000;
}

.titulo, .titulo a, titulo a:link, .titulo a:visited{
	font-family: Verdana,Arial,Tahoma; 
	color: #2F6E5E;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
}

.titulo a:hover{
	text-decoration:underline;
	color:#2F6E5E;
}

.rodape, .rodape a, rodape a:link, .rodape a:visited{
	font-family: Verdana,Arial,Tahoma; 
	color: #273D79;
	font-size: 10px;
	text-decoration: none;
}

.rodape a:hover{
	text-decoration:underline;
	color:#273D79;
}

.cartoes, .cartoes a, cartoes a:link, .cartoes a:visited{
	font-family: Verdana,Arial,Tahoma; 
	color: #000000;
	font-size: 10px;
	font-style:italic;
	text-decoration: none;
}


/**************************************
        CONTEÚDO ADMINISTRATIVO
**************************************/

.texto_esquerda, .texto_esquerda a, texto_esquerda a:link, .texto_esquerda a:visited{
	font-family: Verdana,Arial,Tahoma; 
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

.texto_esquerda a:hover{
	text-decoration:underline;
	color:#000000;
}


.titulo_esquerda, .titulo_esquerda a, titulo_esquerda a:link, .titulo_esquerda a:visited{
	font-family: Verdana,Arial,Tahoma; 
	color: #9C0202;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}

.titulo_esquerda a:hover{
	text-decoration:underline;
	color:#9C0202;
}



/**************************************
     EFEITOS DE FOTOS DO HEADER
**************************************/
	html {
		/*overflow: visible;*/
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		/*background: #111;*/
		width: 100%;
		height: 100%;
	}
	#center {
		/*position: absolute;
		left: 50%;
		top:  50%;*/
	}
	#slider {
		position: relative;
		width: 500px;
		height: 198px;
		/*left: -430px;
		top: -186px;*/
		overflow: hidden;
		background: #000;
		/*border: 2px solid #518679;*/
		border-top: 0px;
		border-left: 2px solid #518679;
		border-right:0px;
		border-bottom:2px solid #518679;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		width: 500px;
		height: 333px;
		background: #004a3b;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
	#slider .title   {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
	/*#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}*/
	/*
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 470px;
		left: 10px;
	}*/
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
