*{
	margin: 0px;
	border: 0px;
	padding:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px; 
}
body 
{
	background-color:#ffffff;
}

a:link, a:visited 
{
	color: #5F8962;
	font-weight:bold;
	text-decoration: none;
		
}
a:hover {
	color: #064B0A;
	font-weight:bold;
	text-decoration: none;
	
}
#contenedor
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 780px;
	height: 432px;
	margin-left: -400px; /*   width/2   */
	margin-top: -240px;  /*   height/2   */
	z-index:1
}


#botonera
{
	position: absolute;
	width: 220px;
	height: 26px;
	left: 315px;
	top: 296px;
	z-index:2
}

