#container {
	background-image: url(../images/bg_Container.jpg);
	margin-right: auto;
	margin-left: auto;
	width: 955px;
}
#top {
	height: 28px;
}
#banner {
	height: 131px;
	text-align: center;
}
#nav {
	height: 25px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #464646;
	border-bottom-color: #464646;
}
#markers {
	height: 38px;
}

#content {
	height: 411px;
}
#footer {
	height: 65px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #464646;
}
#container #footer p {
	text-align: center;
	font-size: small;
}
#facebookFan {
	text-align: right;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#copyright {
	text-align: center;
	font-size: small;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #464646;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #282828;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
}
#linkInicio {
	font-size: small;
	padding: 3px;
	float: left;
}
#link3D {
	font-size: small;
	padding: 3px;
	float: right;
}
#top #linkInicio a {
	text-decoration: none;
	color: #777;
	font-size: small;
}
#top #linkInicio a:hover {
	color: #FFF;
}
#top #link3D a:hover {
	color: #FFF;
}
#top #link3D a {
	text-decoration: none;
	color: #777;
	font-size: small;
}
#decoBottom {
	height: 60px;
	background-image: url(../images/bg_deco_bottom.jpg);
	background-repeat: repeat-x;
}
