body { background: #ffffff; color: #000; margin:1em; }
a { text-decoration: underline; }
h1, p { font-family: "Times New Roman", "Times", "serif"; }

p, li {font-size:1em;}

nav,
#mapa,
#topimg,
#header_right,
#login_form,
#search_form,
aside,
footer ul,
.back {display:none;}

#data {
	position: absolute;
	top:1em; right:1em;
	color: #666;
}

header {

	padding-bottom:10px;
	margin-bottom:0;
	border-bottom:1px solid #b5b5b5;
}

article {float:left;}

#path {
	border-bottom:1px solid #999;
	font-size:.8em;
	font-weight: bold;
	color: #555;
	text-transform: uppercase;
	float:left;
	width:100%;
	margin-bottom:20px;
}

#path ul {float:left; margin:10px 0; padding:0;}

#path li {
	list-style:none;
	float:left;
	padding:0 10px;
	background: url('../images/master.jpg') -552px -212px no-repeat;
}
#path ul li:first-child {background: none; padding-left:0 !important;}

#path a {color: #666; text-transform: none; text-decoration: none; }
#path a:hover {color: #ff0000;}

footer {
	position: fixed;
	bottom:0; left:0;
	margin:1em;
	width:98%;
	padding-top:5px;
	border-top:1px solid #999;
	color: #666;
	font-size:.7em;
}
