/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs {
        display: none;
    }
}

/* Skin */
.tabs {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 60px; /* be nice to Opera */
}
/*.tabs a, .tabs a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}*/
.tabs a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    /*color: #27537a;*/
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs .tab-activa a {
    /* color: #fff; */
}
.tabs .tab-activa a, .tabs a:hover, .tabs a:focus, .tabs a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs a, .tabs .tab-button a:hover, .tabs .tab-button a:focus, .tabs .tab-button a:active {
    background-position: 100% -100px;
}
.tabs a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs .tab-activa a span {
    padding-top: 7px;
}
/*.tabs .tab-activa a span, .tabs a:hover span, .tabs a:focus span, .tabs a:active span {
    background-position: 0 -50px;
}
.tabs a span, .tabs .tab-button a:hover span, .tabs .tab-button a:focus span, .tabs .tab-button a:active span {
    background-position: 0 0;
}*/
.tabs .tab-activa a:link, .tabs .tab-activa a:visited, .tabs .tab-button a:link, .tabs .tab-button a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs a:hover, .tabs a:focus, .tabs a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
/*
.tabs .tab-button {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; declare background color for container to avoid distorted fonts in IE while fading
}*/
.tabs-container {
    padding: 0;
}

.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* #catalogo ul.tabs li,
#catalogo ul.tabs li.tab-activa,
#catalogo ul.tabs li.tab-button {
	padding: 8px 10px;
	line-height: 1em;
	height: 21px;
	overflow: hidden;	
        display: block;
        margin: 0;
} */

/*#catalogo li#tab1 a, #catalogo li#tab2 a { width: 80px; font-size: 12px; padding: 0 10px; display: block; }
#tab1, #tab2 { height: 30px; margin: 0 10px; }*/

#catalogo ul.tabs li {
    width: 91px; font-size: 12px; padding: 0 10px; color:#fff;
}

#catalogo ul.tabs li.tab-activa a:link, #catalogo ul.tabs li.tab-activa a:visited, #catalogo ul.tabs li.tab-activa a:active {
    background: #98c3e3 url(/temas/climasun/images/catalogo/tab-activa2.jpg) no-repeat top;
    height: 22px; display: block;
}

#catalogo ul.tabs li a:link, #catalogo ul.tabs li a:visited, #catalogo ul.tabs li a:active,
#catalogo ul.tabs li.tab-button a:link, #catalogo ul.tabs li.tab-button a:visited, #catalogo ul.tabs li.tab-button a:active {
    text-decoration: none; color: #fff;
    background: #e13a56 url(/temas/climasun/images/catalogo/tab-button2.jpg) no-repeat top;
    height: 22px; display: block;
    padding-top: 8px;
}

#catalogo ul.tabs li a:hover, #catalogo ul.tabs li.tab-button a:hover, #catalogo ul.tabs li.tab-activa a:hover {
    text-decoration: underline; background-position: bottom;
}
