﻿*
{
    margin:0px auto 0px auto;
}

body 
{
    text-align:center;
    font-family: Arial;
    font-size:8pt;
}

#container
{
    width:980px;
    float:left;
    display:inline;
    position:relative;
}

/* Descripcion de las principales zonas */

#arriba
{
    width:940px;
    text-align:right;
}

#medio
{
    width:960px;
    text-align:left;
}

#pie
{
    width:940px;
}

.clear
{
    clear:both;
}