/*------------------------------------------------------------------------------//
/HDesigns - Hoja de Estilos Principal
/Lzb0 - 09/07/09 - Arg.
/******************************************************************************
/style.css
/------------------------------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;	
	border: 0;
	outline: 0;
	background: transparent;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

.wrap
{
	width: 960px;
	margin: 0 auto;
}

body
{
	background: transparent url(../images/bg.png) repeat-x;
}

.footer
{
	width: 100%;
	height: 114px;	
	background: transparent url(../images/footer.png) repeat-x;
	position: absolute;
	bottom: 0;
}

.logo
{
	width: 257px;
	height: 100px;
	position:absolute;
  top:50%;
  left: 50%;
  margin-top:-50px;
  margin-left: -128px;
  background: transparent url(../images/logo.png) no-repeat;
}

.copy
{
	display: block;
	width: 100%;
	margin-top: 57px;
	color: #5e5e5e;
	font-size: 0.6em;
	text-align:center;
}