#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;
}
#content #opciones > span{
    display: inline-block;
    color: #008A87;
    color: #dedede;
    margin: 2px;
    padding: 2px 5px;
    font-size: 18px;
    border-radius: 3px;
    cursor: move;
}

strong {
    font-weight: bold;
    color: #008A87;
}
#content article p{
    opacity: 0;
    padding: 0px 30px 0px 30px;
    transition: opacity 3s;
}

#content table tbody tr > td p {
   opacity: 1;
    font-size: 14px;
}
#content ul li{
    opacity: 0;
    transition: opacity: 2s;
    padding: 0px 30px 0px 30px;
}
#content ol li{
    opacity: 0;
    transition: opacity: 2s;
    padding: 0px 30px 0px 30px;
    margin-bottom: 16px;
    list-style: circle;
}
@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;
    }
}
@media(max-width:471px){
h1 {
    font-size: 34px;
}
}
@media(max-width:362px){
h1 {
    font-size: 30px;
}
}
.draggable,
.droppable {
    border-radius: 5px;
}

.draggable {
    background-color: #008A87;
    border: 1px solid #008A87;
    text-align: center;
    padding: 5px;
    margin: 5px;
    color: #dedede;
    -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: auto;
    height: auto;
    display: inline-block;
    font-size: 70%;
}
.droppable {
    padding: 5px 10px;
    background-color: #A3C8C5;
    min-width: 150px;
    vertical-align: top;
    height: 40px;
    margin: 5px 0px;
    display: inline-block;
}
.droppable.correct {
    background-color: #008A87;
}

.ui-state-hover{
    background: #ccc;
}
.correct{
    background: #76C2C9;
}

.correct {
    border: 2px dotted #76ff03;
    border-radius: 5px;
}

.incorrect {
    border: #ff3d00 dotted 1px;
    border-radius: 5px;
}

.correcto {
    border: 2px dotted #76ff03;
    border-radius: 5px;
}

.incorrecto {
    border: #ff3d00 dotted 1px;
    border-radius: 5px;
}
.centradin {
    text-align: justify;
}
#content > div:nth-child(5) > article {
    min-height: 450px;
}
#content > div:nth-child(21) > article > div.col.m12.s12 > div:nth-child(2) p{
    line-height: 43px;
}
