body{
	background:#000;
	overflow-y:hidden;
	}

*{
	padding:0;
	margin:0;
	}


.header_index{
	background:url(../images/header_index.jpg)no-repeat center;
	position:relative;
	width:100%;
	height:250px;
	z-index:3;
	}
.middle_index{
	background:url(../images/cinta_index.png)no-repeat center;
	position:relative;
	width:100%;
	height:114px;
	z-index:10;
	text-align:center;
	}
.footer_index{
	background:url(../images/footer_index.jpg)no-repeat center bottom;
	position:relative;
	width:100%;
	height:530px;
	top:-65px;
	z-index:-1;
	}
#logo{
	background:url(../images/logo_index.png)no-repeat bottom;
	position:relative;
	margin:auto;
	width:355px;
	height:195px;
	z-index:2;
	top:95px;
	right:5px;
	}

#mensaje{
	position:relative;
	margin:auto;
	font-family:century gothic;
	font-size:30px;
	top:100px;
	color:#fff;
	}
#web{
	position:relative;
	margin:auto;
	font-family:century gothic;
	font-size:30px;
	top:200px;
	color:#fff;
	}