body {
   background: white;
   font-size: 12pt;
   }

#mainmenu,
#submenu,
#sidebar,
#footer ul li#home,
#footer ul li#email {
   display: none;
   }

div#content {
   width: 35em;
   margin: 0px 5% -8px 10%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   vertical-align: bottom;
   }

div#content table {
	border: 1px solid #999;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0.7em;
	border-collapse: collapse;
	line-height: 150%;
	text-align: left;
	}
div#content table th {
	border: 1px solid #CCC;
	padding: 0.1em;
}
div#content table td {
	border: 1px solid #CCC;
	padding: 0.1em;
	vertical-align: top;
	font-size: 90%;
}

#footer ul	{
	margin: 0.7em 10px;
	padding: 6px 0px;
	font-size: 80%;
}

#footer ul li	{
	font-size: 12px;
	list-style: none;
	float: left;
	color: #b0b0b0;
	line-height: 16px;
}


a:link, a:visited {
   color: #999;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.scagliaherdt.com.uy" attr(href) ") ";
   }