html,body
{
    margin:0;
    padding: 0;
    background: #e7ecf1;
}

div#top
{
    background: url("../img/back1.png") repeat-x;
    height: 132px;
}

div#top div.clock
{
    background: url("../img/clock.png") no-repeat;
    height: 204px;
    width: 205px;
    position: absolute;
    left:50%;
    margin-left: -250px;
    top: 20px;
}

div#top div.minuto
{
    /* height: 204px; */
    /* width: 305px; */
    position: absolute;
    left:50%;
    margin-left: -30px;
    top: 60px;
    color: #e7ecf1;
    font-family: Liberation sans, Arial, Helvetica, sans;
    font-size: 450%;
}

div#bottom div.decaos
{
    /* height: 204px; */
    width: 305px;
    position: relative;
    left:50%;
    margin-left: -30px;
    top: -10px;
    color: #070236;
    font-family: Liberation sans, Arial, Helvetica, sans;
    font-size: 450%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
div#middle
{
    height: 9px;
    background: url("../img/back2.png") repeat-x;
}

div#bottom
{
    text-align:center;
}

div#bottom div.content
{
    margin: 2em auto;
    width: 800px;
    text-align:justify;
}

div#bottom a img
{
    border: 0;
}

div#bottom ul
{
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

div#bottom ul li
{
    margin: 0;
    padding: 0;
}

div#bottom ul li p
{
    margin-top:0.1em;
    margin-bottom: 0.5em;
}
