#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;
}
.pie{
    font-size: 15px;
    color: #008A87;
    font-weight: bold;
}
#content .tab .header_tab .tab_name{
    border: 1px solid #c8e5e4;
}
#content .tab .header_tab .tab_name:nth-child(1){
    border-right: transparent;
}
#content .tab .header_tab > div{
    display: inline-block;
    width: 50%;
}
#content .tab .header_tab > div > a{
    color: #008A87;
    padding: 10px;
    display: block;
}
#content .tab .header_tab > div > a.active, #content .tab .header_tab > div > a.active h5{
    background-color: #008A87;
    color: #efefef;
}
#content .tab .header_tab > div > a > h5{
    display: inline;
}
#content .tab .header_tab > div > a > i, #content .tab .header_tab > div > a > h5{
    vertical-align: middle;
}
#content .tab .content_tab .tab_content > dl{
    margin-left: 40px
}
#content .tab .content_tab .tab_content{
    display: none;
}
#content .tab .content_tab{
    height: 740px;
}
strong {
    font-weight: bold;
    color: #008A87;

}
#content article p{
    opacity: 0;
    padding: 0px 30px 0px 30px;
    transition: opacity 3s;
}
#content #fichero_sencillo{
    min-height: 450px;
}

#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;
    }
}
.draggable,
.droppable {
    border-radius: 5px;
}

.draggable {
   background-color: #008A87;
    border: 1px solid #008A87;
    color: #EAEBCA;
    text-align: center;
    padding: 5px;
    margin: 5px;
    color: #ffffff;
    -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: #A3C8C5;
    width: 230px;
    height: 40px;
    display: inline-block;
}

.droppable.correct {
    background-color: #008A87;
}

.ui-state-hover{
    background: #ccc;
}
.correcto {
    border: 1px solid #76ff03;
    border-radius: 3px;
}

.incorrecto {
    border: #ff3d00 solid 1px;
    border-radius: 3px;
}
.centradin {
    text-align: justify;
}
#content > div:nth-child(5) > article {
    min-height: 450px;
}
@media(max-width:410px){
h1 {
    font-size: 34px;
}
}
a{
    color: #0f7289;
    font-weight: bold;
    overflow-wrap: break-word;
}
#content > div:nth-child(25) > article > div:nth-child(1) > ul > li > div.collapsible-header{
    color: #008A87;
}

.opciones_ev > div > div > span.clicleable{
    background-color: rgba(0, 139, 139, 0.15);
    text-align: center;
    padding: 3px;
    margin-left: 7px;
    margin-bottom: 30px;
    -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: pointer;
    width: auto;
    height: auto;
    border-radius: 2px;
    line-height: 33px;
    display: inline-block;
}
.opciones_ev > div > div > span.clicleable.selected{
    background-color: rgba(0, 139, 139, 0.5);
}
.selected{
    background-color: rgba(0, 139, 139, 0.5);
}
a.waves-effect.teal.lighten-1.btn.dere{
    float: right;
}