body {
	background-image: url(fondo.jpg);
	background-repeat:  repeat-x;
}
.enlace {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #666666;
	font-size: 12px;
}
.enlace a:link {
	color: #990000;
	text-decoration: none;
}
.enlace a:visited {
	color: #990000;
	text-decoration: none;
}
.enlace a:hover {
	color: #990000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
}
.texto {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #666666;
	font-size: 12px;
	text-align: justify;

}
input {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
