#main > div.col.s12:nth-child(1){
    background: url(../images/plantilla_head.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#content h2, #content h3{
    color: #008A87;
    padding-bottom: 5px;
    border-bottom: 1px solid #008A87;
}
#content h4{
    color: #008A87;
    padding-bottom: 5px;
}
#content article p{
    opacity: 0;
    padding: 0px 30px 0px 30px;
    transition: opacity 3s;
}

.cite{
    font-size: 15px;
    text-align: right;
}

#content .tab{
    margin: 20px;
    background: #efefef;
    font-size: 10px;

}
#content table{
    width: 100%;
    font-size: 14px;

}

#content .tab .header_tab .tab_name{
    border: 1px solid #c8e5e4;
}
#content .tab .header_tab .tab_name:nth-child(1){
    border-right: transparent;
}
#content .tab .header_tab > div{
    display: inline-block;
    width: 50%;
    font-size: 10px;
}
#content .tab .header_tab > div > a{
    color: #008A87;
    padding: 10px;
    display: block;
    font-size: 10px;
}
#content .tab .header_tab > div > a.active, #content .tab .header_tab > div > a.active h5{
    background-color: #008A87;
    color: #efefef;
    font-size: 10px;
}
#content .tab .header_tab > div > a > h5{
    display: inline;
    font-size: 10px;
}
#content .tab .header_tab > div > a > i, #content .tab .header_tab > div > a > h5{
    vertical-align: middle;
}
#content .tab .content_tab ul li{
    list-style-type:decimal;
    margin-left: 40px;
}

#content .tab .content_tab .tab_content > dl{
    margin-left: 40px;
     font-size: 10px;
}
#content .tab .content_tab .tab_content{
    display: none;
     font-size: 10px;
}
#content .tab .content_tab
{
    height: 740px;
     font-size: 10px;
}

#content #opciones > span{
    display: inline-block;
    background-color: #008A87;
    color: #dedede;
    margin: 2px;
    padding: 2px 5px;
    font-size: 18px;
    border-radius: 3px;
        cursor: move;
    font-size: 17px;

}
.table-container
{
    width: 100%;
    overflow-y: auto;
    overflow: auto;
    margin: 0 0 1em;
}
#content article p{
    opacity: 0;
    padding: 0px 30px 0px 30px;
    transition: opacity 3s;
}

#content table{
    width: 100%;
    margin: 10px 0;
}
#content table tr > td{
    width: 35%;
}
#content table tr > td:nth-child(1){
    width: 30%;
    font-size: 16px;
}
#content table thead th > span{
    padding-left: 10px;
    display: block;
    font-size: 18px;
}
#content table tbody tr:nth-child(odd) > td:nth-child(odd){
    border-right: 1px dashed #008A87;
    border-bottom: 1px dashed #008A87;
    border-right: 1px dashed #C8610F;

}
#content table tbody tr:nth-child(even) > td:nth-child(odd){
    border-bottom: 1px dashed #C8610F;
    border-right: 1px dashed #C8610F;

}
#content table tbody tr:nth-child(odd) > td:nth-child(even){
    border-left: 1px dashed #008A87;
    border-bottom: 1px dashed #008A87;
    border-right: 1px dashed #008A87;


}
#content table tbody tr:nth-child(even) > td:nth-child(even){
    border-bottom: 1px dashed #C8610F;
    border-left: 1px dashed #C8610F;
    border-right: 1px dashed #008A87;
}
#content table tbody tr > td:nth-child(1){
    border: none !important;
}
strong {
    font-weight: bold;
    color: #008A87;
}
#content table tbody tr > td p {
   opacity: 1;
    font-size: 14px;
}
#content ul li{
    opacity: 0;
    transition: opacity 2s;
    padding: 0px 30px 0px 30px;
    list-style-type: disc;
}



@media(min-width:601px) and (max-width:992px){
    #main > div.col.s12:nth-child(1){
        background: url(../images/plantilla_head.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
@media(max-width:600px){
    #main > div.col.s12:nth-child(1){
        background: url(../images/plantilla_head.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}


div.section:nth-child(5) article p{
    opacity: 0;
    transition: opacity 3s;
}

