/* ######### CSS for Shade Tabs. Remove if not using ######### */





.tabcontent{
display:none;
}
#canal_0 { display:none;}

#canal_1 { background:url(../imagenes/canales-bot-01-off.jpg) no-repeat; width: 235px; height:69px; display:block; float:left}
#canal_1:hover, a#canal_1.selected { background:url(../imagenes/canales-bot-01-on.jpg) no-repeat; }
#canal_2 { background:url(../imagenes/canales-bot-02-off.jpg) no-repeat; width: 235px; height:69px; display:block; float:left}
#canal_2:hover,  a#canal_2.selected { background:url(../imagenes/canales-bot-02-on.jpg) no-repeat; }
#canal_3 { background:url(../imagenes/canales-bot-03-off.jpg) no-repeat; width: 235px; height:69px; display:block; float:left}
#canal_3:hover,  a#canal_3.selected { background:url(../imagenes/canales-bot-03-on.jpg) no-repeat; }
#canal_4 { background:url(../imagenes/canales-bot-04-off.jpg) no-repeat; width: 235px; height:69px; display:block; float:left}
#canal_4:hover,  a#canal_4.selected { background:url(../imagenes/canales-bot-04-on.jpg) no-repeat; }
#canal_1 span, #canal_2 span,#canal_3 span,#canal_4 span{ display:none}