/* TABS */
#contenedor_tabs { 
clear:both;
float:left;
width: 630px;
min-height:10px;
background-color: #F3ECE0;
position: relative;
}

div.content {
    border: #90701b solid 1px;
    background: #F3ECE0;

    clear:both;
    float:left;
    min-height: 20px;
    width: 580px;
    margin-left:15px;
    margin-bottom:8px;
    padding:10px;
   
    
    position:relative;
    top:-1px;
    z-index: 0;
    
    text-align:left;
}

div.content.inactive {
    display: none;        
}

ol#toc {
    clear:both;
    float:left;
    min-height: 10px;
    width: 600px;
    margin-left:15px;
    margin-bottom:0px;
    margin-top:0px;
    
    list-style: none;
    padding: 0;
    
    position:relative;
    z-index: 1;
}

ol#toc a {
    display: block;
    float: left;

    padding-left: 10px;
    text-decoration: none;

    background: #F3ECE0;    
    color: #38383A;

    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px; 
}

ol#toc a:hover {
    background-color: #F3ECE0;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 5px 1px 0 0;
}

ol#toc li a.active {
    background-color: #F3ECE0;
    background-position: 0 -60px;
    color: #95731a;
    font-weight: bold;
    border: #90701b solid 1px;
    border-bottom: 0px;
    padding-bottom: 0;

}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    display: block;
    line-height: 20px;
    padding-right: 10px;
}