
body
{
    margin:0;

    background:#e7e7e7;

    font-family:Verdana, Arial, sans-serif;
}

#Portada
{
    width:1000px;

    margin:auto;

    text-align:center;
}

#Capcalera
{
    margin-top:30px;
    margin-bottom:40px;
}

#Capcalera h1
{
    font-size:42px;

    color:#204020;

    margin-bottom:5px;
}

.Subtitol
{
    color:#666;
}

#Principal
{
    background:white;

    border-radius:12px;

    padding:30px;

    box-shadow:0px 0px 12px #999;
}

#Principal h2
{
    font-size:34px;

    color:#205020;
}

.Lema
{
    margin-bottom:30px;

    font-size:18px;

    color:#555;
}

.Boto
{
    display:block;

    width:320px;

    margin:18px auto;

    padding:15px;

    font-size:20px;

    text-decoration:none;

    color:white;

    background:#2d6a2d;

    border-radius:8px;

    transition:0.2s;
}

.Boto:hover
{
    background:#3d863d;
}

#Captura
{
    margin-top:45px;
}

#Captura img
{
    width:850px;

    border-radius:10px;

    box-shadow:0px 0px 10px #888;
}

#Novetats
{
    width:850px;

    margin:40px auto;

    text-align:left;

    background:white;

    padding:20px;

    border-radius:10px;

    box-shadow:0px 0px 10px #aaa;
}

#Peu
{
    margin:40px;

    color:#666;
}
