.borde {
	border: 1px solid #000000;
}
body {
	background-color: #8E9AAB;
	background-image: url(images/background.jpg);
	background-repeat:  no-repeat;
	background-position: 0px 0px;

}
.texto1 {
	font-family: Arial;
	font-size: 12px;
	color: #484385;
}
a.enlace1:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #484385;
	text-decoration: none;
}
a.enlace1:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #484385;
}
a.enlace1:hover {
	font-family: Arial;
	font-size: 12px;
	color: #484385;
	text-decoration: underline;
}
.texto2 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
a.enlace2:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.enlace2:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a.enlace2:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
