@charset "utf-8";
/* CSS Document */
/*= GENERAL STYLES
--------------------------------------------------------*/
body{
    background-color: #00a650;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
}

#imagen{
    width: 100%;
    text-align: center;
    background-color: #00a650;
}

#imagen img{
    width: 100%;
    max-width:800px;
    max-height: 600px;
}

p{
    font-weight: 700;
    font-size:30px;
    display:block;
    width: 100%;
    text-align: center;
}

p a{
    color:#FFF;
}

@media only screen and (max-width: 500px){
 p{font-size:20px;}
}