body {
	background-image: url(images/fondo.gif);
	margin: 0px;
}
.bordenegro {
	border: 1px solid #333333;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #999999;
	text-align: justify;
}
a:link {
	color: #595959;
	text-decoration: underline;
}
a:hover {
	color: #868686;
	text-decoration: none;
}
a:visited {
	color: #E3E3E3;
	text-decoration: underline;
}
a:active {
	color: #333333;
}
.texto_centrado {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #333333;
	text-align: center;
}
