@charset "utf-8";
/* CSS Document */

*
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

html,
body
{
	width: 100%;
	height: 100%;
}


body
{
	background: #c44e0b url(../img/fondo_site.jpg) repeat-x 0 0;
}

.wrapper
{
	width: 1024px;
	margin-left: -512px;
	left:50%;
	position:absolute;
}

	