
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #f0a100;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	margin-bottom: 10px;
}

ul {
	margin-left: 3em;
}

a {
	color: #8888ff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #993333;
}

hr {
	background-color: #ffffff;
	height: 1px;
	border-top: 1px dotted #dddddd;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
}

/* Page */

#page {
	width: 980px;
	height: 500px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background: #f0a100 url(../images/pagebg.png) no-repeat right 0;
}

/* Logo */

#header {
	float: left;
	height: 155px;
	width: 100%;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}


/* Content > Menu */

#menu {
	float: left;
	padding: 5px 5px 5px 5px;
	width: 220px;
	background: #ffffff;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#menu li {
	margin: 0px 0px 1px 0px;
	padding: 4px 3px 4px 3px;
	background: #c8945c;
	border: 1px solid #65391d;
	list-style: none;
}

#menu a {
	display: block;
	font-size: 14px;
	/*font-weight: bold;*/
	text-align: center;
	list-style: none;
	color: #552a0d;
}

#menu a:hover {
	font-size: 14px;
	list-style: none;
	color: #000000;
}

#content {
	float: left;
	width: 580px;
	padding: 20px 20px 20px 20px;
	background: #ffffff;
}

/* Footer */

#footer {
	float: left;
	width: 970px;
	margin: 10px 0px 0px 0px;
	padding: 25px 5px 5px 5px;
	background-color: #f0a100;
	text-align: center;
}

#footer p {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

#footer a {
	color: #ffffff;
}


.titulo_grande {
	font-size: 24px;
	font-weight: bold;
	color: #005a2c;
}

.titulo_medio {
	font-size: 18px;
	font-weight: bold;
	color: #005a2c;
}

.texto {
	line-height: 150%;
	font-size: 14px;
	color: #232323;
}

