@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);


html { 
        background-color: #f8eec2;
    }


header ul li {  
                display: inline;                        
}

h1 {
    font-family: 'Kaushan Script', cursive;
    font-size: 40pt; 
    text-align: center;
    color: #fac663;
}

#juan {
        width: 100%;
        text-align: center;
        font-size: 20px;
        background-color: #fac663;
        color: #ffffff;
}
    

div { 
    font-size: 50pt;
    margin-right: 40%;
    background-color: #ffffff;
    float: left;
}

ul { list-style: none;
     padding: 0;
     background-color: #ffffff; }
nav {
    margin-top: 80px;
}

nav li a{ 
    font-size: 18pt;
    color: #bf3f06;
    text-decoration: none;
}

ul {
    text-align: center;
}

ul li {
    margin-right: 40px;
}

footer {    
    background-color: #fac663;
    font-size: 11pt; font-stretch: condensed; 
    margin-top: 700px;
    text-align: center;
}

#foto{
    position: absolute;
    margin-top: 50px;
    width: 290px;
    height: 298px;
    left: 50%;
    margin-left:-145px;
}

#datos{
    border-top: solid 4px #A82525;
    position: absolute;
    width: 100px;
    margin-left: -50px;
    left: 50%;
    margin-top: 400px;
    font-size: 14px;
    text-align: center;
    background-color: #fac663;
}

#segundap {
    float: right;
}

#propuestas {
    width: 100%;
    background-color: #f8eec2;
}

#word {
        background-color: #f8eec2;
        width: 100%;
        height: 100%;
        font-size: 16px;
       
}

span {
    font-family: 'Kaushan Script', cursive;
    font-size: 26px;
}




