body {
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
.div-master {
	position: absolute;
	top: 50%;
	width: 100%;
	min-width:800px;
	height: 600px;
	margin-top: -300px;
	overflow: hidden;
	background-color:#FFFFFF;
	visibility: visible;
}
.div-header {
	position: relative;
	top: 0px;
	width: 100%;
	min-width:980px;
	height: 103px;
	overflow: auto;
}
.div-franja-sombra1 {
	bottom: 0px;
	width: 100%;
	height: 37px;
	overflow: auto;
	background-image:url(../graficos/barra-negra-sombreada-1.png);
	background-repeat:repeat-x;
}

.div-logo {
	float:left;
	top: 0px;
	margin-left: 5%;
	width: auto;
	height: 66px;
}
.div-menu {
	top: 0px;
	float:right;
	margin-right: 5%;
	width: 500px;
	height: 66px;
}
.div-centro {
	position: relative;
	width: auto;
	height: 424px;
	/*background-color:#CC9933;*/
	background-image:url(../graficos/fondo-dorado.png);
	background-repeat:repeat-x;
}
.div-footer {
	position: relative;
	width: 100%;
	height: 73px;
	overflow: auto;
	background-color:#FFFFFF;
}
.div-menu-abajo {
	width: auto;
	height: 36px;
	background-color:#FFFFFF;
}
.div-franja-sombra2 {
	margin-bottom:0px;
	margin-top:auto;
	width: 100%;
	height: 37px;
	background-image:url(../graficos/barra-negra-sombreada-2.png);
	background-repeat:repeat-x;
}

