@charset "UTF-8";


@font-face {
	
	font-family: Calibri;
  	src: url('fonts/Calibri.ttf');
}
@font-face {

	font-family: Calibri;
	font-weight: bold;
	src: url('fonts/Calibri-Bold.ttf');
	
}

/*@font-face {

	font-family: Calibri;
	src: url('fonts/Calibri.eot');
	
}*/

#wrapper, #container {
        /* border: 1px solid red; */
        height: 500px;
        width: 900px;
		padding:0;
		margin:0;
		z-index: 10;
    }
    
#wrapper {

/* para melhorar a visualização no Dw tem que se comentar as três linhas seguintes */
        
		/*bottom: 50%;*/
        right: 50%;
		position: absolute;

        
    }
    
#container {
		
        background-color: #fff;
/* para melhorar a visualização no Dw têm que se comentar as três linhas seguintes */

		left: 50%;
        /*top: 50%;*/
        position: relative;
	
    }
#id {
	position: relative;
	height: 118px;
	width: 205px;
	text-align:left;
	
	/*background-color:#F63;*/
	
}

#conteudo {
	/*background-color: #CF0;*/
	position: absolute;
	height: 300px;
	width: 675px; /* é retirada a medida do padding */
	left: 185px;
	top:-6px;
	z-index:99;
	padding-left:40px;
	padding-top:12px;
	text-align: left;	/*padding-top: 25px;*/
}

#menu-inf {
	position: relative;
	height: 180px;
	width: 900px;
	color: #C00;
	background-image: url(imagens/fundo.gif);
	/*max-height:170px;*/
	
}

#fundo {
	position: absolute;
	height: 190px;
	width: 675px;
	right: 0;
	bottom: 10px;
	background-image: url(imagens/spacer10.png); 
	
}

#rodape {
	position: relative;
	height: 40px;
	width: 900px;
	background-color:#ddd;
	text-align: left;
	line-height:40px;
	
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666;
}

#rodape a:link, #rodape a:visited {
	
	color:#069;
	text-decoration: none;	
}

#rodape a:hover, #rodape a:active {
	
	color: #c00;

}


#rodape span, #rodape a {
	
	vertical-align:top;	
	
}

.linkactivo {
	
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #c00;
	text-decoration: none;
	
}



/* -------------------------- */
/* -------------------------- */
/* ------- T-E-X-T-O -------- */
/* -------------------------- */
/* -------------------------- */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-color:#FFF;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #c00;
	margin-bottom: 18px;
}
#conteudo p  {
	font-family: Calibri, sans-serif;
	font-size: 14px;
	color: #333;
}

.txt-bold {
	font-weight: bold;	
}

.txt-italico {
	font-style:italic;
}



.txt-cinza {
	
	color:#666;	
	
}
.txt-pequeno {
	font-size: 12px;
}

.destaquecinza {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #CCC;
	display: block;
	height: 25px;
	text-align: left;
	padding-top: 4px;
	padding-left: 7px;
}


/* -------------------------- */
/* -------------------------- */
/* ------- L-I-N-K-S -------- */
/* -------------------------- */
/* -------------------------- */

#nav {
	
	/*background-color: #6CC;*/
	position: relative;
	width: 195px;
	height: 360px;
	left:5px;
	text-align: left;
	border-top: 1px solid #CCC;
	
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;	
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	border-bottom: 1px solid #CCC;
}
#nav li a:link, #nav li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color:#666;
	text-decoration: none;
}

#nav li a:hover {
	color: #c00;
}


/*	links do menu que já estão activos.
	aplica-se às sub-paginas.  */
#nav li a.linkbold:link, #nav li a.linkbold:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color:#c00;
	text-decoration: none;
}

#nav li a.linkbold:hover {
	color: #c00;
	font-weight: bold;
}



/*	aplica-se aos links com imagens.
	Serve apenas para tirar o contorno.  */
a:link img, a:visited img {
	border:0;
}

a:hover img, a:active img {
	border:0;
}

a.link1:link, a.link1:visited {
	
	font-weight: bold;
	text-decoration: none;
	color:#000;
	
}

a.link1:hover, a.link1:active {
	
	font-weight: bold;
	text-decoration: none;
	color:#c00
	
}
a.link-dest:link, a.link-dest:visited {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #CCC;
	display: block;
	height: 25px;
	text-align: left;
	padding-top: 4px;
	padding-left: 7px;
	
	text-decoration: none;
}
a.link-dest:hover, a.link-dest:active {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	background-color: #CCC;
	display: block;
	height: 25px;
	text-align: left;
	padding-top: 4px;
	padding-left: 7px;
	
	text-decoration:none;
}
.txt-subtitulo {
	font-family: Calibri, Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	position: relative;
	top: -17px;
	width: 450px;
}
.quadro-titulo {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #900;
	font-weight: bold;
	vertical-align: middle;
	margin: 4px;
	padding: 4px;
}
.quadro-subtitulo {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #999;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	width: 100px;
	position: relative;
	left: 1px;
	padding-top: 2px;
	padding-left: 5px;
}
.quadro-item {
	font-family: Calibri, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #D8D8D8;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
