
body {
	background-image: url(../img/fondo.gif);
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.div_cargando {
	position:fixed;
	display:none;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#000000 url(../img/loadingpuntos.gif) center no-repeat;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.aps_png {

}

.aps_centro {
	float:left;
	width:500px;
	background:#F00;
}

.aps_centro_separador {
	float:left;
	width:500px;
}

.aps_centro_con {
	float:left;
	width:500px;
}

.aps_menu {
	float:right;
	width:200px;
}
