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

/*reset de: font, margin, list y padding*/

body, p, h1, h2, h3, h4, h5, div, span, a, input, textarea, select, option, form, li {
font-family: 11px 'Oswald', sans-serif;	
color: #ffffff; 
margin: 0; 
padding: 0;
list-style: none;
}

/*imagen de fondo*/

body {
background-position: top center;
background-repeat: no-repeat;
background-color: #522e2e;
background-image:url(../imagenes/fondo.jpg)
}

/*reset de: img*/

img {
	border: none;
	margin: 0; 
	padding:0; 
}


/*contenedor*/

	#contenedor {
	width: 1020px;
	margin: 0 auto;
	height: 6518px;
	}
	
	