/*****************************************
*	ESTILOS PARA EL RATING CON ESTRELLAS
*****************************************/
.star-rating {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 125px;
    height: 25px;
    position: relative;
    overflow: hidden;
    background: url( '/images/estrellas_moradas.gif' ) top left repeat-x;
}

.star-rating li {
    padding: 0px;
    margin: 0px;
    width: 25px;
    height: 25px;
    float: left;
}

.star-rating li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    overflow: hidden;
}

.star-rating li a:hover {
    background: url( '/images/estrellas_moradas.gif' ) left bottom;
    z-index: 2;
    left: 0px;
    border: none;
}

.star-rating a.one-star {
    left: 0px;
}

.star-rating a.one-star:hover {
    width: 25px;
}

.star-rating a.two-stars {
    left: 25px;
}

.star-rating a.two-stars:hover {
    width: 50px;
}

.star-rating a.three-stars {
    left: 50px;
}

.star-rating a.three-stars:hover {
    width: 75px;
}

.star-rating a.four-stars {
    left: 75px;
}

.star-rating a.four-stars:hover {
    width: 100px;
}

.star-rating a.five-stars {
    left: 100px;
}

.star-rating a.five-stars:hover {
    width: 125px;
}

.star-rating li.current-rating {
    background: url( '/images/estrellas_moradas.gif' ) left center;
    position: absolute;
    height: 25px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

.star-information {
    color: #999999;
    margin-left: 2px;
}

/* remove halo effect in firefox   */

.star-rating a.one-star:visited {
    outline: none
}

.star-rating a.two-stars:visited {
    outline: none
}

.star-rating a.three-stars:visited {
    outline: none
}

.star-rating a.four-stars:visited {
    outline: none
}

.star-rating a.five-stars:visited {
    outline: none
}

.star-rating a.one-star:link {
    outline: none
}

.star-rating a.two-stars:link {
    outline: none
}

.star-rating a.three-stars:link {
    outline: none
}

.star-rating a.four-stars:link {
    outline: none
}

.star-rating a.five-stars:link {
    outline: none
}

.star-rating-peq {
    text-align: left; /* */
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 75px;
    height: 15px;
    position: relative;
    overflow: hidden;
    background: url( '/images/estrellas_moradas.gif' ) top left repeat-x;
}

.star-rating-peq li {
    padding: 0px;
    margin: 0px;
    width: 15px;
    height: 15px;
    float: left;
}

.star-rating-peq li a {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    overflow: hidden;
}

.star-rating-peq li a:hover {
    background: url( '/images/estrellas_moradas.gif' ) left bottom;
    z-index: 2;
    left: 0px;
    border: none;
}

.star-rating-peq a.one-star {
    left: 0px;
}

.star-rating-peq a.one-star:hover {
    width: 15px;
}

.star-rating-peq a.two-stars {
    left: 15px;
}

.star-rating-peq a.two-stars:hover {
    width: 30px;
}

.star-rating-peq a.three-stars {
    left: 30px;
}

.star-rating-peq a.three-stars:hover {
    width: 45px;
}

.star-rating-peq a.four-stars {
    left: 45px;
}

.star-rating-peq a.four-stars:hover {
    width: 60px;
}

.star-rating-peq a.five-stars {
    left: 60px;
}

.star-rating-peq a.five-stars:hover {
    width: 75px;
}

.star-rating-peq li.current-rating-peq {
    background: url( '/images/estrellas_moradas.gif' ) left center;
    position: absolute;
    height: 17px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

/* remove halo effect in firefox   */

.star-rating-peq a.one-star:visited {
    outline: none
}

.star-rating-peq a.two-stars:visited {
    outline: none
}

.star-rating-peq a.three-stars:visited {
    outline: none
}

.star-rating-peq a.four-stars:visited {
    outline: none
}

.star-rating-peq a.five-stars:visited {
    outline: none
}

.star-rating-peq a.one-star:link {
    outline: none
}

.star-rating-peq a.two-stars:link {
    outline: none
}

.star-rating-peq a.three-stars:link {
    outline: none
}

.star-rating-peq a.four-stars:link {
    outline: none
}

.star-rating-peq a.five-stars:link {
    outline: none
}

.star-rating-peq li.current-rating-peq {
    background: url( '/images/estrellas_moradas.gif' ) left center; /*position: absolute;*/
    height: 17px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

.rate {
    padinng: 0;
    font-size: 20px;

}

.rate table tr td {
    padding: 0;
}

.estrellas {
    /*background: url( '/images/boton_votar.jpeg' );*/
    /* width: 223px;*/
    background-repeat: no-repeat;
}

.estrellas ul {
    margin-bottom: 5px;
    /* margin-left: 90px;*/
}

/******** Para el rate del listado  ************/

.estrella_index {
  background-image:url(../images/ciudadanos/valoracionComentarios/estrella.jpg);
  background-repeat:repeat-x;
}


.titulo_apartado .texto_azul{
    font-size:13px;
}

.alineacion_izquierda{
    text-align:left;
}


/* Sobre escribir estilo del submen� de Ciudanos por si cambiamos ciu.css   */

/*.seleccionado.guias_y_manuales{*/
	/*background-image:url(../images/comun/menu/sombraMenu_guias.gif);*/
/*}*/


.submenu li{
	padding:5px 12px;
}


.contenidoDetalleNoticia th{
    width: 128px;
}
