body
{
height: 100%;
margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
color: #ffff99;
font-size: 12px;
}

html
{
height: 100%;
margin: 0;
padding: 0;
}

img#bg {
position:fixed;
x:0;
y:0;
width:100%;
height:100%;
}

#content {
position:relative;
z-index:1;
width: 75%;
}

/* Menu */

#menu
{
 height: 50px;
}

#menu a
{
 font-size: 144%;
 text-decoration: none;
 color: #D22027;
 padding: 5px 5px 5px 5px;
}

#menu a:hover
{
 font-weight: bold;
 color: #ffff99;
 text-transform: uppercase;
}

#menu a.active
{
 color: #ffff99;
 text-decoration: underline;
}

#menu a.lang
{
 font-size: 90%;
 border-left: 1px solid #ffff99;
 border-right: 1px solid #ffff99;
}

a
{
 text-decoration: none;
 color: #D22027;
}

a:hover
{
 text-decoration: underline;
}

td.image
{
 background: #FFFFFF;
 padding: 5px 5px 20px 5px;
 margin-right: 20px;
}

div.texto
{
 margin: 10px 10px 10px 10px;
}

li
{
 margin-top: 15px;
}

hr
{
 margin-top: 15px;
 margin-left: 30px;
 color: #000000;
 border-bottom: 1px solid #ffff99;
 width: 75%;
 position: center;
}

td.reg
{
 background: #ffff99;
 color: #000000;
 text-align: right;
}