#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;
}
#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: #fff;
    border: 2px solid #008A87;
    text-align: center;
    padding: 5px;
    margin: 5px;
    color: #008A87;
    -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: auto;
    display: inline-block;
    font-size: 70%;
}
.droppable{
    padding: 10px;
    background-color: #646858;
    height: 80px;
    display: inline-block;
}
.droppable.correct{
    background-color: #9BCDB1;
    border-radius: 5px;
    height: auto;
}


.dragg, .dropp{
    border-radius: 5px;
}
.dragg{
    border: 2px solid #008A87;
    background-color:#008A87;
    color: #008A87;
    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: 35px;
    display: inline-block;
    font-size: 70%;
}
.dropp{
    padding: 10px;
    background-color: #646858;
    color: #fff;
    height: 45px;
    width: 200px;
    display: inline-block;
}
#content table{
    width: 100%;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
     align-content: center;
    text-align: center;
}
#content table tr td{
    padding: 2px;
    min-width: 40px;
    align-content: center;

}
#content table tr th, #content table tr td.title{
    background-color: #9BCDB1;
    color: #fff;
    width: 30px;
    height: 50px;
    text-align: center;
    font-weight: bold;
}
table tr td .droppable.correct{
    background-color: rgba(100, 104, 88, 0.12);
    color: #008A87;
    width: 100%;
    min-height: auto;
    display: inline-block;
    border-radius: 5px;
}
table tr td .droppable{
    background-color: rgba(100, 104, 88, 0.12);
    height: 50px;
    width: 100%;
    min-height: auto;
    display: inline-block;
    border-radius: 5px;
}
table tr td .droppable > p{
    padding: 0;
    margin: 0;
    font-size: 80%;
}
#content table tr td .droppable > p > img{
    margin: 0 auto;
}
.droppable.correct{
    background-color: #9BCDB1;
    border-radius: 5px;
}
tbody td a i{
    vertical-align: middle;
}

#content table tbody tr:nth-child(odd) > td:nth-child(odd){
    border-right: 1px dashed #646858;
    border-bottom: 1px dashed #646858;
     border-left: 1px dashed #646858;
    border-top: 1px dashed #646858;
}
#content table tbody tr:nth-child(even) > td:nth-child(odd){
    border-bottom: 1px dashed #646858;
    border-right: 1px dashed #646858;
     border-left: 1px dashed #646858;
    border-top: 1px dashed #646858;
}
#content table tbody tr:nth-child(odd) > td:nth-child(even){
    border-left: 1px dashed #646858;
    border-bottom: 1px dashed #646858;
    border-right: 1px dashed #646858;
    border-top: 1px dashed #646858;
}
#content table tbody tr:nth-child(even) > td:nth-child(even){
    border-bottom: 1px dashed #646858;
    border-left: 1px dashed #646858;
    border-right: 1px dashed #646858;
    border-top: 1px dashed #646858;
}
#content table tbody tr > td{
   border-bottom: 1px dashed #646858;
    border-left: 1px dashed #646858;
    border-right: 1px dashed #646858;
    border-top: 1px dashed #646858;
}
@media(min-width: 320px){
    #content table{
     width: 100%;
        font-size: 16px;
    }

}


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