@charset "UTF-8";
/* CSS Document */
 
#Main {
    width: 100%;
    margin: 0;
}

#Header, #Footer{
    width: 100%;
    margin: 0;
}
#cabimg {
     width: 100%;
}
body {
	leftmargin: 0; 
	topmargin: 0; 
	marginwidth: 0; 
	marginheight: 0;
	background-color: #FFF;
}	
.menu:link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.menu:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.menu:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #848683;
	text-decoration: none;
}
.TitulosSeccao {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22pt;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.texto {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: lighter;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.TituloGuest {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #848683;
	text-decoration: none;
}
.TitulosTextos {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bolder;
	color: #848683;
	text-decoration: none;
	text-align: center;
}
.Links:link {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.Links:visited {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.Links:hover {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #848683;
	text-decoration: none;
}
.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	padding: 20px;
}
.textomenu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 30px;
	padding-top: 30px
}