a:link {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #000000;
}
.clase2 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.borde {
	border: 1px solid #000000;
}
.form{
	font-size: 8pt;
	font-family: Arial;
	color: #003399;
	height: 20px;
	width: 200px;
  }
/*Campos formulario largo*/
.form2{
	font-size: 8pt;
	font-family: Arial;
	color: #003399;
	height: 20px;
	width: 350px;
  }
/*Campos formulario grande para texto*/
.form3{
	font-size: 8pt;
	font-family: Arial;
	color: #003399;
	height: 200px;
	width: 350px;
  }
.boton {
	font-size: 9pt;
	font-family: Arial;
	color: #003399;
	height: 20px;
	border: 1px solid #003366;
  }
