@import url(dropdown_menu.css);
@import url(form.css);
@import url(subpagina.css);

/* RODAPÉ */

.divRodape{
	position:				relative;
	float:					left;
	width:					1000px;
	height:					auto;
	margin-top:				4px;
    background:			    url(../images/fundo_rodape.png) no-repeat center;
	color:                  Black;
	z-index:				0;
    top: 0px;
    left: 0px;
}

.by{
	position:				relative;
	float:					left;
	width:					1000px;
	height:					auto;
	font-size:				12px;
	font-family:			"Trebuchet MS", Tahoma, Arial, sans-serif;
	color:					#333333;
	background-color:		#CCCCCC;
	z-index:				1000;		
}

.divAlertaRodape
{
    position:			relative;
	float:				left;
	margin-top:			32px;
	width:				100%;
	height:				35px;
	margin-top:			1px;
	background:			url(../images/alertaRodape.jpg) no-repeat center;
	z-index:			0;
	left: 0px;
}

.pagEsq{
	float:					left;
	width:					251px;
	height:					auto;
	margin-top:				12px;
	margin-left:			10px;
	_margin-left:			8px;
	font-size:				11px;
	font-family:			"Trebuchet MS", Tahoma, Arial, sans-serif;
	text-align:				left;
	background-color:		#F3F4F4;
	color:                  Black;
	z-index:				0;
}

.pagCentral{
	position:				relative;
	float:					left;
	width:					150px;
	height:					190px;
	margin-top:				12px;
	margin-left:			50px;
	_margin-left:			13px;
	font-size:				11px;
	font-family:			"Trebuchet MS", Tahoma, Arial, sans-serif;
	color:                  Black;
	z-index:				0;
    top: 0px;
    left: 0px;
}

.pagDir{
	position:				relative;
	float:					left;
	width:					200px;
	height:					auto;
	margin-top:				60px;
	margin-left:			600px;
	font-size:				11px;
	text-align:				center;
	font-family:			"Trebuchet MS", Tahoma, Arial, sans-serif;
	color:                  Black;
	z-index:				0;
    top: -9px;
    left: 0px;
}

.pagCredito{
	width:					auto;
	height:					auto;
	float:					left;
	text-align:				left;
	font-size:				11px;
	font-family:			"Trebuchet MS", Tahoma, Arial, sans-serif;
	background-color:		#F3F4F4;
	color:                  Black;
	z-index:				0;
}

/* IMPROVISO TÉCNICO */

.laranja{					color: #FF3300}

.azul{						color: #0066FF}

.vermelho{					color:#B40403;}

a {							text-decoration: none; color: #333333;}

a:hover {					text-decoration: none; color: #666666;}
  
#azul{						color:#0033FF;}

.h7{						font-weight:bold; color: #333333;}

*{							text-decoration:none; margin:0; padding:0; list-style:none; border:none;}
						
body{						background: url(../images/bg_repeat.jpg) repeat 0 0;}						
							
.divGeral{
	position:				relative;
	width:					1000px;
	height:					auto;
	margin:					10px auto;
	/*background:				#FFFFFF;*/
	text-align: 			    center;
	z-index: 				0;

}

.divContener{
	position:				relative;
	float:					left;
	width:					1000px;
	height:					auto;
	background:				#FFFFFF;
	z-index:				0;
}

