#main > div.col.s12:nth-child(1){
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url(../images/plantilla_head.jpg) no-repeat center center;
}
#content .collapsible.popout.col.s12, #content .collapsible.popout.col.s12 li{
    padding: 0;
}
#content article ul li{
    opacity: 1;
    list-style-type: disc;
}
#content #fichero_sencillo{
    min-height: 450px;
}
#content #fichero_sencillo div.col.m4 > div a{
    color: #f9f9f9;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    display: block;
    margin: 5px 0;
    background-color: #38A59B;
    border-radius: 5px;
    box-shadow: 3px 3px 6px #ccc;
}
#content #fichero_sencillo div.col.m4 > div a:hover, #content #fichero_sencillo div.col.m4 > div a.active{
    background-color: #656859;
}
#content #fichero_sencillo div.col.m8 > div{
    display: none;
}
#content > div:nth-child(13) > article > div > ul > li > div.collapsible-header h3{
    color: #008A87;
    font-size: 20px;
}
.draggable, .droppable{
    border-radius: 5px;
}
.draggable{
    background-color: #9BCDB1;
    border: 1px dashed #008A87;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    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;
}
#content article .draggable h4, #content article .draggable p{
    font-size: 80%;
}
.droppable{
    padding: 20px;
    background-color: #646858;
    border: 1px solid #525B55;
    color: #DAEEBD;
    margin: 10px 0;
    min-height: 400px;

}
#content .droppable h4, #content  .droppable p{
    color: #DAEEBD;
    font-size: 80%;
}
.droppable.correct{
    background-color: #8AD9CB;
}
.correct {
    border: 3px dotted #008A87;
    border-radius: 5px;
}
.incorrect {
    border: #ff3d00 dotted 3px;
    border-radius: 3px;
}
#content div.select-wrapper > input.select-dropdown, ul.dropdown-content li>span
{
    font-size: 20px;
}
#content article #indicadores > ul{
    padding: 0;
}
#content article #indicadores > ul li{
    list-style-type: none;
    display: inline-block;
}
#content article #indicadores > ul li > a{
    display: block;
    min-width: 50px;
    width: auto;
    text-align: center;
    padding: 10px 0;
    background-color: #008A87;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#content article #indicadores > ul li > a.active{
    background-color: #38A59B;
}
#content article #conceptos{
    min-height: 300px;
    -webkit-box-shadow: 1px 3px 5px 1px #ccc;
    box-shadow: 1px 3px 5px 1px #ccc;
}
#content article #conceptos > div{
    display: none;
}

@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;
    }
    #content article #conceptos{
        min-height: 450px;
    }
}

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