Este es el codigo
Código PHP:
.titulos {
WIDTH: 100%;
CURSOR: pointer;
background-color: #000;
border: 1px solid #FFF;
display: list-item;
text-decoration: none;
}
#titulo-1 {
font-family: Arial;
font-size: 12px;
color: #000000;
font-weight: bold;
text-indent: 30px;
background-color: #FFF;
border-top-color: #FFF;
text-decoration: none;
}
#titulo-1:hover {
background-repeat: no-repeat;
font-family: Arial;
font-size: 12px;
color: #F00;
font-weight: bold;
text-indent: 30px;
background-color: #FF9;
border-top-color: #FFF;
text-decoration: none;
}
Una ayudita?.
Muchas gracias