@charset "utf-8";
/* CSS Document */

body {background-color: #FFFFFF}
a:link {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #669900;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: underline;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #336600;
	text-indent: 20px;
}
h1 {
	font-size:24px
}
h2 {
	font-size:20px
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-indent: 30px;
}
p.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-indent: 30px;
}
p.imagen {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #336600;
}