/* @group 3bases */

h1 {
	color: #707070;
	font: bold 18px/25px Arial, Helvetica, san-serif;
	margin: 0;
}

.destaque_titulo {

}

.titulo {
	color: #484848;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
	margin-bottom: 3px;
}

.titulo a,
.titulo a:active,
.titulo a:link,
.titulo a:visited {
	color: #484848;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.titulo a:hover {
	color: #e7e7e7;
	text-decoration: none;
}

.divisoria {
	border-bottom: 1px solid #545454;
	background-color: transparent;
	width: 250px;
	float: right;
	text-align: right;
}

.moldura_imagem {
	border: 1px solid #3b3b3b;
}

.contactos_div {
	border: 1px solid #bdbdbd;
	padding: 20px;
	background: #e3e3e3 url(../images/fundo_contactos.jpg) no-repeat right 17px;
}

/* @end */

/* @group body */

html, body
{
    color: black;
	font: 13px/17px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: white;
}

a,
a:active,
a:link,
a:visited {
    color: #6349a2;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, san-serif;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#erro {
	background: url(../images/erro.png) no-repeat 50px center;
	width: 100%;
	height: 200px;
}

#divisoria {
	height: 2px;
	border-bottom: 1px solid #545454;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.div_visivel {
	display: block;
}

.div_escondido {
	display: none;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

/* @end */

