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

body {
	background-color: #007a53;
}

/*reset de: img*/

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


/*Contenedor*/

	#contenedor {
	background-image:url(../vertec.jpg);
	height: 258px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	}

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