#CONTEINER {
	position:relative;
	width:100%;
	height:20px;
	z-index:1;
	background-color: #FFFF00;
}
#Layer1 {
	position:absolute;
	width:100%;
	height:10px;
	z-index:1;
	top: 58px;
}
#Layer2 {
	position:relative;
	width:768px;
	height:232px;
	z-index:2;
}
#apDiv1 {
	position:absolute;
	width:760px;
	height:75px;
	z-index:2;
}
#LOGOTIPO {
	position:absolute;
	width:141px;
	height:115px;
	z-index:2;
	top: -27px;
	left: 17px;
}


.DivLink{
	font-family: "Trebuchet MS",Verdana,Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
.DivLink a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.DivLink a:hover {
	color: #000000;
	text-decoration: underline;
}
