.ImaDatosCategoriasS ul,
.ImaDatosCategoriasS li,
.ImaDatosCategoriasS h2,
.ImaDatosCategoriasS h3,
.ImaDatosCategoriasS p{
    margin: 0;
    padding: 0;
    list-style: none;
}

.ImaDatosCategoriasS{    
    text-align: left;
}

.ImaDatosCategoriasS h2 a{
    font: 15px "Courier New", Courier, monospace;
	color: #585858;
    background-color: #F5F5F5;
    float: left;    
    text-decoration: underline;
}
.ImaDatosCategoriasS ul{
    clear:left;
    padding-top: 10px;
}
.ImaDatosCategoriasS li{
    padding-bottom: 2px;
}

.ImaDatosCategoriasS li a{
    font: bold 11px/25px Arial, Helvetica, sans-serif;
    color:Black;
    text-decoration: underline;
    padding-right: 5px;
}
.ImaDatosCategoriasS li strong{
    color: #BF0000;
}

.ImaDatosCategoriasS .entrar{
    clear:both;
    float: left;
    padding-top: 20px;
    padding-left: 10px;
}
.ImaDatosCategoriasS .entrar a{
    font: 12px/18px "Courier New", Courier, monospace;
    position:relative;
    float:left;
    background: url(/img/botones/verde/cen.gif) 0 0 repeat-x;
    color: Black;
    padding: 0 4px;
    text-align: center;
}
.ImaDatosCategoriasS .entrar a,
.ImaDatosCategoriasS .entrar span{
    display:block;
    cursor: pointer;
    height:20px;
}
.ImaDatosCategoriasS .entrar .caja1{
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    background-image: url(/img/botones/verde/izq.png);
}
.ImaDatosCategoriasS .entrar .caja2{
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    background-image: url(/img/botones/verde/der.png);
}