@charset "utf-8";
/*
 * NOTICIAS
 * 2009-06-04
 */

/*
 * TITULO CHAMADA
 */
#ops_main p.titulo_chamada {
	display: block;
	margin: 0 0 20px;
	font: normal 20px/24px Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #52791E;
}

/*
 * NOTICIA DESTAQUE
 */
#ops_main #destaque {
	position: relative;
	width: 504px;
	margin: 0 auto;
	text-align: center;
	background-color: #EEE;
}
#ops_main #destaque img {
	margin: auto;
	padding: 2px;
}
#ops_main #destaque h1 {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 94%;
	padding: 1%;
	background-color: #FFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#ops_main #destaque p {
	display: block;
	height: 20px;
	margin: 0;
	padding: 3px;
	font: normal 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}

/*
 * MOD NOTICIAS
 */
#ops_main dl.mod_noticias {
	display: inline;
	float: left;
	width: 449px;
	height: 230px;
	border-right: 1px solid #CCC;
	font: normal 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}
#ops_main dl.mod_noticias dt,
#ops_main dl.mod_noticias dd {
	display: inline;
	float: left;
	width: 50px;
	height: 50px;
	margin: 10px 0 0 0;
}
#ops_main dl.mod_noticias dt {
	font: bold 11px/50px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background-color: #D9D9D9;
}
#ops_main dl.mod_noticias dd {
	width: 380px;
	height: 44px;
	overflow: hidden;
	padding: 3px 5px;
	background-color: #F3F3F3;
}
#ops_main dl.mod_noticias dd a:link h2,
#ops_main dl.mod_noticias dd a:visited h2,
#ops_main dl.mod_noticias dd a:active h2 {
	padding: 0;
	font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A81DC5;
	background: none;
}
#ops_main dl.mod_noticias dd a:link p,
#ops_main dl.mod_noticias dd a:visited p,
#ops_main dl.mod_noticias dd a:active p {
	margin: 0;
	font: normal 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
}
#ops_main dl.mod_noticias dd a:hover h2,
#ops_main dl.mod_noticias dd a:hover p {
	text-decoration: underline;
}

/*
 * MOD NOTICIAS FOTOS
 */
#ops_main .mod_noticias_fotos {
	display: inline;
	float: right;
	width: 230px;
	height: 230px;
	margin: 0 0 0 10px;
}
#ops_main .mod_noticias_fotos ul {
	display: table;
	width: 100%;
}
#ops_main .mod_noticias_fotos ul li {
	height: 60px;
	margin: 10px 0 0 0;
	padding: 5px;
	overflow: hidden;
	font: normal 10px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #340F3C;
	background-color: #E1D1E4;
}
#ops_main .mod_noticias_fotos ul li img {
	display: table;
	float: left;
	margin: 0 10px 0 0;
}
#ops_main .mod_noticias_fotos ul li a:link,
#ops_main .mod_noticias_fotos ul li a:visited,
#ops_main .mod_noticias_fotos ul li a:hover,
#ops_main .mod_noticias_fotos ul li a:active {
	font: normal 10px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #340F3C;
}
#ops_main .mod_noticias_fotos ul li a:link h3,
#ops_main .mod_noticias_fotos ul li a:visited h3,
#ops_main .mod_noticias_fotos ul li a:active h3 {
	font-size: 14px;
	line-height: 16px;
	color: #691E79;
}
#ops_main .mod_noticias_fotos ul li a:hover h3 {
	color: #A81DC5;
}

/*
 * MORE NOTICIAS
 */
#ops_main ul.more_noticias {
	display: block;
}
#ops_main ul.more_noticias li {
	height: 32px;
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}
#ops_main ul.more_noticias li a:link,
#ops_main ul.more_noticias li a:visited,
#ops_main ul.more_noticias li a:active {
	font: normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #212121;
}
#ops_main ul.more_noticias li a:link strong,
#ops_main ul.more_noticias li a:visited strong,
#ops_main ul.more_noticias li a:hover strong,
#ops_main ul.more_noticias li a:active strong {
	float: left;
	padding: 0 10px 20px 0;
	font-weight: normal;
	color: #484848;
}
#ops_main ul.more_noticias li a:hover {
	color: #AF45C5;
}

/*
 * BARRA OPCOES
 */
#ops_main ul.barra_opcoes {
	clear: both;
	height: 16px;
	margin: auto;
	padding: 5px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#ops_main ul.barra_opcoes li {
	display: inline;
	float: left;
	padding: 0 10px;
}
#ops_main ul.barra_opcoes li a:link,
#ops_main ul.barra_opcoes li a:visited,
#ops_main ul.barra_opcoes li a:active {
	padding: 0 0 0 20px;
	font: normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
}
#ops_main ul.barra_opcoes li a.print { background: url(../images/icons/printer.jpg) no-repeat 0 0; }
#ops_main ul.barra_opcoes li a.indicar { background: url(../images/icons/mail.jpg) no-repeat 0 0; }
#ops_main ul.barra_opcoes li a.news { background: url(../images/icons/mail_plus.jpg) no-repeat 0 0; }
#ops_main ul.barra_opcoes li a.feed { background: url(../images/icons/feed.jpg) no-repeat 0 0; }
#ops_main ul.barra_opcoes li a:hover {
	text-decoration: underline;
	color: #A81DC5;
	background-position: 0 -16px;
}

/*
 * CONTENT NOTICIA
 */
#ops_main #content_noticia h1 {
	margin: 30px 0 0;
}
#ops_main #content_noticia h2 {
	margin: 10px 0 0;
	padding: 0;
	font: normal 18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
	background: none;
}
#ops_main #content_noticia .data {
	margin: 5px 0 20px;
	font: normal 10px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
}
#ops_main #content_noticia .imagem {
	display: inline;
	float: left;
	margin: 0 10px 5px 0;
	padding: 1px;
	background-color: #EEE;
}
#ops_main #content_noticia .imagem img {
	display: block;
}
#ops_main #content_noticia .imagem span,
#ops_main #content_noticia .imagem em {
	height: 20px;
	padding: 3px;
	font: normal 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
}
#ops_main #content_noticia .imagem em {
	font-size: 10px;
	font-style: italic;
}
#ops_main #content_noticia #texto_noticia p {
	font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*
 * MAIS FOTOS
 */
#ops_main .mais_fotos {
	clear: both;
	margin: 10px auto;
	border-top: 1px solid #A97AB3;
}
#ops_main .mais_fotos:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#ops_main .mais_fotos li {
	display: inline;
	float: left;
	margin: 5px;
}
#ops_main .mais_fotos li a:link,
#ops_main .mais_fotos li a:visited,
#ops_main .mais_fotos li a:active {
	display: block;
	width: 140px;
	height: 105px;
	background-color: #A97AB3;
}
#ops_main .mais_fotos li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

/*
 * CLEAR FIX
 */
#ops_main dl.mod_noticias:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
