@charset "utf-8";

@font-face {
    font-family: 'stellarbold';
    src: url('stellar-bold-webfont.woff2') format('woff2'),
         url('stellar-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarlight';
    src: url('stellar-light-webfont.woff2') format('woff2'),
         url('stellar-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarmedium';
    src: url('stellar-medium-webfont.woff2') format('woff2'),
         url('stellar-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarregular';
    src: url('stellar-regular-webfont.woff2') format('woff2'),
         url('stellar-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body {
    background-color: white;
    margin: auto;
    width: 100%;
}









header {
    color: white;
    background-color: #f16f8d;
    font-size: 9pt;
    font-family: 'stellarregular';
}




h1 {
    font-family: 'stellarbold';
    color: #f16f8d;
    margin-left: 10px;
    margin-top: 150px;
    font-size: 40pt;
    }

h1 a {
    text-decoration: none;
    color: #f16f8d;
     }
    

#donde {
    width: 5%;
    margin-top: 15px;
    margin-left: 40px;
    }






section nav ul {
    list-style: none;
    margin-top: -30px;
    padding: 10px;
}


section nav ul li{
    display: inline;
    color: #00adc8;
    font-size: 15pt;
    font-family: 'stellarregular';
}

.reglonespecial {
    color: #f16f8d;
    font-size: 15pt;
    font-family: 'stellarregular';
    text-decoration: underline;
    
}


#clear {
    clear: both;
}
.linea {
    border-bottom: rgb(0, 172, 199) solid 3px;
    width: auto;   

}















article   {
    margin-top: 70px;
} 

nav {
    margin-left: auto;
    margin-right: auto;
}

article nav {
    width: 100%;
}

article nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

article nav ul li {
    margin: 0 0 30px 0; 
}

article nav ul li a {
   text-decoration: none;
    color: #f16f8d;
   
}





#buscador {
    width: 100%;
    
}

#buscador img {
    margin-top: 100px;
    width: 95%;
    
}













#flechita {
    width: 3%;
    float: right;
}

#flechita img{
    width: 100%;
}





.magenta {
    display: list-item;
    text-decoration-style: 0;
    background-color: 0;
    color: rgb(241, 111, 141);
    padding: 1em;
    text-align: left;
    font-size: 18pt;
    font-family: 'stellarbold';
    }



h3 {
    margin-top: 5em;
     }

h3 a {
    text-decoration: none;
    color: #f16f8d;   
    font-size: 20pt;
    font-family: 'stellarbold';
   }


    
.pie {
    margin-top: 100px;
    font-size: 6pt;
    color: #00adc8;
    text-align: center; 
    font-family: 'stellarregular';
    }