@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Poiret+One);

body {
        font-family: 'Poiret One', cursive; 
        font-size: 120%; 
        font-weight: 900%;
        background-image: url(imagenes/fondo.png);
        width: 100%;
                        }

main {
        margin-left: 10%; 
        margin-right: 10%; 
        margin-top: 2%;
        background-color: #81d4cb;
                        }

header{
        background-color: #000000;
        font-family: 'Lobster', cursive;
        font-size: 48px;
        font-weight: 600%;
        color: #ffffff;
            margin-top: 0%;
            margin-left: 0%;
            margin-right: 0%;
            margin-bottom: 0%;
            align-content: space-between;
                padding-top: 10%;
                padding-bottom: 5%;
                        text-align: center;
                        image-orientation: center;
        
                        }

.propuesta { padding: center;
            align-content: center;
}


nav{ 
    height: 80px;
    width: 80%;
    background-color: #81d4cb;
    margin-top: 0;
    position: fixed;
                }
ul li{
    text-decoration: none;
    list-style: none;
    display: inline-block;
    margin-top: 3px;
    margin-left: 16px;
    margin-right: 25px;
                }
a:link {

        text-decoration: none;
            color: #000000;
        }

a:hover {
        color: #8fd4b5;

        }

footer {
        text-align: center;
            font-size: 12px;
                padding-bottom: 5px;
                    border-top-style:groove; border-width: thin;
                
        }