html{
	background-color: #6e9c1a;
	color: white;
	font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1
{
	margin-left: 10px;
	padding-left: 10px;
	font-size: 1.5em;
}
h2
{
	margin-left: 10px;
	padding-left: 10px;
	font-size: 1.3em;
}
h3{
	margin-left: 10px;
	padding-left: 10px;
	font-size: 1.2em;
}
a{
	font-size: 11px;
	text-decoration: none;
	color: #95d325;
}
a:hover
{
	color: #a1e745;
}
p{
	padding: 10px;
	margin: 10px;
}
img
{
}
#header
{
	height: 250px;
	background-image: url(../images/cesped.jpg);
}
#logo
{
	width: 760px;
	height: 250px;
	background: url(../images/logo.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#note
{
	font-size: 0.9em;
	clear: both;
}
#content
{
	
}
#top
{
	height: 305px;
}
#bottom
{
	height: 330px;
	background-color: #7ead27;
	display: none;
}
#paypalbutton
{
	display: none;
}
#topcontent
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#descargarbtn
{
	float: right;
	margin: 20px;
	color: #fff;
	text-decoration: none;
	height: 43px;
	width: 171px;
	background:url(../images/down.png) no-repeat;
}
#descargarbtn:hover
{
	background-position: 0 -43px;
}
#descargarbtn span
{
	display: none;
}
#capture1
{
	display: block;
	margin-left: 20px;
	width: 270px;
	height: 183px;
	float: left;
	background: url(../images/capture1.png) no-repeat;
}
#capture2
{
	margin-left: 20px;
	display: block;
	width: 270px;
	height: 183px;
	float: left;
	background: url(../images/capture2.png) no-repeat;
}
#description
{
	
}
#bottomcontent
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#legal
{
	font-size: 9px;
	width: 258px;
	margin-left: auto;
	margin-right: auto;
	color: #d1d1d1;
}
#footer
{
	margin-top: 80px;
	text-align: center;
}
