@charset "utf-8";
/* CSS Document */

/* mas fotos */

a#mas_btn {
    display:block;
    text-indent:-9999em;
    width:30px;
    height:30px;
    background: url(../imagenes/masbtn.jpg) top left no-repeat;
}
a#mas_btn:hover {
    background-position:0 -30px;
}

a#atras_btn {
    display:block;
    text-indent:-9999em;
    width:30px;
    height:30px;
    background: url(../imagenes/atrasbtn.jpg) top left no-repeat;
}
a#atras_btn:hover {
    background-position:0 -30px;
}
