body {

	background-color: #A8BBCA;
	/* NORMAL*/  background:url(../images/bg_body.jpg) center top repeat-x;
	
	/* NATAL:  background:url(../images/fundo_sider.jpg) center top no-repeat; */
	
	/* PASCOA:	background:url(../images/fundo_pascoa_final.jpg) center center no-repeat;	
	background-attachment:fixed;*/

	padding: 0px;
	margin: 0px;
}
.bg_conteudo {
	background:url(../images/dg_cinza.gif) top center repeat-x;
}
.bg_rodape {
	background:url(../images/dg_rodape.gif) top center repeat-x;
}
.bg_destaque {
	background:url(../images/destaque_cine.gif) center top no-repeat;
}
.texto_branco1 {
	font-family: "Tahoma";
	font-size: 11px;
	color: #ffffff;
}
.texto_branco2 {
	font-family: "Tahoma";
	font-size: 20px;
	color: #ffffff;
}
.texto_cinza1 {
	font-family: "Tahoma";
	font-size: 10px;
	color: #9c9b9b;
	text-decoration:none;
}
a.texto_cinza1:hover {
	text-decoration:underline;
}
.texto_cinza2 {
	font-family: "Tahoma";
	font-size: 11px;
	color: #cbcbcb;
}
.texto_cinza3 {
	font-family: "Tahoma";
	font-size: 10px;
	color: #7e7d7d;
}
.texto_cinza4 {
	font-family: "Tahoma";
	font-size: 11px;
	color: #9c9b9b;
	text-decoration:none;
}
a.texto_cinza4:hover {
	text-decoration:underline;
}
.texto_cinza5 {
	font-family: "Tahoma";
	font-size: 12px;
	color: #9c9b9b;
	text-decoration:none;
}
a.texto_cinza5:hover {
	text-decoration:underline;
}
.texto_vermelho1 {
	font-family: "Tahoma";
	font-size: 10px;
	color: #9f2831;
	text-decoration:none;
	line-height: 16px;
}
a.texto_vermelho1:hover {
	text-decoration:underline;
}
.texto_vermelho2 {
	font-family: "Tahoma";
	font-size: 12px;
	color: #9f2831;
	text-decoration:none;
	line-height: 16px;
}
a.texto_vermelho2:hover {
	text-decoration:underline;
}
.texto_vermelho3 {
	font-family: "Tahoma";
	font-size: 16px;
	color: #9f2831;
	text-decoration:none;
	line-height: 20px;
	font-weight:900;
}
.texto_abc {
	font-family: "Tahoma";
	font-size: 10px;
	color: #9f2831;
	text-decoration:none;
}
a.texto_abc:hover {
	text-decoration:underline;
}
.input {
	font-family: "Tahoma";
	font-size:10px;
	color:#9b9c9c;
	padding:2px;
	border: solid 1px #d2d2d2;
	background-color: #ffffff;
}



.box {
	font-family:arial;
	font-size:16px;
	color:#000000;
	background: url(../images/box.png) left top;
	background-repeat: repeat;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='../images/box.png',sizingMethod='scale')!important;
}
.box2 {
	background: url(../images/box2.png) left top;
	background-repeat: repeat;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='../images/box2.png',sizingMethod='scale')!important;
}
.setas_destaque {
	background: url(../images/setas_destaque.png) left top;
	background-repeat: repeat;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='../images/setas_destaque.png',sizingMethod='scale')!important;
}/* Alerta */
#divJanela{
	position:absolute;
	top:0;
	left:0;
	z-index:999998;
	width:100%;
	-width:110%;
	height:100%;
	filter: alpha(opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity: 0.25; opacity:0.25;
	background-color:#000000;
	display: table-cell;
}
#divResultado{
	float:left;
	padding:0px;
	z-index:999999;
	position:absolute;
	left:45%;
	top:40%;
	margin-left:-150px;
	margin-top:-150px;
}
.titulo-alerta{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.texto-alerta{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
}
/* fim-alerta*/
