/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */


body {
  background: #ffffff;
}

#page-wrapper {overflow: hidden;}

#page {
}

#header {
	position: relative;
}
#header #mb-logo {
	position: absolute;
	left: 0;
	top: 7px;
	display: block;
	background: url('/sites/default/files/logotipo.gif') no-repeat;
	width: 130px;
	height: 65px;
	z-index: 10;
}
#bd-mcb a {
	color: #000000;
	font-family: 'Roboto';
	font-size: 12px;
	text-decoration: none;
	display: block;
}
#header .section {
}

#main-wrapper {
}

#main {
}

#footer {

border-top: 1px solid #000000;
}

