.lapozo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: thin solid #666666;
	width: auto;
	position: static;
	height: auto;
	padding: 2px;
}
.lapozo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3300;
	background-color: #FFFFFF;
	padding: 0 5px;
	width: auto;
	position: static;
	height: auto;
}

.lapozo a:visited {
	color: #FF3300;
	text-decoration: none;
}
.lapozo a:hover {
	color: #FF3300;
	background-color: #333333;
	text-decoration: none;
}
.lapozo a:active {
	color: #FF3300;
	text-decoration: none;
}

