body{
	padding:0;
	margin:0;
	text-align:center;
	color:#666;
	font-weight:normal;
	font-family:"Helvetica","Univers","Helvetica Neue",arial,helvetica,sans-serif;
	background-color: #f6efd5;
}

#contenedor {
	width:950px;
	height: 800px;
	margin: auto;
	text-align:left;
	padding:15px;
	border:none;
	text-align:left;
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
}
#logo {
	width:950px;
	height: 89px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
}
#galeria {
float: right;
width: 850PX;
}
#galeria img {
	float:left;
	margin: 10px;
	border: 3px solid #FFFFFF;
}
#pie {
	margin-top: 15px;
	float:left;
	width: 950px;
	display:block;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
#pie a {
color:#333333;
text-decoration:none;
}

