@charset "utf-8";
/* CSS Document */
a:link {
	color:#900;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #900;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #BF1B4B;
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color: #900;
	text-decoration: none;
	font-weight:bold;
}

#top{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-492px; 
	width:985px; 
	height:176px;
	z-index:1;
}

#right{
	float:right;
	width:204px;
}


#geralcenter{
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-492px;
	width:985px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#2F2F2F;
	background-color:#FFF;
	background-image:url(img/backg_left_geral.jpg);
	background-position:left;
	background-repeat:repeat-y;	
}
	
	
#left{
	float:left;
	width:202px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#2E2E2E;
	font-weight:300;
	overflow:auto;
}

#center_content_default2{
	float:right;
	width:780px;
	background-color:#FFF;
	/*left:202px;*/
}

#leftcontent{
	/* background-image:url(img/backg_left.jpg); */
	background-position:top;
}

#center_content{
	position:absolute;
	left:202px;
	width:576px;
}

#home_content_noticias{
	margin-top:0px;
	padding: 20px;
	background-image:url(img/backg_noticias.jpg);
	background-repeat:no-repeat;
	height:214px;
	z-index:2;
}
#home_content_eventos{
	margin-top:20px;
	padding: 20px;
	background-image:url(img/backg_eventos.png);
	background-repeat:no-repeat;
	height:234px;
	z-index:2;
}
#imgSombraNoticias {
	position:absolute;
	z-index:0;
	background-image:url(img/backg_noticias_fotos.png);
	width:293px;
	height:234px;
	margin-top:-20px;
	margin-left:-20px;
}
#imgSombraEventos {
	position:absolute;
	z-index:0;
	background-image:url(img/backg_eventos_fotos.png);
	width:293px;
	height:234px;
	margin-top:-20px;
	margin-left:260px;
}

#news{
	margin-left:1px;
	padding:20px;
	padding-top:70px;
	background-image:url(img/fundo_news.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:152px;
	height:188px;
}

#footer{
	background-color:#fff;
	width:985px;
}

#footer_default{
	left:50%;
	margin-left:-492px; 
	position:absolute;
	top: 654px;
	background-color:#fff;
	width:985px;
	margin-bottom:15px;

}
#barra_texto{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#2F2F2F;
}

#formulario{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#2F2F2F;
}
#texto_footer{
	background-color:#B40B3B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF
	}
