@charset "utf-8";

html, body {
	height:100%;
	margin: 0px 0px 0px 0px;
	text-align: center; /* for IE */
	background-color: #260000;
	background-image: url(images/fundo/fundo.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
}

body, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#container img{
	margin-right: 10px;
	border:1px solid #960200;
}

#container {
	width: 800px;
	height: 100%;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background-image: url(images/fundo/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header {	
	background-image: url(ficheiros/flash.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu {
	margin-left: 723px;
}

#content {
	width: 760px;
	margin-top: 146px;
	float: left;
	min-height: 444px;
}

#footer {
	width: 800px;
	text-align: center;
}

.linhaV {
	background-image:url(images/pontoRed.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width: 30px;
}

.linhaH {
	background-image:url(images/pontoRed.jpg);
	background-position:center;
	background-repeat:repeat-x;
}

.handCursor {
 cursor: pointer;
}

.linkNoticias {
    text-decoration:none;
    color:#cc0000;
    font-size:9px;
    font-weight:bold;
}

.map {
	width:360px;
	height:355px;
	border:1px solid #960200;
}

.lockerDiv {
	opacity:.60;
	filter:alpha(opacity=60);
	background-color:#000000;
	z-index:1000;
	
}

.holderDiv {
	padding-top:30px;
	position:absolute;
	overflow:hidden;
    width:100%;
    height:100%;
	z-index:1001;
	visibility:hidden;
}

