body{
margin-top: 16px;
padding: 0px;
text-align: center;
background: url('picture/bg.gif');
}


div#contener{
margin: 0px auto;
width: 850px;
text-align: justify;
}

div#header{
background: transparent url('picture/header.gif') no-repeat;
height: 152px;
}

div#subheader{
background: transparent url('picture/subheader.gif') no-repeat;
height: 34px;
}

div#left{
float:left;
width: 194px;
height:620px;
background: url('picture/left.gif') repeat-y;
}

img{
display:block;
border:0 px;
}

h3{
margin-top: 0px;
text-align: center;
}

div#middle{
float:left;
width: 548px;
height:620px;
background: url('picture/middle.gif') repeat-y;
display: inline;
}

div#right{
float:left;
width:18px;
height:620px;
display:inline;
background: url('picture/cien.gif') repeat-y;
}

div#text{
font-family: Verdana, Times New Roman, Tahoma, sans-serif;
margin-left:15px;
margin-right:17px;
text-align:justify;
margin-top: opx;
font-size:10pt;
}


div#footer{
clear: both;
width: 100%;
height: 54px;
background: transparent url('picture/footer.gif') no-repeat;
}

div#footer p{
text-align: center;
font-size: 9pt;
}

a {
text-decoration: none;
color:black;
text-align:center;
font-size: 9pt;
}

a:hover {
text-decoration: none;
}

div#menu {
    width: 194px;                                
    height: 182px;                                
}

div#link1 a {
    width: 194px;
    height: 47px;   
    background: url(picture/menu.jpg) 0px 0px no-repeat; 
    display: block; 
    float: left;
}

div#link1 a:hover { 
    width: 194px;
    height: 47px;
    background: url(picture/menu.jpg) -194px 0px no-repeat;
    display: block;
    float: left;
}

div#link2 a {
    width: 194px;
    height: 45px;
    background: url(picture/menu.jpg) 0px -47px no-repeat;
    display: block;
    float: left;
}

div#link2 a:hover {
    width: 194px;
    height: 45px;
    background: url(picture/menu.jpg) -194px -47px no-repeat;
    display: block;
    float: left;
}


div#link3 a {
    width: 194px;
    height: 43px;
    background: url(picture/menu.jpg) 0px -92px no-repeat;
    display: block;
    float: left;
}

div#link3 a:hover {
    width: 194px;
    height: 43px;
    background: url(picture/menu.jpg) -194px -92px no-repeat;
    display: block;
    float: left;
}

div#link4 a {
    width: 194px;
    height: 47px;
    background: url(picture/menu.jpg) 0px -135px no-repeat;
    display: block;
    float: left;
}

div#link4 a:hover {
    width: 194px;
    height: 47px;
    background: url(picture/menu.jpg) -194px -135px no-repeat;
    display: block;
    float: left;
}

