*{
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'helvetica_67MdCn';
    src: url('../fonts/helveticaneueltstd-mdcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.svg#helvetica_neue_lt_std67MdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background:#282828;
	margin: 0 auto;
  text-decoration: center;
}

#wrapper{
	background: url('../images/base/bkg.png');
  width: 1000px;
	height: 700px;
	margin: 0 auto;
  font-family: 'helvetica_67MdCn';
	text-align: center;
}

header{
	width: 1000px;
	position: relative;
	z-index: 10;
}

#imgHeader{
  background: url('../images/base/header.png');
  height: 169px;
}

#titulo{
  background: url('../images/base/MenuArriba.png');
	height: 48px;
  margin: -15px 0 0 0;
}


/* Contenido */