/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
/*margin-left: 0;*/
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs td{
/*display:block;*/
display:inline-table;
margin-top: 14px;
/*position:static;*/
}

.shadetabs td a{
text-decoration: none;
position:relative;
/*z-index: 1;*/
padding: 8px 4px;
/*margin-right: 0px;*/
/*border: 1px solid #FFFFFF;*/
color: #608A9F;
background: white url(shade.png);

}

.shadetabs td a:visited{
color: #89C6E4;
}

.shadetabs td a:hover{
/*text-decoration: underline;*/
color: #89C6E4;
background: white url(shadeactive.png);
background-repeat:no-repeat;
}

.shadetabs td a.selected{ /*selected main tab style */
position: relative;
/*top: 1px;*/
}

.shadetabs td a.selected{ /*selected main tab style */
background-image: url(shadeactive.png);
/*border-bottom-color: white;*/
color: #89C6E4;
background-repeat:no-repeat;
}

.shadetabs td a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.fondo {
background:url(http://guaguamusic.com/revista_guagua_music/images/guagua_music/tramabutonsrevista.jpg);
}