#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 p{
    padding: 0px 30px 0px 30px;
}
a.boton{
    font-size: 15px;
    margin: 10px;
    padding: 0px 10px 5px;
    align-content: center;


}

.cite{
    font-size: 15px;
    text-align: right;
}
#content > div:nth-child(21) > article > div:nth-child(3) > div > center > a{
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    height: auto;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

#content .tab{
    margin: 20px;
    background: #efefef;
}
#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%;
}
#content .tab .header_tab > div > a{
    color: #008A87;
    padding: 10px;
    display: block;
}
#content .tab .header_tab > div > a.active, #content .tab .header_tab > div > a.active h5{
    background-color: #008A87;
    color: #efefef;
}
#content .tab .header_tab > div > a > h5{
    display: inline;
}
#content .tab .header_tab > div > a > i, #content .tab .header_tab > div > a > h5{
    vertical-align: middle;
}
#content ul li{
    list-style-type: disc;
    margin-left: 40px
}
#content .tab .content_tab .tab_content > dl{
    margin-left: 40px
}
#content .tab .content_tab .tab_content{
    display: none;
}
#content .tab .content_tab{
    height: 740px;
}
strong {
    font-weight: bold;
    color: #008A87;

}
#content > div:nth-child(9) article div.col.s12.m12 form ul li p > label{
    font-size: 22px;
}
#content > div:nth-child(9) article div.col.s12.m12 form ul li p.correct{
    border: 3px dashed #43AC97;
}
#content > div:nth-child(9) article div.col.s12.m12 form ul li p.incorrect{
    border: 3px dashed #C8610F;
}

}
#content p{
    /*opacity: 0;*/
    transition: opacity 3s;
    padding: 0px 30px 0px 30px;
}
#content ul li{
    opacity: 0;
    transition: opacity 2s;
    padding: 0px 30px 0px 30px;
}
}
#content #fichero_sencillo{
    min-height: 450px;
}
#content #fichero_sencillo div.col.m4 > div a{
    border: 1px solid #008A87;
    color: #f9f9f9;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    display: block;
    margin: 5px 0;
    background-color: #008A87;
    border-radius: 5px;
}
#content #fichero_sencillo div.col.m4 > div a:hover, #content #fichero_sencillo div.col.m4 > div a.active{
    background-color: #929C81;
}
#content #fichero_sencillo div.col.m8 > div{
    display: none;
}
.draggable, .droppable{
    border-radius: 5px;
}
.draggable{
    background-color: #008A87;
    border: 1px solid #008A87;
    color: #EAEBCA;
    text-align: center;
    padding: 5px;
    margin: 5px;
    color: #FFF;
    -webkit-box-shadow: 3px 3px 3px 1px rgba(153, 153, 153, 0.46);
    box-shadow: 3px 3px 3px 1px rgba(153, 153, 153, 0.46);
    cursor: move;
    width: 200px;
    height: 40px;
    display: inline-block;
    font-size: 70%;
}
.droppable{
    padding: 10px;
    background-color: #A3C8C5;
    width: 205px;
    height: 45px;
    display: inline-block;
}
.droppable.correct{
    background-color: #008A87;
}
#content article p{
    opacity: 0;
    padding: 0px 30px 0px 30px;
    transition: opacity 3s;
}


@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;
}

form p.correcto {
   border: 2px dotted #76ff03;
   border-radius: 5px;
}
form p.incorrecto {
   border: 1px dotted #ff3d00;
   border-radius: 5px;
}
#content form p > label.opcion{
    font-size:100%;
    color:#008A87;
}
blockquote {
    padding-left: 0;
    border-left: 5px solid #008a87;
    font-size: 85%;
}
