#fondo {
	background-image: url(images/back.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
body {
	background-color: #F0E0A0;
	margin: 0px;
	padding: 0px;
	background-image: url(images/back2.gif);
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}
.texto_12px {
	font-size: 12px;
	color: #666666;
}
.azul {
	color: #2F3C68;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#apDiv1 {
	position:absolute;
	width:100%;
	z-index:1;
	height: 193px;
	top: 0px;
	visibility: visible;
	left: 0;
}
#apDiv2 {
	position:relative;
	width:50px;
	z-index:2;
	height: 20px;
	left: 600px;
	top: 50px;
	visibility: inherit;
}
