.horizontal
{width:100%; overflow:hidden;}
.horizontal div
{float:left; font-family:Arial, Helvetica, sanz-serif; font-size:12px;}

.horizontal .opcion a
{color:#fff; text-decoration:none; cursor:pointer;}
.horizontal .opcion_on a
{color:#000; text-decoration:none; cursor:pointer;}

.horizontal .borde_izq,
.horizontal .borde_izq_on,
.horizontal .borde_der,
.horizontal .borde_der_on
{width:10px; height:45px;}

.horizontal .borde_izq
{background:url(../img/menu_horizontal/menu_borde_izq_off.gif);}
.horizontal .borde_izq_on
{background:url(../img/menu_horizontal/menu_borde_izq_on.gif);}

.horizontal .borde_der
{background:url(../img/menu_horizontal/menu_borde_der_off.gif);}
.horizontal .borde_der_on
{background:url(../img/menu_horizontal/menu_borde_der_on.gif);}

.horizontal .opcion,
.horizontal .opcion_on
{height:45px; padding:0px 15px 0px 15px; background:url(../img/menu_horizontal/menu_centro_off.gif) repeat-x; cursor:pointer;}
.horizontal .opcion_on
{background:url(../img/menu_horizontal/menu_centro_on.gif) repeat-x; color:#000; cursor:pointer;}
.horizontal .opcion div,
.horizontal .opcion_on div
{padding-top:15px; cursor:pointer;}
