@charset "utf-8";
/* CSS Document */

<style type="text/css">

.fondo {
	background-color: #00CCFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.textoconsola {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #000000;
	background-color: #00FF33;
}
.titulo {
  font-size: x-large;
}
