@charset "utf-8";
/* diseño web & grafico */


#menuContainer {
	position:absolute;
	z-index:3;
	left: 0px;
	top: 0px;
	overflow: visible;
	visibility: inherit;
	width: 230px;
	color: #000000;
	background-color: #FFFFFF;
	white-space: normal;
	line-height: 15px;
}

a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #003300;
}
a:active {
	text-decoration: none;
	color: #003300;
}
a:link {
	text-decoration: none;
	color: #003300;
}
#apDiv2 {
	position:absolute;
	width:230px;
	height:100%;
	z-index:2;
	left: 255px;
	background-color: #FFFFFF;
	border-left-width: thin;
	border-left-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#backmain {
	position:absolute;
	width:500px;
	height:500px;
	z-index:1;
	right: 0px;
	bottom: 0px;
}
body {
	background-color: #AFBE13;
	margin-left: 0px;
	margin-top: 0px;
}
