body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 

font-family: sans-serif;
font-weight: bold;
font-size: 14px;
text-indent:20px;
text-align:justify;
color:white;
background-color: black;
}

table{
font-family: sans-serif;
font-weight: bold;
font-size: 14px;
text-align:justify;
}

a.normallink:link { color: white; text-decoration: none; font-weight: bold;}
a.normallink:visited { color: white; text-decoration: none; font-weight: bold;}
a.normallink:hover { color: gray; }

a.menu:link { color: black; text-decoration: none; border-style:none;}
a.menu:visited { color: black; text-decoration: none; border-style:none;}
a.menu:hover { color: gray; border-color:gray;}
a.menu:link img{ border-style:solid; border-width:1px;   border-color:black;}
a.menu:visited img{ border-style:solid; border-width:1px;   border-color:black;}
a.menu:hover img{  border-style:solid; border-width:1px;   border-color:white;}

p {
font-family: sans-serif;
}


#framecontentTop{
position: absolute;
top: 0; 
left: 0; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
height: 150px; /*Height of top frame div*/
width: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
background: black;

font-family: sans-serif;
font-weight: bold;
font-size: 14px;
text-indent:20px;
text-align:justify;
}

#menubar{
position: absolute; 
left: 0px;
top: 150px;
height: 32px;
width: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: gray;
color: white;
background: black;
/*background-image: url(imagenes/degradado_30.jpg);*/
text-align: center;
border-top-width:1px;
border-bottom-width:1px;
border-top-color: gray;/*rgb(60,60,60);*/
border-bottom-color: gray;/*rgb(60,60,60);*/
border-top-style: solid;
border-bottom-style: solid;
border-left-style: hidden;
border-right-style: hidden;

}

#framecontentLeft{
position: absolute; 
top: 150px;
left: 0px;
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: black;
color: white;
}

#framecontentBottom{
position: absolute; 
top: auto; 
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0px;
right: 0px;
height: 50px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: black;
color: white;
}

#maincontent{
position: absolute;
top: 184px; /*Set top value to HeightOfTopFrameDiv*/
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0px;
width: 100%;
height: 70%; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto;
background: black;
color: white;
text-align: center;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 184px 0px 0px 0px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 70%;
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}