root { 
	display: block;
}
body{
	font-family: Arial,Sans;
	font-size: 14px;
	margin: auto;
	color: #000;
	background-color: #9051a0;
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #9051a0;
}
a:hover{
	color: #555;
}
table{
	font-family: Arial, sans;
	font-size: 14px;
}
.cabeza{
	background-color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 5px solid #555;
	border-right: 5px solid #555;
}
.esquerda{
	font-family: Arial, Sans;
	font-size: 18px;
	vertical-align: top;
	background-image: url('./imx/fondo_esquerda');
	background-repeat: repeat-y;
	background-position: right;
	width: 250px;
}
.esquerda a{
	color: #000;
	font-weight: bold;
}
.esquerda a:hover{
	color: #555;
}
.esquerda ul{
	list-style-type: none;
}
.esquerda li{
	padding: 10px 0px 0px 0px;
}
.esquerda .on{
	color: #fff;
	text-decoration: underline;
}
.dereita{
	text-align: center;
	vertical-align: top;
	background-image: url('./imx/fondo_dereita');
	background-repeat: repeat-y;
	background-position: left;
	width: 250px;
}
.pe{
	padding-top: 10px;
	text-align: center;
	background-color: #fff;
	border-left: 5px solid #555;
	border-right: 5px solid #555;
}
.centro{
	text-align: justify;
	vertical-align: top;
	padding: 10px 20px 10px 20px;
	background-image: url('./imx/logo_fondo.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
	background-color: #fff;
}
.titulo{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

