/**********************************

Use: 
Author: João Lança
Date: 24 FEV 2010

***********************************/

@import "layout.css";
@import "estilos.css";

/* imports para o menu principal ( opção de menu vertical )*/
@import "ddsmoothmenu.css";
@import "ddsmoothmenu-v.css";

/**
* Estilos para as notícias
*
* @section Styles for the notice
*/
img.calendar {
    float:left;
    margin:0 10px 0px 0;
	background: url(../images/sprite.png) no-repeat;
	width:32px;
	height:32px;
	background-position:-394px -130px;
  }

div.news{margin:0;padding:0;width:100%;}
div.navNews{margin:0 auto;text-align:center;font:14px Tahoma, Verdana, Arial}
h1.lastNews {font-size:small;font-weight:700;color:#003366;margin-bottom:15px}
h1.headingNews{font:small-caps 800 12px Tahoma, Verdana, Arial}
hr.separateNews{color:#50769C}
p.infoNews{color:#666;font:italic 10px Tahoma,Verdana, Arial;margin-top:0px}
p.summaryNews{margin-left:42px;margin-bottom:-10px}
p.readMoreLeft{margin-left:42px;text-align:left}
p.readMoreRight{margin-right:20px;text-align:right}
span.DLei{color:#666;font:10px Tahoma,Verdana, Arial;margin:0;padding:0}
span.activo{margin:0px 2px;padding:2px}
span.inactivo{margin:0px 2px;padding:2px}
a.nav:link,a.nav:visited{text-decoration:underline}

/**
* Estilos para os destaques
*
* @section Styles for the prominences
*/
#molduraDestaques {
	margin:0 auto;
	width:600px;
	border:2px double #ccc;
	background:#FFF;
	padding:10px;
}

a img{border:medium none}

.blocoDestaques{position:relative;margin:0}
.blocoDestaques ul,.blocoDestaques ul li{list-style:none}

.blocoDestaques,
.blocoDestaques ul,
.blocoDestaques ul li,
.blocoDestaques ul li img{margin:0 auto;padding:0px;width:569px;height:189px}

.blocoDestaques ul li{position: relative}

.blocoDestaques ul li div.fundo {
	width:569px;
	height:30px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:#414141;
	display:none;
}

.blocoDestaques ul li p {
	margin: 0px;
	padding: 15px 15px 5px 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 20px;
	font: 14px Verdana, Arial, sans-serif;
	display: none;
}

.blocoDestaques ul li p a{color:white;text-decoration:none}	

.blocoDestaques div.paginas{z-index:100;position:absolute;top:5px;right:5px}

.blocoDestaques div.paginas a{
	text-align:center;
	line-height:20px;
	outline-style:none;
	outline-color:invert;
	outline-width:medium;
	width:20px;
	display:block;
	font:600 10px Verdana, Arial, sans-serif;
	background:#000;
	float:left;
	height:20px;
	color:#fff;
	margin-left:2px;
	text-decoration:none;
}

.blocoDestaques div.paginas a:hover,
.blocoDestaques div.paginas a.activeSlide{background:#9faa27;font-weight:bold}
