.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{/*esta etiqueta se refiere a las pestaņas*/
text-decoration: none;
text-align:center;
width:70px;
height:15px;
background: url(img/barras_dias_cine.jpg);
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;  
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 5px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(img/barras_dias_cine2.jpg);
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


.tabcontentstyle{ /*esta etiqueta se refiere al bloque de contenido*/
border-left: 1px solid #c2c2c2;
border-right: 1px solid #c2c2c2;
width: 590px;
padding: 10px;
}

#tabcontenidosup{
background: url(img/top_nota.jpg);
height:30px;
}

#tabcontenidoinf{
background: url(img/bottom_nota.jpg);
height:30px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
