a {
	color: #000000;
	text-decoration:underline;
}
a:hover {
	color: #000000;
}
form {
	padding:0px;
	margin:0px;
}
.texto_azul {
	color: #3A3F8E;
}
.texto_azul a{
	color: #3A3F8E;
	text-decoration:none;
}
.texto_azul a:hover{
	color: #3A3F8E;
	text-decoration:underline;
}
.texto_blanco {
	color: #FFFFFF;
}
.texto_blanco a{
	color: #FFFFFF;
	text-decoration:none;
}
.texto_blanco a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
.borde_pag {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3A3F8E;
	border-bottom-color: #3A3F8E;
	border-left-color: #3A3F8E;
}
.campo_form {
	width:240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
