#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: #a94a7a;
    padding-bottom: 5px;
    border-bottom: 1px solid #a94a7a;
}

#content h4 {
    color: #a94a7a;
    padding-bottom: 5px;
}
#content h6 {
    color: #0B7088;
    padding-bottom: 5px;
}
#content p {
    padding: 0px 30px 0px 30px;
}

strong {
    font-weight: bold;
    color: #a94a7a;
}

#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;
    list-style-type: disc;
}

#content ol li {
    opacity: 0;
    transition: opacity: 2s;
    padding: 0px 30px 0px 30px;
    margin-bottom: 16px;
    list-style: disc;
}

#autoevaluacion ul li{
    list-style-type: none;
}


.correct {
    border: 3px dotted #008A87;
    border-radius: 5px;
}
.incorrect {
    border: #ff3d00 dotted 3px;
    border-radius: 3px;
}

@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;
}
.ui-state-hover{
    background: #ccc;
}
.correcto {
    border: 2px dotted #76ff03;
    border-radius: 5px;
}

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