body {
	background-image: url("graficos/imgFondo.jpg");
	background-attachment: fixed;
	background-color: #33CC00;
}

h1 {
	color: #006600;
	text-align: center;
	font-size: 18pt;
	border-width: thin;
	border-color: green;
	border-style: outset;
	font-family: "Comic Sans MS", "Courier NEW", charter, courier, lucidabright, monospaced
}

h2 {
	color: #006600;
	text-align: center;
	font-size: 16pt;
	font-family: "Comic Sans MS", "Courier NEW", charter, courier, lucidabright, monospaced
}

h3 {
	color: #006600;
	text-align: center;
	font-size: 14pt;
	font-family: "Comic Sans MS", "Courier NEW", charter, courier, lucidabright, monospaced
}

blockquote {
	font-style: italic;
	text-align: center;
	color: #006600
}

p {
	color: #006600;
	font-size: 13pt;
	text-align: justify;
	font-family: "Comic Sans MS", garamond, utopia, times, serif
}

font {
	color: #006600;
	font-size: 13pt;
	font-style: italic;
	text-align: justify;
	font-family: "Comic Sans MS", garamond, utopia, times, serif
}

.countfont {
	color: #006600;
	font-size: 4pt;
	font-style: italic;
	text-align: justify;
	font-family: "Comic Sans MS", garamond, utopia, times, serif
}

a {
	color: #006600;
	text-align: center;
	text-decoration: none;
	font-family: Verdana,"Comic Sans MS", Arial;
	font-size: 10pt
}

a:hover {
	color: #006600;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, "Comic Sans MS", Arial;
	font-weight: bold;
	font-size: 10pt
}

