@charset "ISO-8859-15";
.horoscopos {
	float: left;
	width: 419px;
	height: 36px;
	color: #ac226f;
	font-weight:bold;
	margin-top: -3px;
}
.horoscopos .center {
	display: table;
	margin: auto;
}

.horoscopos img {
	border:none;
}
.horoscopos ul {
	margin-right: auto;
	margin-left: 3px;
	display: block;
	text-align: center;
	width: auto;
}
.horoscopos ul li {
	background-image: url(../imagenes/horoscopo.png);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	
	overflow: visible;
	width: 25px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	margin-top: -6px;
	margin-bottom: -6px;
	cursor: pointer;
	padding: 0px;
	list-style-type: none;	
}
.horoscopos .label {
	position: absolute;
	color: #FFF;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	width: 150px;
	left: -58px;
	right: -96px;
	height: 21px;
	top: -20px;
}
.horoscopos li.uno:hover .label.uno,
.horoscopos li.dos:hover .label.dos,
.horoscopos li.tres:hover .label.tres,
.horoscopos li.cuatro:hover .label.cuatro,
.horoscopos li.cinco:hover .label.cinco,
.horoscopos li.seis:hover .label.seis,
.horoscopos li.siete:hover .label.siete,
.horoscopos li.ocho:hover .label.ocho,
.horoscopos li.nueve:hover .label.nueve,
.horoscopos li.diez:hover .label.diez,
.horoscopos li.once:hover .label.once,
.horoscopos li.doce:hover .label.doce
{
	color: #999;
	display: inherit;
	z-index: 1000;
	background-image: url(../imagenes/servFondo.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 2px;
}
.horoscopos li.uno:hover .horoscopos.servs,
.horoscopos li.dos:hover .servs,
.horoscopos li.tres:hover .servs,
.horoscopos li.cuatro:hover .servs,
.horoscopos li.cinco:hover .servs,
.horoscopos li.seis:hover .servs,
.horoscopos li.siete:hover .servs,
.horoscopos li.ocho:hover .servs,
.horoscopos li.nueve:hover .servs,
.horoscopos li.diez:hover .servs,
.horoscopos li.once:hover .servs,
.horoscopos li.doce:hover .servs
{
	color: #F9F8F3;
}
.horoscopos li.cero {
	width:70px;
	background-image: none;
	margin-top: 4px;
}
.horoscopos li.uno {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.horoscopos li.dos {
	background-position: -25px 0px;
}
.horoscopos li.tres {
	background-position: -50px 0px;
}
.horoscopos li.cuatro {
	background-position: -75px 0px;
}
.horoscopos li.cinco {
	background-position: -100px 0px;
}
.horoscopos li.seis {
	background-position: -125px 0px;
}
.horoscopos li.siete {
	background-position: -150px 0px;
}
.horoscopos li.ocho {
	background-position: -175px 0px;
}
.horoscopos li.nueve {
	background-position: -200px 0px;
}
.horoscopos li.diez {
	background-position: -225px 0px;
}
.horoscopos li.once {
	background-position: -250px 0px;
}
.horoscopos li.doce {
	background-position: -275px 0px;
}

.horoscopos .servs {
	position: absolute;
	top: 0px;
	width: 89px;
	text-align: center;
	z-index: 500;
	color: #999;
	font-size: 10px;
}

