/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	/*background: #3B6B00 url(images/back_all.gif) repeat-x top;*/
	background: #FFFBF0;

}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B4DA9F;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #92331D;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #A0B7D9;
}


h3 {
	font-size: 1em;
	text-align:center;
}


ul, ol {
	margin-left: 3em;
}

img {
	border-style: none;
}


a {
	
	text-decoration: underline;
	color: #F8F5C3;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #F8F5C3;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #F8F5C3;
}

hr {
	display: none;
}


#main
{
width: 760px;
margin: 0 auto;
background: #B4DA9F;
border-left: 10px solid #B4DA9F;
border-right: 10px solid #B4DA9F;
}


/* Header */

#header {
	width: 760px;
	margin: 0 auto;
	height: 305px;
}

#menu {
	float: left;
	height: 59px;
	width: 710px;
	padding-left: 50px;
	margin-top: 5px;
	background: url(images/button.png) repeat-x;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	width: 95px;
	margin-right: 0px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
	text-align: center;
}

#menu a:hover {
	color: #ffffff;
	background: url(images/button_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 760px;
	height: 300px;
	margin: 0 auto;
	text-align: right;
    background: url(images/top.jpg) no-repeat
}


#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 40px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo a {
	color: #ffffff;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	border-top: none;
	padding-top: 10px;
    background: url(images/table_back.gif) repeat-y;
	border-top: 10px solid #B4DA9F;
	border-bottom: 10px solid #B4DA9F;
}



/* Content */

#content {
	float: left;
	width: 500px;
	padding-top: 0px;
}

#content H2
{
height: 22px;
padding-top: 5px;
padding-left: 15px;
width: 485px;
font-size: 14px;
color: #F8F5C3;
}

#content H2 a
{
color: #F8F5C3;
}

#content a
{
color: #000000;
}

#content .entry
{
	width: 500px;
	margin-bottom: 20px;
}

#content .pad
{
padding: 10px;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
	margin-left: 5px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 250px;
	margin-left: 10px;
}

#sidebar2 h2 {
	background: url(images/title.gif) no-repeat left top;
	height: 27px;
	width: 214px;
	color: #FFFFFF;
	padding-left: 20px;
	margin-left: 10px;
	padding-top: 5px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 5px;
	font-size: .8em;
}

#sidebar2 a {
	border: none;
	font-size: 12px;
	padding-left: 10px;
}

#sidebar2 a:hover {
	border: none;
	padding-left: 10px;
}



/* Footer */
#footer
{
padding: 20px;
background: url(images/button.png) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #ffffff;
}

.catalogos_table {
	border: thin solid black;
}

.catalogos_table td {
	text-align: center;
	border: thin solid black;
	color: #295803;
	background-color: white;
}

#wrapper {
 color: black;
}

#wrapper a {
 color:darkblue;
 text-decoration: underline;
}

#wrapper a:hover{
 color:blue;
 text-decoration: none;
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	height: 40px;
	width: 95px;
}

#nav li {
	float: left;
	width: auto;
}
#nav li ul {
	position: absolute;
	width: auto;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}