body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 15px;
	text-align: justify;
}
.marron{
	color: #BCA156;
	font-weight: bold;
}
.verde{
	color: #3EB7B2;
	font-weight: bold;
}
.letra{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.letra:hover{
	text-decoration: none;
}
.menu{
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.menu:hover{
	color: #BCA156;
	text-decoration: none;
}
.blanco{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.blanco:hover{
	text-decoration: underline;
}
.campo {
	width: 250px;
	height: 20px;
	background-color: transparent;
	border: 2 thin dotted #999999;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.campocomentarios {
	width: 304px;
	height: 100px;
	background-color: transparent;
	border: 2 thin dotted #999999;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.boton {
  font-family: Verdana;
  font-size: 10px;
  height: 17px;
  border: 1px doble #666666;
}
.rojo{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
