.lnk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

.lnk:hover {
	color: #FDDCBB;
	text-decoration: underline;
}

#contenido { 
	position:absolute; 
	left:-2000; 
	top:-2000;
}

#redircont {
	position:absolute;
	width:500px;
	height:155px;
	z-index:1;
	background-color: #FFFFFF;
	display: block;
}

