/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
}

#main {
position: relative;
align: center;
left:50%;
margin-left:-380px;
width:759px;
background-color:#FFFFFF;
z-index:1;
}

#header {
position: absolute;
width:100%;
height: 68px;
z-index: 10;
top: 0px;
left: 0px;
text-align: left;
}

#menu  {
position: absolute;
width: 100%;
height: 28px;
z-index: 10;
top: 68px;
left: 0px;
text-align: left;
}

#idioma {
position: absolute;
width: 100%;
height: 15px;
z-index: 10;
top: 96px;
left: 0px;
background-color:#0085CE;
text-align: right;
}

#content {
position: absolute;
height: 378px;
width: 100%;
left: 0px;
top: 112px;
z-index: 100;
}

#footer {
position: absolute;
width: 100%;
left: 0px;
height: 91px;
z-index: 100;
top: 492px;
background-image: url(images/bg_footer.gif);
}
