body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 14px;
	background-color: #FFF;
}

#mainTable {
	margin: 0 auto;
	border: 1px solid #000;
	/*/*/line-height: 1.5em; /* */
}
#mainTable td {
	padding: 20px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	font-size: 14px;
	/*/*/font-size: 100%; /* */
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #A15120;
	border-left-color: #333;
}
#sidebar {
	width: 200px;
	background: #FFD1AD;
	font-size: 12px;
	/*/*/font-size: 85%; /* */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A15120;
}
#header {
	background-color: #A15120;
	color: #EE8237;
	background-image: url(../images/bg_dark_brown.gif);
}
#footer {
	background-color: #FDE7D5;
	color: #A15120;
	background-image: url(../images/bg_light_cream.gif);
}
/* Footer complements */
#footer a:link, #sidebar a:visited {
	color: #A15120;
}
#footer a:hover, #sidebar a:active {
	color: #FDE7D5;
	background-color: #EE7620;
}
#footer a:visited {
	color: #FDE7D5;
	background-color:#EE7620;
}
/* Fuentes del sitio */
td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%; }
h2 { font-size: 140%; }

#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 1px dotted #994D1C;
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #A15120;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #EE7620;
	border: 1px solid #A15120;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #A15120 !important;
	border: 1px dashed #A15120 !important; /* */
}
#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}
