@charset "utf-8";
/* CSS Document */


/* RELATORIAS */



#relatoriasWrapGral {
	float: right;
	width: 630px;
}

#relatoriasWrap {
	float: right;
	width: 100%;
	background-color: #e6eaed;
	padding-bottom: 40px;
}
#relatoriaContent {
	float: left;
	width: 420px;
	padding-left: 10px;
}

#relatoriaDestacados {
	float: right;
	width: 190px;
}
.tituloDestacados {
	background-color: #72bf44;
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}

.anuncioItem {
	background-color: #859ec0;
	float: left;
	margin-top: 10px;
	width: 184px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size: 11px;
}
.anuncioItem p a{
	text-decoration: none;
	color: #FFF;
}
.anuncioItem p a:hover{
	text-decoration: none;
	color: #CCC;
}

#comisionado {
	float: right;
	width: 170px;
	background-color: #72bf44;
	margin-top: 10px;
	text-align: center;
	padding: 10px;
}
#comisionado p{
	font-size: 12px;
	color: #FFF;
}

#creditos {
	float: left;
	width: 400px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5477A7;
	margin-left: 10px;
}
.comisionadoName  {
	color: #FFF;
	text-decoration: none;
}
.comisionadoName a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.comisionadoName  a:hover {
	color: #333;
	text-decoration: none;
}


/* COMUNICADOS */

#generalRightWrap {
	float: right;
	width: 630px;
}
#comunicadosWrap {
	float: left;
	width: 600px;
}
#comunicadosWrap ul li {
	background-color: #e6eaed;
	float: left;
	margin-bottom: 6px;
	width: 550px;
	padding: 10px;
}
#comunicadosWrap ul li a {
	text-decoration: none;
}

.comunicadosAnio {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #859EC0;
	float: left;
	width: 95%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
