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

body {
	background-color: #b9975b;
}

/*reset de: img*/

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


/*Contenedor*/

	#contenedor {
	width: 100%;
  	height: 220px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-image:url(../alama.svg);
	background-repeat: no-repeat;
	background-position: center;
	}

	#boton {
	height: 50px;
	width: 100%;
	background-image:url(../boton1.svg);
	background-position: center;
	background-repeat: no-repeat;
	}

