#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;

}
@font-face {
    font-family: 'dosisregular';
    src: url('dosis-regular-webfont.woff2') format('woff2'),
         url('dosis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'dosisregular';
    font-size: 22px;
    color: #511815;
}
#main > div{
    background-color: #E3C5C8;
}
#main>div h1 {
    padding-bottom: 5px;
    color: #941205;
    border-bottom: 1px solid #511815;
}
h1, h2, h3, h4, h5{
    font-family: 'Amaranth', sans-serif;
}
#content h2,
#content h3,
#content h4 {
    color: #b03845;
    padding-bottom: 5px;
}

#content h2,
#content h3 {
    border-bottom: 1px solid #b03845;
}
h6{
    font-family: 'dosisregular';
    font-size: 35px;
    color: #721d17;
}
#content h2,
#content h3,
#content h4 {
    color: #b03845;
    padding-bottom: 5px;
}

#content h2,
#content h3 {
    border-bottom: 1px solid #b03845;
}
.centered > thead > tr > th{
    background-color: #dcd6bc;
    border: 1px solid #fff;
    font-family: 'dosisregular';
    font-size: 17px;
    color: #504A2C;
}
.centered > tbody > tr > td{
    border: 1px dotted #504A2C;
}

#content article p{
    opacity: 0;
    padding: 0px 30px 0px 30px;
    transition: opacity 3s;
}
.cite a{
    font-size: 14px;
	color:#BC4C5C;
}
.cite{
    font-size: 14px;
    padding: 30px;
}

.correct {
   border-bottom: 2px dotted #43AC97;
}
.incorrect {
   border-bottom: #C8610F dotted 1px;
}
div.input-field.col.s12 label{
    display: inline-table;
}
label.correcto {
    border: 1px dotted #76ff03;
    border-radius: 5px;
}

label.incorrecto {
    border: #ff3d00 dotted 1px;
    border-radius: 5px;
}
div.retro{
    color: #504A2C;
    font-size: 1rem;
    display:none;
    background-color: rgba(226, 220, 196, 0.5);
    padding: 4px;
    margin-bottom: -22px;
    margin-top: 2px;
}
.btn-floating, .btn-floating:hover, .btn-large, .waves-effect, .waves-light {
    background-color: #941205;
}
#content p strong{
    font-weight: bold;
    color: #941205;
}
footer.page-footer{
    background-color: #ff6d71;
}
footer.page-footer div.row > div:nth-child(2){
    text-align: right;
}
@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:430px) {
    #main > div h1, #content > div > header > div > h1 {
        font-size: 37px;
    }
}