a 
{ 
	border-width: 0px;
	border-style: none none none none;
	text-decoration: none;
	font-style: normal;
	color: #c85110;
	padding: 0px 0px 0px 0px;
}
a.visited { color: #955d0c; }
a.active { color: #eb9924; }

a:hover
{
	border-width: 0px;
	border-style: none none none none;
	text-decoration: underline;
	font-style: normal;
	color: #c85110;
	padding: 0px 0px 0px 0px;
}

body 
{
	font-family: sans-serif;
	background-color: #f4eee7;
	/*background-image: url(../img/back.png);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

ul
{
	list-style-type: none;
	margin: 0em 0em 0.5em 0em;
	padding: 0em 0em 0em 3em;
}

ul.none
{
	list-style-type: none;
}

ul.arrow
{
	list-style-position: outside;
	list-style-image: url(../img/list_logo_2.gif);
}

ul.fat
{
	list-style-position: outside;
	list-style-image: url(../img/list_logo.gif);
}

.top_menu
{
	font-family: monospace;
	font-size: medium;
	text-align: center;
	padding: 7px 30px 7px 30px;
}

.principal_list_item
{
	font-weight: bold;
	font-style: italic;
	padding: 7px 0px 0px 0px;
}

.sublist_item
{
	font-weight:normal;
	font-style: italic;
	padding: 3px 0px 0px 0px;
}

.machine_hostname
{
	font-weight: bold;
	font-size: x-large;
	text-align: left;
	padding: 0px 0px 0px 20px;
	color:#a9743c;
}

.underconstruction
{
	font-size: xx-large;
	text-align: center;
	font-weight: bold;
	color:#a9743c;
}

.description
{
	font-weight:normal;
	font-style: normal;
	font-size: small;
	margin: 0em 1em 0em 1em;
	color:#000;
}


#logo
{
	background-color: #010101;
	margin: 0em 2.5em 0em 2.5em;
	padding: 0em 0em 0em 0em;
	text-align:left;
}

#logo img
{
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border-style: none;
}

#logo strong
{
	padding: 0em 0em 0em 1.1em;
	font-weight: bold;
	font-size: xx-large;
	letter-spacing: +0.3em;
}

#logo em
{
	color: #f3f3f3;
	font-style: italic;
	font-weight: normal;
	font-size: large;
	letter-spacing: +0.5em;
	padding: 0em 0em 0em 0.6em;
}


#centropagina
{
	background-color: #e7dbcc;
	margin: 0em 2.5em 0em 2.5em;
	padding: 0.5em 0em 1em 0em;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #000;
}

#centropagina h1
{
	border-width: 1px;
	border-color: #a9743c;
	color: #a9743c;
	border-style: none none solid none;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: xx-large;
	margin: 0em 0.5em 0.5em 0.3em;
}

#centropagina h2
{
	border-width: 1px;
	border-color: #a9743c;
	color: #a9743c;
	border-style: none;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: large;
	margin: 0em 0em 0em 1em;
}

#centropagina p
{
	color: #000000;
	border-width: 0px;
	border-color: #d2d5dc;
	text-align: left;
	font-weight: normal;
	font-size: medium;
	margin: 0em 1em 0.5em 1em;
}

#menu
{
	border-width: 2px;
	border-style: solid none none none;
	background-color: #f8e9d3;
	margin: 0em 2.5em 0em 2.5em;
}

#menu a
{
	color: #c85110;
	font-weight: bold;
	font-style: normal;
	font-size: medium;		
	padding: 0em 1em 0em 1em;
	text-decoration: none;
}

#menu a:hover
{
	color: #933c0c;
}

#footer
{
	border-width: 1px;
	border-style: solid none solid none;
	background-color: #f8e9d3;
	margin: 0em 2.5em 0em 2.5em;
}

#footer #footer_text
{
	font-weight: normal;
	font-size: small;
	font-style: normal;
	text-align: right;
	padding: 0em 0em 0em 0em;
}

#footer #footer_text a
{
	color: #c85110;
	font-weight: normal;
	font-style: normal;
	font-size: small;		
	text-decoration: none;
}

#footer #footer_text a:hover
{
}


