#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;
}
#content > div > article p{
    opacity: 0;
    transition: opacity 3s;
    padding: 0px 30px 0px 30px;
}
ul{
    /*opacity: 0;
    transition: opacity 3s;*/
    margin-left: 8%;
    list-style-type: circle;

}
#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;
}
.centrada{
    margin: 0 auto;
    display: block;
}
div.section:nth-child(5) > article:nth-child(1) span{
    opacity: 0;
    transition: opacity 3s;
}
#content ol li{
    list-style-type: decimal;
    margin-left: 8%;
    transition: opacity 3s;
}
#content > div:nth-child(5) > article > div ul li{
    opacity: 0;
    list-style-type: none;
    margin-left: 8%;
    transition: opacity 3s;
    margin-bottom: 15px;
}
#content > div:nth-child(7) > article > div ul li{
    opacity: 0;
    list-style-type: disc;
    margin-left: 8%;
    transition: opacity 3s;
    margin-bottom: 15px;
}
#content > div:nth-child(5) > article > div:nth-child(2) ul li strong{
    color: #941205;
}
@media(max-width: 1250px){
    #content > div:nth-child(7) > article > div:nth-child(2) > table{
    width: 100%;
    font-size: 12px;
}
}
@media(max-width: 1108px){
    .eq-c{
    font-size: 14px !important;
}
}
@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;
    }
    #main.row div.col.s12.m6.pull-m6 h1{
        font-size: 2.9rem;
    }
    #content div.section article.row.container div.col.s12.m6.pull-m6 h1.txt_shadow{
        font-size: 4rem;
    }
}
@media(max-width: 525px){
    #content table{
    width: 87%;
    font-size: 14px;
}
h1.txt_shadow{
    font-size: 3.5rem;
}
}
@media(max-width:420px){
div.section:nth-child(9) > article:nth-child(1) > div:nth-child(1) > h3:nth-child(1){
    font-size: 2.7rem;
}
}

@media(max-width: 320px){
    #content > div:nth-child(9) > article > div:nth-child(1) > h2{
        font-size: 40px;
    }
    h1.txt_shadow{
        font-size: 3.5rem;
    }
}
#content > div:nth-child(13) > article > div a {
    /*width: 230px;*/
    font-size: 12px;
    height: auto;
    line-height: 14px;
    padding: 10px;
    margin-left:10%;

}
#content > div:nth-child(3) > article > div:nth-child(2) > ul > li > ul li{
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 10%;
    opacity: 0;
    transition: opacity: 3s;
}
#content > div > article > div ul li{
    list-style-type: circle;
    margin-bottom: 20px;
    margin-left: 10%;
    opacity: 0;
    transition: opacity: 3s;
}
#content > div:nth-child(7) > article > div:nth-child(2) > div > div.card-content > ul > li{
    list-style-type: circle;
    margin-bottom: 20px;
    margin-left: 10%;
    opacity: 0;
    transition: opacity: 3s;
}
#content > div:nth-child(7) > article > div:nth-child(2) > div > div.card-content > ul > li strong{
    color: #941205;
}
#content > div:nth-child(5) > article > div > ol > li{
    list-style-type: decimal;
    margin-bottom: 20px;
    margin-left: 10%;
    opacity: 0;
    transition: opacity: 3s;
}
#content > div:nth-child(7) > article > div:nth-child(3) > ol > li{
    list-style-type: decimal;
    margin-bottom: 20px;
    margin-left: 10%;
    opacity: 0;
    transition: opacity: 3s;
}
#content > div:nth-child(5) > article > div:nth-child(3) > ol > li{
    list-style-type: decimal;
    margin-bottom: 20px;
    margin-left: 10%;
    opacity: 0;
    transition: opacity 2s;
}
#content > div:nth-child(7) > article > div:nth-child(2) > div > div.card-content.white-text > ul > li > strong{
      color: #ed3bcb;
}
#content table tr:nth-child(even) > td:nth-child(even){
    border: 1px solid rgba(147, 42, 43, 0.33);
}
#content table tr > td{
    border: 1px solid rgba(147, 42, 43, 0.33);
}
#content table tr > th {
    background-color: #B03845;
    color: #fff;
    text-align: center;
    border: 1px solid #ffebee;
}

#content table{
    width: 100%;
}
.dere{
    float: right;
}
#content > div:nth-child(3) > article > div:nth-child(2) > p{
    overflow-wrap: break-word;
}
#content > div:nth-child(7) > article > div:nth-child(3) > div > div > div > p{
    font-style: italic;
}
#content > div:nth-child(9) > article > div > ol > li{
    opacity: 0;
    list-style-type: decimal;
    margin-left: 8%;
    transition: opacity 3s;
    margin-bottom: 15px;
    background-color: rgba(250, 235, 215, 0.53);
    border-radius: 5px;
    }

#content > div:nth-child(13) > article > div:nth-child(1) > ol > li{
    opacity: 0;
    list-style-type: decimal;
    margin-left: 8%;
    transition: opacity 3s;
    margin-bottom: 15px;
    }
code > pre{
    font-size: 16px;
    background-color: rgba(228, 233, 236, 1);
    padding: 10px;
    border-radius: 3px;
}
#content > div:nth-child(7) > article > div:nth-child(2) code pre{
    margin-left: 5%;
}
.eq-c{
    font-size: 18px;
}
.fraction {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2em 0.4ex;
    text-align: center;
}
.fraction > span {
    display: block;
    padding-top: 0.15em;
}
.fraction span.fdn {border-top: thin solid black;}
.fraction span.bar {display: none;}
#content article img.materialboxed {
    margin: 3px;
    border: none;
        border-top-width: medium;
        border-bottom-width: medium;
        border-top-style: none;
        border-bottom-style: none;
        border-top-color: currentcolor;
        border-bottom-color: currentcolor;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-left-radius: 0px;
    border-top: 0;
    border-bottom: 0;
    margin-left: 10%;
    padding: 0px;
}
