/* CSS Document */
/* infoculinar */

.shadetabs_infoculinar{
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_infoculinar li{
display: inline;
margin: 0;
}

.shadetabs_infoculinar li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #fff;
background: white url(images/mov.gif) top left repeat-x;
}

.shadetabs_infoculinar li a:visited{
color: #fff;
}

.shadetabs_infoculinar li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs_infoculinar li a.selected{ /*selected main tab style */
position: relative;
color:#990099;
}

.shadetabs_infoculinar li a.selected{ /*selected main tab style */
background-image: url(images/movactiv.gif);
border-bottom-color: white;
}

.shadetabs_infoculinar li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* divertisment */

.shadetabs_divertisment{
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_divertisment li{
display: inline;
margin: 0;
}

.shadetabs_divertisment li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 1px;
border: 1px solid #cc0000;
color: #fff;
background:#cc0000;
}

.shadetabs_divertisment li a:visited{
color: #fff;
}

.shadetabs_divertisment li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs_divertisment li a.selected{ /*selected main tab style */
position: relative;
color:#cc0000;
}

.shadetabs_divertisment li a.selected{ /*selected main tab style */
background:#FFFFFF;
border:1px solid #cc0000;
border-bottom-color: white;
}

.shadetabs_divertisment li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}