@charset "ISO-8859-1";
/* CSS Document */

body {
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image:url(pics/fundo.jpg);
	color: #666;
	line-height: 12px;
	margin-top: 0px;
}
#header a img {
	border: 0px;


}
a, a:visited{
	color: #da1c5c;
}
#pagina{
	width:800px;
	margin-left:auto;
	margin-right:auto;	
}

h3{
text-transform: uppercase;
}
#menu{
	color:white;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
#menu ul{
	padding-left:0px;
	height: 30px;
	margin-bottom: 0px;
	list-style:none;
	font-size: 14px;

}

#menu li{
	float:left;
	width: 100px;
	height: inherit;
	text-align: center;
	text-transform:uppercase;
	
}

#menu ul li a, #menu ul li a:visited{
	display: block;
	color:#fff;
	text-decoration: none;

}

#menu ul li a:hover,.selected{
	display: block;
	color:#fff;
	text-decoration: none;
	width: 100px;
	height: inherit;
	margin-bottom: 0px;
	background-image: url(pics/selected.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}



#conteudo{
	line-height: 1.5em;
	background-color: white;
	padding:60px 70px 60px 70px;
}

#conteudo strong{
	color: #da1c5c;

}
#conteudo h1{
	color: #da1c5c;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom-color: #666;
	border-bottom-style: dotted;
	border-bottom-width: thin;

}

#conteudo ul {
	border-bottom-color: #666;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-bottom: 20px;


}

#conteudo li{
	list-style: none;
	

}

#conteudo ul.parceiros{
	padding-left: 0px;
	


}
#conteudo ul.parceiros li{
	list-style: none;
	padding:20px;
	background-color: #e7e7e7;
	margin-bottom: 18px;

}
#conteudo ul.parceiros li a,#conteudo ul.parceiros li a:hover {
	color: #da1c5c;

}
#conteudo ul li img {
float:right;
margin-left: 4em;
border: 0px;

}

.height_fix{
	padding-bottom: 60px;
}
#morada{
	border-bottom-color: #666;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-bottom: 20px;
	margin-bottom: 30px;

}

dt{
color: #da1c5c;

margin: 0px;
padding: 0px;
font-weight: bold;
}

dd{
margin: 0px 0px 20px 0px;
padding: 0px;
}



#footer{
	clear:both;
	padding-left:1em;
	padding-top:1em;
	padding-bottom:1em;
	color:white;
	font-size: 11px;
	
	
}
