html
{
	overflow:auto;
}

.float-box
{
	width:100%;
	height:100%;
	position:fixed;
	z-index:5;
	left:0px;
	top:0px;
	background:url('/global/img/fondo_floatbox.png');
}
#float-ventana
{
	overflow:hidden;
	position:absolute;
	
	background:#FFF;
	z-index:6;
	left:50%;
	top:120px;
}
.centrarh
{
	margin:0px auto;
}
.boton
{
	cursor:pointer;
}
.boton:hover
{
	color:red;
}
.info
{
	background:#222222;
	border:1px solid black;
	color:white;
	padding:0px 10px;
}
.w600
{
	width:600px;
}
.cargando
{
	width:500px;
	height:500px;
	background:url('loading.gif') no-repeat center center;
}
