#main-menu { 
    margin-bottom: 20px;
}

#main-menu .menu-column {
	float:left;
	width: 50%;
}

#main-menu li {
	list-style: none;
	background: url(../images/litop.gif) no-repeat left top;
	background-position: 0 5px;
	padding-left: 13px;
    font-size: 1.2em;
}

#main-menu li li {
	background: url(../images/bullet.png) no-repeat left 2px;
    font-size: 12px;
	padding-left: 13px;
}

#main-menu ul {
	margin: 0;
}

#main-menu .menu-column ul li ul li a {
	font-weight: normal;
	font-size: inherit;
}

.frontpage { 
    margin-top: 10px;
 }

.frontpage .links_acesso_rapido li {
	list-style: none;
	float: left;
	margin: 5px;                     
}

.frontpage .links_acesso_rapido img {
	vertical-align: middle;
}

.frontpage .full .links_acesso_rapido {
    border-top: 2px solid #efefef;
}


.frontpage .full .widgets {
	margin-top: 1.5em;
}

/* scrollable */

/* root element for the whole scrollable setup */

div.navi {
	line-height: 1px;
	margin-left: 0px;
	width: auto;
	background-color: #eeeeee;
	height: auto;
	position: relative;
	z-index: 100;
	padding: 4px 10px 4px 10px;
}

/* items inside navigator */
div.navi a {
	line-height: 0px;
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(jquery/scrollable/images/navigator-normal.png) 0 0 no-repeat center;
	cursor:pointer;
	font-size: 1px;
}

/* mouseover state */
div.navi a:hover {
	line-height: 0px;
	background:url(jquery/scrollable/images/navigator-hover.png) 0 0 no-repeat center;
}

/* active state (current page state) */
div.navi a.active {
	line-height: 0px;
	background:url(jquery/scrollable/images/navigator-active.png) 0 0 no-repeat center;
}

div.destaques-display,
.lista-de-destaques div,
.lista-de-destaques .imagem,
.lista-de-destaques .texto
{
	width: 470px;
}
    
div.destaques-display {
	position:relative;
	overflow:hidden;
	height:300px;
    float: left;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
.lista-de-destaques {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
	display: none;
}

/* single item */
.lista-de-destaques div {
	float:left;
	height:300px;
	cursor:pointer;
}

.lista-de-destaques .destaque {
	position: relative;
}

.lista-de-destaques .imagem {
	float:left;
	height: 300px;
}

.lista-de-destaques .texto {
                             color: #ffffff;
                             background-color: #000000;
                             position: absolute;
                             z-index: 200;
                             bottom: 0;
                             padding: 10px;
                             height: auto;
                             }

/* style when mouse is over the item */
.lista-de-destaques div.hover {
	background-color:#444;	
}

/* style when element is active (clicked) */
.lista-de-destaques div.active {
	cursor:default;
}

.destaques .destaques-selectors ul {
    list-style: none;
    margin: 0;
}

.destaques .destaques-selectors li {
    min-height: 40px;
    margin-bottom: 1px;
    cursor: pointer;
    border-bottom: 1px solid #EB1C24;
}

.destaques .destaques-selector {
    font-size: 13px;
    padding: 5px 10px;
}

.destaques .destaques-selectors {
    position:relative; 
    overflow:hidden; 
    height: 300px;      
    width: 150px;
    float: left;
} 



.destaques .destaques-selectors ul {
    position:absolute; 
    height:20000em;
}

.destaques .destaques-selectors ul li.active {
                                               background-color: #EFEFEF;
                                               width:150px;
                                               }

.destaques .destaques-selectors a {
    color: #000;
}

.front-page-widget {
    float: left;
    margin-right: 20px;
}

.widgets .localizacao {
    width: 100%;
}
 
.widgets .noticias,
.widgets .eventos
{
    width: 305px;
}

.widgets .eventos {
    margin-right: 0;
}


#middleColumn {
	padding: 0 0 10px 0;
}


.destaques {
             border: 2px solid #EB1C24;
             border: 2px solid #ACACAC;
             }
