/* CSS Document */
.barra{
	color:#003973;
	border-bottom-color:#003973;
	border-bottom-style:solid;
	border-left-color:#003973;
	border-left-style:solid;
	border-top-color:#003973;
	border-top-style:solid;
	border-right-color:#003973;
	border-right-style:solid;
	border-width:1px;
}
.letra{
	border-bottom-color:#003973;
	border-bottom-style:solid;
	border-left-color:#003973;
	border-left-style:solid;
	border-right-color:#003973;
	border-right-style:solid;
	border-top-color:#003973;
	border-top-style:solid;
	border-width:1px;
}

.letra2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003973;
	text-align:center;
}
#link a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003973;
	text-decoration:underline;
}
#link a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003973;
	text-decoration:underline;
}
#link a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003973;
	text-decoration:underline;
}

#submit, submit{
	border-width:0px;
}
