body {  
        //background-color: black;
        //color: white;
        width: 100%;
        margin: auto;
        font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
}

#contener {
	background-color: #aaaaee;
}

h1 {
	width: 30%;
	text-align: left;
        font-weight: bold;
        margin-bottom: 0em;
        margin-top: 0em;
	font-size: 2.2em;
}

h2 {
        text-align: center;
	font-weight: bold;
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

a, a:visited, a:active, a:hover {
	color: #7799aa;
	font-size: 1.1em;
	text-decoration: none;
	border:none;
}

#header {
        width: 100%;
  	//background-color: red;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}

#content {
	//background-color: #aaaaee;
	padding: 5px;
	clear: both;
}

//#content a, a:visited, a:active, a:hover {
//	color: white;
//	text-decoration: none;
//	border-bottom: 1px dashed red;
//}


#logobox {
	margin-left: 5px;
	float: left;
	width: 20%;
}

#logo {
 border: 0;
 text-align: left;
}

#main_head {
	display: none;
}

#misc_head {
	display: none;
}

#menubar {
	display: none;
}

#footer {
        text-align: center;
        font-size: 0.6em;
        color: #bbb;
        clear: both;
	margin: 0px;
	padding: 0px;
}

#footer a:visited, a:hover {
	border:none;
	text-decoration: underline;
}

