@charset "ISO-8859-1";
body {
	background-color: #8DC63F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.no_repetir  {
	background-repeat: no-repeat;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.textarea {
	background-color: E3EE8E;
	border: 2px solid #C6DC1F;
}
.button {
	background-color: #8F5F9F;
	border: 2px solid C6DC1F;
	font-weight: bold;
	color: #FFFFFF;
}
.background {
	background-color: #FFFFFF;
}
.left_bottom {
	background-position: left bottom;
}
.center_top {
	background-position: center top;
}
a:link {
	color: #E3EE8E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E3EE8E;
}
a:hover {
	text-decoration: none;
	color: #E3EE8E;
}
a:active {
	text-decoration: none;
	color: #E3EE8E;
}

