@charset "utf-8";
/* CSS Document */
#contNoticias{
	/*background-color:#FF0000;*/
	width:750px;
	height:400px;
	margin:auto;
	letter-spacing:1px;
}

#noticias{
	position:relative;
	float:left;
	width:530px;
	height:420px;
	/*background-color:#FF9900;*/
}

#not{
	/*background-color:#FFCC00;*/
	margin-bottom:25px;
}

.notTit{
	font-family:Garamond,Georgia,serif;
	font-size:30px;
	color:#FAF6BB;
	margin-bottom:3px;
}
.notData{
	font-size:10px;
}

#notTxt{
	font-family:Garamond,Georgia,serif;
	font-size:15px;
	margin-top:10px;
	padding:5px;
}

#lerMais{
	float:right;
	margin-right:15px;
	width:80px;
}

#lerMais a:link, #lerMais a:active, #lerMais a:visited{
	color:#FAAF3B;
	text-decoration:none;
}

#lerMais a:hover{
	text-decoration:underline;
}
/***************************/
/****** A G E N D A *******/
#agenda{
	position:relative;
	float:right;
	width:200px;
	height:420px;
	/*background-color:#0099FF;*/
	background-image:url(../images/transpPreto.png);
	background-repeat:repeat;
	font-size:11px;
}

#agenda h3{
	width:200px;
	height:27px;
	text-align:center;
	background-image:url(../images/titAgenda.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #092346;
	text-indent:-9000em;
}

#agenda #diaAg{
	width:180px;
	margin:auto;
	margin-top:18px;
	height:70px;
	border-bottom:1px dotted #052244;
}

#agenda #diaAg #lConto{
	height:20px;
	padding-top:5px;
	text-align:center;
	color:#faaf3b;
	margin-bottom:5px;
	background-image:url(../images/fundoRodape.gif);
	background-image:url(../images/transpPreto.png);
	border-bottom:1px dotted #052244;
}

#agenda #diaAg #nConto{
	margin-top:3px;
	padding-left:8px;
	padding-bottom:5px;
}

.hora{
	color:#CC0066;
	color:#faaf3b;
	padding-left:5px;
}

.dia{
	padding-left:8px;
}

/***** AGENDA COMPLETA *******/
#agendaCompleta{
	width:200px;
	text-align:center;
	margin-top:7px;
	margin-bottom:-10px;
}

#agendaCompleta a:link, #agendaCompleta a:active, #agendaCompleta a:visited {
	color:#1064CD;
	display:inline-block;
	margin-left:10px;
	padding:2px;
	text-decoration:none;
}

#agendaCompleta a:hover {
	background-color:#FFFFFF;
	color:#0051B6;
}

/***** AGENDA COMPLETA *******/

#rodAgenda{
	margin-top:23px;
	height:10px;
	background-image:url(../images/banner.png);
	background-position:center;
	background-repeat:no-repeat;
	border-top:1px solid #092346;
}

