* {
	margin: 0;
	padding: 0;
}
body {
	background: #eeeeee;
	font-size: 13px; 
	font-family: Book Antiqua, Times New Roman;
	font-style: italic;
	color: #606060;
}
img {
	border: 0px;
}
h1 {
	font-size: 18px; 
	font-weight: bold;
	color: #ef6a97;
}
#logo {
	left: 400px;
	top: 0px;
	position: absolute;
}
#sfot1 {
	left: 743px;
	top: 16px;
	position: absolute;
	z-index:3;
}
#sfot2 {
	left: 777px;
	top: 170px;
	z-index:1;
	position: absolute;
}
#content {
	width:528px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	left: 276px;
	top: 150px;
	position: absolute;
	z-index:2;
}
#galeria {
	margin: 32px;
}
#galeria img {
	border: 2px solid #e3e3e3;
	padding: 5px;
	margin: 8px;
	background-color: #f5f5f5;
}
p, h1 {
	margin: 18px 32px;
}
