html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url("../img/bg-body.jpg");
}

a {
	outline: none;
}

#main {
	width: 960px;
	margin: auto;
	height: 100%;
}

#header {
	position: relative;
	height: 130px;
}

#slogan {
	position: absolute;
	top: 95px;
	left: 480px;
	z-index: 2;
}

#logo {
	position: absolute;
	left: 325px;
	top: 40px;
	z-index: 1;

}

#radio {
	position: absolute;
	top: 0px;
	right: 5px;
}

#menu-left, #menu-right {
	position: absolute;
	top: 53px;
	height: 40px;
	z-index: 50;
}


#menu-left {
	width: 390px;
	left: 0px;
}

#menu-right {
	width: 315px;
	right: 0px;
}

#content {
	overflow: auto;
	background-color: #666633;
	margin-bottom: 10px;
	padding: 5px;
	color: #ffffff;
}

#content .espacado {
	line-height: 25px;
}

#content * {
	color: #ffffff;
}

#footer {
	background-color: #666633;
	position: relative;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

#footer, #footer * {
	font-size: 10px;
	color: #231F20;
}

#footer-buttons {
	position: absolute;
	right: 5px;
	top: 6px;
	text-align: center;
}

#follow {
	position: absolute;
	top: -50px;
	right: 100px;
	z-index: 20;
}

