#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;
}
#texto_grande{
	font-size:25px;
	font-weight:bold;
	color:#FFF;
	}

#content h2, #content h3{
    color: #b03845;
    padding-bottom: 5px;
    border-bottom: 1px solid #b03845 ;
}
#content h3{
    color: #b03845;
    padding-bottom: 5px;
}
#content h4{
    color: #b03845;
    padding-bottom: 5px;
}
#content article p{
    opacity: 0;
    transition: opacity 3s;
    padding: 0px 30px 0px 30px;
}
#content ol{
    opacity: 0;
    transition: opacity 3s;
    padding: 0px 0px 0px 30px;
}
#content ul{
    opacity: 0;
    transition: opacity 3s;
    padding: 0px 30px 0px 30px;
}
#content #fichero_sencillo{
    min-height: 450px;
}
#content #fichero_sencillo div.col.m4 > div a{
    border: 1px solid #CC9AA3;
    color: #f9f9f9;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    display: block;
    margin: 5px 0;
    background-color: #C56376;
    border-radius: 5px;
}
#content #fichero_sencillo div.col.m4 > div a:hover, #content #fichero_sencillo div.col.m4 > div a.active{
    background-color: #929C81;
}
#content #fichero_sencillo div.col.m8 > div{
    display: none;
}
.draggable, .droppable{
    border-radius: 5px;
}
.draggable{
    background-color: #B03845;
    border: 1px solid #511815;
    color: #DAEEBD;
    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: 100px;
    height: 40px;
    display: inline-block;
    font-size: 70%;
}
.droppable{
    padding: 10px;
    background-color: #D6829D;
    width: 350px;
    height: 300px;
    display: inline-block;
}
.droppable.correct{
    background-color: #511815;
}

a:link {
    text-decoration: none;
    color: #932A2B;
}

a:visited {
    text-decoration: none;
    color: #DBA2AA;
}

a:hover {
    text-decoration: underline;
    color: #DBA2AA;
}

a:active {
    text-decoration: underline;
    color: #DBA2AA;
}

