/*** commons ***/
.invisible { display: none; }
.blue { color: #3975b1; }

/*** body ***/
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*background: url(../img/sombra.jpg) #ffffff repeat-y 50% 50%;*/
	font-family: Trebuchet MS, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: white;
}

#main{
	text-align: left;
	margin: auto;
	width: 930px;
}

/*** header **/

#header {
	background-color: #000080;
	color: #ffffff;
	font-size: 2.4em;
	font-weight: bold;
	height: 52px;
	padding: 12px 85px 0;
	position: relative;
}
* html #header { height: 64px; }

#header a {
	position: absolute;
	top: 8px;
	left: 13px;
}

#header img { border:none; }

#header_menu {
	background-color: #3975b1;
	color: #ffffff;
	font-size: 0.8em;
	height: 20px;
	padding-top: 4px;
	padding-left: 85px;
}
* html #header_menu { height: 24px; }

#header_menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#header_menu ul li {
	margin-left: 0;
	padding: 0 22px;
	border-left: 1px solid #fff;
	list-style: none;
	display: inline;
}

#header_menu ul li.first {
	padding-left: 0;
	border-left: none;
}

#header_menu a { color: #ffffff; text-decoration: underline; }

/*** footer ***/
#footer {
	clear: both;
	text-align: center;
}

#footer .dos { font-size: 0.8em; }
#footer .copy { font-weight: bold; }

#footer a { color: #3975b1; text-decoration: underline; }
