.evento
{
	float:right;
	margin-right:25px;
	display:inline;
	width:405px;
	height:250px;
}

.evento .tituloFrio
{
	color:#F09123;
	text-transform:uppercase;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#F393iD;
	font-size:18px;
}


.evento .tituloQuente
{
	color:#C0012E;

	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#C0012E;


	text-transform:uppercase;
	font-size:18px;
}

.evento .texto
{
	color:#767676;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}

.evento .conteudoNoticia
{
	color:#767676;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}

.evento .conteudoNoticia .item
{
	width:100%;
	height:65px;
	padding-bottom:35px;
}

.evento a
{
	text-transform:none;
	text-decoration:none;
	color:#767676;
}

.evento a:hover
{
	color:#000000;
}



.evento .conteudoNoticia  .data
{
	float:left;
	width:54px;
	height:57px;
	background-image:url(../img/data.gif);
	display:inline;
	padding-right:10px;
	background-repeat:no-repeat;
}

.evento .conteudoNoticia .data .dia
{
	color:#A70000;
	float:left;
	font-size:23px;
	font-weight:bold;
	margin-left:7px;
	margin-top:4px;
	text-align:center;
	display:inline;
		
}

.evento .conteudoNoticia .data .mes
{
	text-transform:uppercase;
	float:left;
	color:#FFFFFF;
	display:inline;
	width:100%;
	text-indent:9px;
	margin-top:3px;
}

.evento .conteudoNoticia .tituloNoticia
{
	float:left;
	font-weight:bold;
	width:320px;
	
}


.evento .conteudoNoticia .descricao
{
	float:left;
	width:320px;
	display:inline;
	margin-top:6px;
	height:auto;
	margin-left:10px;
}

.contribuicao 
{
	float:right;
	width:100px;
	height:480px;
	background-color:#CCCCCC;
	margin-right:20px;
	display:inline;

	background-image:url(../img/copel.jpg);
	background-repeat:no-repeat;
	cursor:pointer;

}