body {
background-image:url(images/pattern.gif);
background-repeat:repeat;
font-size: .8em;
font-family: Arial, Helvetica, Sans-Serif;
color:#000000;
min-width: 962px;
margin: 0px auto;
padding: 0px;
text-align:center;
}

/* ----------container to center the layout-------------- */
#Container {
position: absolute;
left: 50%;
top: 50%;
width: 962px;
height: 521px;
margin-left: -481px; /*- width/2*/
margin-top: -263px;  /*- height /2*/
z-index: 10;
text-align:left;
border: 3px solid #FFFFFF;
background-color:#FFFFFF;
}

#Logo {
position: absolute;
width: 223px;
height: 78px;
margin: 0 auto;
left: 0px;
top: 0px;
z-index: 10;
}

/* --------------Header------------- */
#Header {
position:absolute;
width: 738px;
height: 56px;
left: 223px;
top: 0px;
z-index: 10;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}

#Header-Bottom {
position:absolute;
width: 738px;
height: 22px;
left: 223px;
top: 56px;
z-index: 10;
background-image: url(images/languages.gif);
background-repeat: no-repeat;
}

#Print {
position:absolute;
width: 27px;
left: .8em;
height: 22px;
z-index: 100;

}

#Languages {
position:absolute;
height: 22px;
left: 506px;
width: 200px;
z-index: 100;
color: #DBE1B3;
margin-top: .3em;
font-size: .8em;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align: right;
}


/* --------------Menu------------- */
#Menu {
position:absolute;
width: 223px;
height: 421px;
left: 0px;
top: 78px;
z-index: 10;
background-image: url(images/menu.jpg);
background-repeat: no-repeat;
}

#Contacto {
position:absolute;
height: 42px;
top: 324px;
margin-left: 1.5em;
width: 181px;
z-index: 100;
background-image: url(images/contacto.gif);
background-repeat: no-repeat;
}

/* -----------Footer--------------------------- */
#Footer {
position:absolute;
top: 499px;
height: 22px;
width: 961px;
left: 0px;
background-image: url(images/footer.gif);
background-repeat: no-repeat;
z-index: 10;
color: #fff;
font-size: .85em;
font-family: Tahoma, Arial, Helvetica;
word-spacing: 1px;
padding-left: 21.4em;
padding-top: .4em;
}

/* --------------Content------------- */
#Content-Index {
position:absolute;
width: 738px;
height: 421px;
left: 223px;
top: 78px;
z-index: 10;
}

#Index {
position:absolute;
width: 280px;
height: 160px;
left: 215px;
top: 148px;
z-index: 100;
text-align:justify;
}

#Content {
position:absolute;
width: 738px;
height: 421px;
left: 223px;
top: 78px;
z-index: 100;
background-image: url(images/content.png);
background-repeat: no-repeat;
}

#Content-Txt {
position:relative;
width: 738px;
height: 421px;
left: 0px;
top: 0px;
z-index: 1000;
overflow: auto;
}

#Content-Form {
position:relative;
width: 738px;
height: 421px;
left: 0px;
top: 0px;
z-index: 1000;
overflow: auto;
}
