
section#galeria{
	position:relative;
	margin:auto;
	width:1000px;
	height:350px;
	background:white;
	}

section#galeria h1{
	position:relative;
	margin:auto;
	top:1px;
	text-align: center;
	color:#1f1d21;
	font-weight:100;
	}

section#galeria img{
	position:relative;
	margin:1px 65px;
	width:550px;
	height:300px;
	left: 150px;
	background:silver;	
	}

section#galeria hr{
	position:relative;
	top:20px;
	width:950px;
	margin:auto;
	border:2px solid #c6c6c6c6;
	}