/* CSS Document */
/* SAETA.CL */
/* 4 COLUMNAS */

#arancel, #biblioteca, #estadisticas, #mytilus {
	font-size:0.7em; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:4; 
	overflow: visible;
	min-height:100%;
	height: auto!important;
	height:100%;
	}

#arancel {
    position: relative;
    border: solid 0px #999;
}

#biblioteca {
    position: relative;
    border: solid 0px #999;
}

#estadisticas {
    position: relative;
    border: solid 0px #999;

}

#mytilus {
    position: relative;
    border: solid 0px #999;
}

