* { margin: 0; padding: 0; 	z-index:10;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
img { border: none; }
caption,th { text-align: center; }
table { border-collapse: collapse; border-spacing: 0; }


body {
	background-color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	position:relative;
}
.ancho_total{
	width:959px;
	height:100%;
	background-image:url(img/fondo.jpg);
	background-repeat:repeat-y;
	text-align: center;
	z-index:10;
}
#contenedor{
	width:959px;
	height:auto;
	margin:0 auto;
	z-index:10;
	
}
