a.btn-azores {
	background-color: #8DC63F;
	margin: 38px 0px 10px auto;
	color: white;
	background-image: url('../images/logo_allst.png');
}

a.btn-azores:hover {
	cursor:pointer;
	color: #8DC63F;
	background-color: white;
	background-image: url('../images/logo_allst_over.png');
}

a.btn-canarias {
	background-color: #00AEEF;
	color: white;
	margin: 0px 0px 10px auto;
	background-image: url('../images/logo_cllmt.png');
}

a.btn-canarias:hover {
	cursor:pointer;
	color: #00AEEF;
	background-color: white;
	background-image: url('../images/logo_cllmt_over.png');
}

ul.menu {
	list-style: none;
	height: 40px;
	margin: 0px;
}

ul.menu li {
	width: 20%;
	height: 40px;
	float: left;
	text-align: center;
}

ul.menu li a {
	display: block;
	width: 95%;
	height: 40px;
	line-height: 40px;
	color: #6D6E71;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 4px;
	background-image: url('../images/menu_rodape.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

ul.menu li a:visited {
	color: #6D6E71;
}

ul.menu li.active a, ul.menu li a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #FFCB00;
	background-color: #6D6E71;
}

.subfooterarea {
	padding-top: 20px;
	
}

.subfooter-box {
	height: 210px;
	width: 49.5%;
	float: left;
}

.subfooter-boxspacer{
	height: 210px;
	width: 1%;
	float: left;
}

.subfooterarea .titulo-seccao {
	width:100%;
	font-size:18px;
	background-color: #F1F2F2;
	color: #6D6E71;
	padding: 7px 0px;
	margin-bottom: 0px;
}

.subfooterarea .link-bottom {
	border-top: 1px solid #A7A9AC;
	height: 21px;
	background-image: url('../images/seta_links.png');
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	padding-right: 15px;
}

.subfooterarea .link-bottom a:visited, .subfooterarea .link-bottom a {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	color: black;
}

.subfooterarea .link-bottom a:hover {
	cursor: pointer;
}

.subfooterarea-content{
	height: 145px;
	overflow:hidden;
}

 .fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]  {width: 100% !important;}

/* RSS feed */
.ItemDate {
	padding-top: 6px;
	font-size: 12px;
	color: #939598;
	line-height: 12px;
}
.ItemTitle {
	padding-bottom: 5px;
}
.ItemTitle a:visited,
.ItemTitle a {
	font-size: 12px;
	color: black;
	text-decoration: none;
}
.ItemTitle a:hover {
	text-decoration: underline;
}
/* EOF RSS feed */

/* Picasa albuns */
.picasa-title{
	background-color:white;
	border-bottom: 5px #FFCB00 solid;
	width: 100%;
	font-size: 18px;
	color: #6D6E71;
	padding: 5px 0px;
	margin-bottom: 0px;
}

ul.picasa-album{
	margin:0px;
}

ul.picasa-album li{
	list-style: none;
	margin:0 auto;
	width: 65px;
	height: 65px;
	float:left;
	padding: 3px;
}

a.picasa-image-large{
	width: 65px;
	height: 65px;
	display: block;
	text-align:center;
}

.picasa-image-thumb{
	max-width: 56px;
	max-height: 56px;
	margin:0 auto;
}

/* EOF Picasa albuns */

table.table tbody td {
	cursor: pointer;
}

