@charset "utf-8";
/* estilo da div das novidades */
.cel{
	width: 940px;
	height: 150px;
	border: 1px #2A91E6 solid;
	float: left;
	margin: 4px;
	font-family: Arial, Geneva, sans-serif;
	text-align: justify;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
}
.cel:hover{
	border-bottom-color: #009CE6;
}
.cel img{
	margin-right: 3px;
	max-width: 200px;
}
.cel div{
	float: right;
	width: 720px;
	margin-right: 5px;
	height: 130px;
}
.cel .meio{
	margin: 0px;
}

.cel .leiamais{
	height: 20px;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	float: right;
	width: 6px;
	overflow: hidden;
	margin-top: -4px;
	margin-right: 0px;
	padding-top: 5px;
	transition: width 0.3s;         /* padrão */
    -moz-transition: width 0.3s;    /* Firefox */
    -webkit-transition: width 0.3s; /* Safari and Chrome */
    -o-transition: width 0.3s;
	background-color: #009CE6;
}
.cel .leiamais a{
	color: #000;
	margin-left: 8px;
	text-decoration: none;
	font-style: italic;
}
.cel .leiamais a:visited{
	color: #000;
}
.cel:hover .leiamais{
	width: 257px;
}
.cel .titulo{
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.cel .titulo:visited{
	color: #000;
}/* fim do estilo da div das novidades */
/* CSS Document */

.content .linkvoltar{
	background-color: #009CE6;
	padding: 3px;
	text-decoration: none;
	border-radius: 4px;
}