body {
	margin: 15px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background: url('fondo.gif');
}

#todo {
	width: 700px;
	margin: 0 auto 20px;
}

#cabeceira {
	background: url('cabeceira.jpg') no-repeat top center;
	width: 700px;
	height: 97px;
	margin: 0;
}

#borde-cabeceira {
	background: url('cabeceira-arriba.gif') no-repeat bottom;
	height: 11px;
}

#abaixo {
	background: white;	
	padding-top: 50px;
}

#abaixo form p button {
	padding: 4px;
	border: 1px solid black;
	margin: 0 5px;
	width: 20px;
	height: 20px;
}

#abaixo form p button span {
	display: none;
}

#abaixo form p button#aumentar {
	background: url('agran.gif') no-repeat center center #C4C4C4;
}

#abaixo form p button#reducir {
	background: url('apeq.gif') no-repeat center center #C4C4C4;
}

#abaixo form p button#normal {
	background: url('normal.gif') no-repeat center center #C4C4C4;
}

#abaixo a {
	text-decoration: none;
	color: gray;
	font-weight: bold;
}

#abaixo a:hover {
	text-decoration: underline;
}

.centrado {
	text-align: center;
	margin-top: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #333333;
}

#pe {
	background: white;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#borde-abaixo {
	background: url('borde-abaixo.gif') no-repeat top center;
	height: 11px;
}

#esquerda {
	float: left;
	width: 120px;
	border-left: 4px solid gray;
	background-color: #F8F8F8;
	margin: 20px 0 0 10px;
	padding: 15px 0 15px 0;
	font-family: "Trebuchet MS";
}

#esquerda ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style: square;
}
#dereita {
	float: right;
	width: 500px;
	margin: 40px 20px 20px 0;
}

form {
	width: 40%;
	margin: auto auto;
}






/* Pestanas de arriba */
#menu {
	background: url('cabeceira-abaixo.jpg') repeat-x top;
	float: left;
	width: 100%;
	margin: 0 auto;
	font-size: 11px;
	line-height: normal;
}

#menu ul {
	margin: 0;
	padding: 6px 10px 0;
	list-style: none;
}

#menu li {
	float: left;
	background: url('right.gif') no-repeat right top;
	margin: 0;
	padding: 0 5px 0 0;
}

#menu a {
	float: left;
	display: block;
	background: url('left.gif') no-repeat left top;
	padding: 5px 7px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #9cf;
  }

/* Un
   dous \*/
#menu a {float:none;}
/* e tres */

#menu a:hover {
	color: #fff;
	background-position: 0 -150px;
}

#menu #activada {
	background-image: url('right_on.gif');
}

#menu #activada a {
	background-image: url('left_on.gif');
	color: #666;
	padding-bottom: 5px;
}

#menu #activada a:hover {
	background-position: 0 0 !important;
}

/* Fin de pestanas */
