/********************************************************************************************
* Hoja de estilo global (CSS)
* Creada por OVALUS.COM
*********************************************************************************************/

/* Estilos para centrar bloques */
.global_horizon
{
	position: absolute;
	padding-left: 50%;
	width: 100%;
	height: 0px;
	overflow:visible;
}

.global_zone
{
	display: block;
	position: relative;
	width: 955px;
	height: 600px;
	margin: 0 auto auto -477px;
	border: 2px solid #FFFFFF;
	overflow: hidden;
}

/* Bloques */
.block
{
	display: block;
	position:relative;
}

.blockleft
{
	display: block;
	float: left;
	width: auto;
	height: auto;
}

.blockright
{
	display: block;
	float :right;
	width: auto;
	height: auto;
}

