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

/* Redefinición de etiquetas HTML */

BODY
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
}

/* Estilos para centrar bloques */
.global_horizon
{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0px;
}

.global_listfield
{
	display: block;
	width: 100%;
}
.global_listtitle
{
	float: left;
	font-weight:bold;
}
.global_listvalue
{
	float: left;
}


/* Bloques */

.block
{
	display: table;
}

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

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

.blocklabel
{
	display: block;
	padding: 5px 0px 5px 0px;
}