/*
extensão para estilos internos para Utilicon
autor: Evandro Myller (emyller.net)
*/
#frontpic {
	background: #ccc url("../pics/frontpic_internal.jpg") no-repeat;
	border: 1px solid #a5a83f;
	height: 218px;
	margin: 0;
	width: auto;
    z-index: 0
}
#title {
	margin-right: 401px;
	margin-top: -70px;
	position: relative;
	z-index: 99;
}
#title * { color: #fff }
#title h1 {
	background: #2c692e;
	font-size: 18px;
	height: 24px;
	padding: 5px 20px;
}
#title p {
	background: #14401c;
	font-size: 10px;
	padding: 10px 20px
}

#contents {
	background: #e9f3eb;
	padding: 1em 24px
}
#contents p {
	font-size: 11px;
}
#footer {
	margin-top: 0
}

.box {
	background: #cbe0cf;
	color: #4a7a60;
	font-size: 12px;
	padding: 10px
}
.box h1 {
	background: #a0c2a7;
	color: #fff;
	font-size: 20px;
	height: 32px;
	line-height: 32px;
	margin: 10px 0 10px 0;
	padding: 3px 3px 3px 20px
}
.box h1 small {
	color: #cce1d2
}
.box h1 span img {
	color: #4a7a60;
	display: block;
	margin-top: -15px
}
.box ul {
	list-style: none;
	padding: 0
}
.box *.half {
	float: left;
	width: 50%
}
.box ul, .box p
{
	padding: 0 40px
}
.box small
{
	color: #87b092;
	font-size: 10px;
	font-weight: bold
}

