@CHARSET "UTF-8";

body{
	height: 700px;
	width: 900px;
	margin: auto;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
.corpotexto{
	height: 465px;
	width: 500px;
	vertical-align: top;
	overflow: auto;
	font-size: 12px;
	text-align: justify;
	padding-right: 5px;
}
.corpotexto a{
	text-decoration: none;
	color: #537d32;
}
.corpotexto a:hover{
	color: #999;
}
.menu{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.menu a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.menu a:hover{
	color: #537d32;
}
.titulo{
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
.titulopaxina{
	color: #537d32;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid;
	border-top: 1px solid;
}

.formulario{
	font-size: 12px;
}
.formulario .campo{
	text-align: right;
}
.formulario input{
	font-size: 12px;
	border: none;
	border-bottom: 1px dotted;
}