/********************************************************************************************
* Hoja de estilo (CSS)
* Creada por OVALUS.COM
*********************************************************************************************/

/* Redefinición de etiquetas HTML */

BODY 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.horizon
{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0px;
}

.logo
{
	position: relative;
	display: block;
	text-align: center;
	margin: -70px auto auto auto;
}

.foot
{
	position: absolute;
	top: 100%;
	width: 100%;
	height: 15px;
	background-color:FF7300;
	margin-top: -15px;
}



.contact
{
	position: relative;
	display: block;
	width: 98%;
	height: 40px;
	text-align: right;
	top: -50px;
}

.

.text
{
	font-size: 10px;
	color: #FFFFFF;
}

a.links:link,  a.links:visited, a.active
{
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}

a.links:hover
{ 
	color: #333333;
}

