/*color rojo: #dd4147 ; color violeta: #453478 ; color blanco-amarillento: #fff9c7*/

* { padding: 0px;
    margin: 0px;
    @import 'https://fonts.googleapis.com/css?family=Baloo+Bhaina|Baloo+Tamma|Lato|Raleway';
    background-color: #fff9c7;
    text-align: center;
}

header{
    position: fixed;
    z-index: 999;
    width: 100%;
}

nav div {
    height: 4rem;
    width: 100%;
    background-color: #453478;
    text-align: center;
}


header img {
    margin-top: 1rem;
    margin-right: 2rem; 
    margin-left: 1.1rem;
    background-color: transparent;    
}

nav div a {
    font-family: 'BALOO BHAINA', sans-serif;
    font-size: 1.9rem;
    color: #dd4147;
    margin-right: 2rem;
    text-decoration: none;
    background-color: transparent;
    
}


#destacado {
    color: #fff9c7;
    text-decoration: underline
}

main {
    padding-top: 6rem;
    padding-bottom: 3.5rem;
    background-color: none;
    width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -3rem;
}

h1 {
    font-size: 3.75rem;
    font-family: 'BALOO BHAINA', sans-serif;
    margin-top: 1.rem;
    margin-bottom: -1.8rem;
    color: #dd4147;
    letter-spacing: 0.25rem;
    border-width: 30rem;    
}

h4 {
    font-size: 3rem;
    font-family: 'BALOO BHAINA', sans-serif;
    margin-top: 1.rem;
    margin-bottom: -1.8rem;
    color: #dd4147;
    letter-spacing: 0.25rem;
    border-width: 30rem;    
}




main img {
    height: 15rem;
    margin-bottom: 2.1rem;
    margin-top: 4.rem;
    border-width: 0.25rem;
    
    }



table {
    
    margin:auto
    
}

table img {
    height: 3rem;
    margin: auto;
    margin-bottom: 
}

div { 
    width: 22rem;
    margin:auto

}
        
p { 
    font-family: "Raleway";
    font-size: 0.98rem ; 
    font-weight:bold;
    color: #453478;
    line-height:1.35rem;
    margin-bottom: 2rem

}

h2 {
    font-size: 2.0rem;
    font-family: 'BALOO BHAINA', sans-serif;
    margin-top: 1.rem;
    margin-bottom: 0.8rem;
    color:  #dd4147;
    letter-spacing: 0.25rem;
    border-width: 30rem;    
}

h3 { font-size: 1.57rem;
    font-family: 'BALOO BHAINA', sans-serif;
    margin-top: 1.rem;
    margin-bottom: -0.8rem;
    color:  #453478;
    letter-spacing: 0.25rem;
    border-width: 30rem; 
    margin-top: rem
    }

ul li { 
    font-family: "raleway"; 
    list-style: none;
    color: #453478;
    font-size: 0.98rem;
    font-weight:bold;
    line-height: 0.2em;
    margin-bottom: 3rem
    }



footer {
    height: 3.2rem;
    width: 100%;
    background-color: #dd4147;
    font-family: 'raleway', sans-serif;
    font-weight: 900;
    font-size: 1.00REM;
    letter-spacing: 0.1rem;
    color: #453478;
    line-height: 3.5rem;
    margin-top: 3rem;
}



