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

body {
	background-color: #141414;
	background-image: url("../imagen_condiciones.jpg");
	background-position: center top;
	background-repeat:repeat-x;
	margin: 0 auto;
	width: 1920px;
	overflow-x: hidden;
	background-attachment:fixed;
}



#menu {
position: absolute;
		/*nos posicionamos en el centro del navegador*/
		top:0%;
		left:50%;
		/*determinamos una anchura*/
		width:1920px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-960px;
        padding:0px;

}


background-position:top;
