.header {
	background-image: url(images/header_tile.png);
	background-repeat: repeat-x;
	background-position: top;
}
.cont {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 441px;
}

body {
	margin: 0px;
	background-color: #0C1016;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 100%;
	background-image: url(images/planta-humeda.jpg);
}
#bottom {
	background-image: url(images/bottom_tile.png);
	height: 30px;
	text-align: center;
}
.bottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;	
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}
