body{
margin: 0;
padding: 0;
border: 0;
background-color: #0D1114;
height: 100%; 
max-height: 100%; 
}

#framecontent{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 159px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-image: url(../images/bg_botonera.jpg);
}

#maincontent{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 159px; /*Set bottom value to HeightOfFrameDiv*/
	overflow: hidden;
	background-color: #fff;
	background-image: url(../images/bg_cuerpo.jpg);
}
* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
.imageBox,.imageBoxHighlighted{
		float:left;
	}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99CC00;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.style4 {
	color: #6A8D00;
	font-weight: bold;
}
.scroll-pane {
width: auto;
overflow: auto;
float: left;
height: 429px;
}