/* ######### CSS for Shade Tabs. Remove if not using ######### */
.out_tabs{
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    margin-top: 30px;
    float: left;
}

.tb_contenedor{
    border:1px solid #ccc; 
    position: relative;
    padding: 2px;
    background: #fff;
    overflow: hidden;
    margin: -1px;
    float: left;
}

.shadetabs{
padding: 3px 0;
/*margin: 0px;*/
margin-left: 10px;
margin-right: 10px;
/*margin-top: 30px;*/
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*/
/*float: left;*/
}

.shadetabs li{
display: inline-block;
margin-bottom: 1px;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 8px;
margin-right: 3px;

background: #f1f1f1;

border: 1px solid #ccc;
color: #193D5E;


}

.shadetabs li a:visited{
color: #193D5E;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #193D5E;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #fff;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


