* {
	margin: 0;
}
html, body {
	height: 100%;
	background:#CCC;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -59px; /* the bottom margin is the negative value of the footer's height */
	width:1001px;
	background-color:#3E3E3E;
	border-left:#666 thick solid;
	border-right:#666 thick solid;
}
.push {
	height: 59px; /* .push must be the same height as .footer */
}
#footer {
	height: 59px;
	background:url(images/bcenter_14.png) no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:1001px;
}
.mainmenutext {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.mainmenutext a {
	font-size: 14px;
	color: #424348;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
.mainmenutext a:hover {
	font-size: 14px;
	color: #808080;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bolder;
	background-image:url(images/luna.png);
	background-repeat: no-repeat;
}
.mainmenu {
	background-image:url(images/bcenter_08.png);
}
#mainheader {
	position:relative;
	background:url(images/bcenter_04.png);
	height:61px;
	text-align:center;
}
#headercontent {
	text-align:left;
	position:relative;
	top:30%;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
#maincontent {
	min-height:539px;
	height:auto;
	position:relative;
	background:url(images/bcenter_07.jpg) no-repeat;
	background-color:#7A7A7A;
	padding-left:5px;
	padding-right:5px;
}
#maintext {
	/*padding: 10px 0 0 10px;*/
	margin-left: 30px;
	margin-right:20px;
	text-align:justify;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	text-align: center;
}
.eltexto {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	text-align: left;
	}
	
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
}
.white {
	color: #FFFFFF;
}

.footertext {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:400;
}
.eltextotitle {
	color: #FFF;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.logo {
	text-align: center;
}

