@charset "utf-8";
/* CSS Document */

#contenedor {
	position: absolute;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	height: auto;
	z-index: 1;
	top: -1px;
	visibility: visible;
}

body {
	background-image: url(../imagenes/plantilla/fondo1.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:top;
	background-attachment:fixed;
}

img {
     border:0;
}
