

html,body{
	width: 100%;
	height: 100%;
	margin: 0;
}

body{
	background:url("img/fondo-sombra.jpg");
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.contenedor{
	background: black;
	box-shadow: 5px 5px 10px #444;
	border-radius: 10px;
	width: 400px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -200px;
	text-align: center;
	color: #999;
}


h1, h2{
	font-weight: normal;
	/*color: #FF6600;*/
	/*color: #00FF00; */
	/*color: #FFFFFF;*/
	/* color: #999966;*/
	/*color: #6A7C5F;*/
	  color: #7D9B6A;
}

h3{
	margin-top: 60px;
}
