



.est {
	width: 66px;
	height: 14px;
	padding: 0;
	position: relative;
	background-image: url(/export/system/modules/com.tfsla.lacapital.diario/resources/css/img/estrellascombo.png);
	/*margin-left: 52px;*/
}

.estN {
	width: 66px;
	height: 14px;
	padding: 0;
	position: relative;
	background-image: url(/export/system/modules/com.tfsla.lacapital.diario/resources/css/img/estrellascombo.png);
	margin-left: 52px;
}
   
.est li, .estN li {
    margin: 0; 
    padding: 0; 
    list-style: none;
    position: absolute; 
}

.est li, .est a, .estN li, .estN a {
    height: 14px; 
    display: block;
    
}

.est1 { 
	left: 0; 
	width: 14px;
	z-index:100;
}

.est2 { 
	left:0px; 
	width: 28px;
	z-index: 90;
}

.est3 { 
	left:0px; 
	width: 42px;
	z-index: 80;
}

.est4 { 
	left:0px; 
	width: 56px;
	z-index: 70;
}

.est5 { 
	left:0px; 
	width: 66px;
	z-index: 60;
}



.est1 a:hover, 
.est2 a:hover, 
.est3 a:hover, 
.est4 a:hover, 
.est5 a:hover {
	background-color: transparent;
	background-image: url(/export/system/modules/com.tfsla.lacapital.diario/resources/css/img/estrellascombo.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
}
.toolbar .estext  {
	float: left;
	width: 50px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.estrellas {
    background-image: url(/export/system/modules/com.tfsla.lacapital.diario/resources/css/img/estrellascombo.png);
    background-repeat: no-repeat;
    height: 14px;
    width: 66px;
    margin-left: 52px;
}
.estrellas.e5 {
    background-position: 0px -14px;
}
.estrellas.e4 {
    background-position: 0px -28px;
}
.estrellas.e3 {
    background-position: 0px -42px;
}
.estrellas.e2 {
    background-position: 0px -56px;
}
.estrellas.e1 {
    background-position: 0px -70px;
}

