@charset "utf-8";
/* CSS Document */

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C1402;
	margin-left:8px;
	margin-right:8px;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content h1, #content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #746753;
}

#content a {
	color: #000000;
	text-decoration:underline;
}

#content a:hover {
	color: #000000;
	text-decoration:none;
}

.lista {
}

.lista .lista-left {
	text-align: center;
	width: 120px;
	padding-right: 10px;
}
.lista .lista-right {
	vertical-align: top;
}

.lista .nome {
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
.lista .desc a {
	text-decoration: none !important;
	color: #000000;
}
.lista .desc a:hover {
	text-decoration: underline !important;
	color: #000000;
}
.lista .desc a .continua {
	color: #746753;
	text-decoration: underline;
	font-style: italic;
}
.lista .desc {
	margin-top: 10px;
	margin-bottom: 10px;
}
.lista .nav {
	text-align: right;
}

.lista .nav a {
	color: #746753;
	text-decoration: underline;
}

.lista .nav a:hover {
	color: #000000;
	text-decoration: none;
}


.lista .sepa {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	overflow: hidden;
	height: 10px;
}
.lista-right .data {
	font-size: 80%;
	color: #746753;
}

#content .element {
	clear: both;
}
#content .element h2 {
	font-size: 14px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8B7B64;
	padding-bottom: 2px;
}
#content  #foto  img {
	border: 1px solid #8B7B64;
	padding: 3px;
}
#content .right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content #file a {
	color: #746753;
	text-decoration: none;
}
#content #file a:hover {
	color: #000000;
	text-decoration: none;
}

#menuPag {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#menuPag ul {
	padding-left: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}

#menuPag ul li {
	color: #746753;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#menuPag ul li a {
 color: #746753;
	text-decoration:none;
}

#menuPag ul li a.this, #menuPag ul li a:hover {
 color: #000000;
	text-decoration:none;
}

.box-error {
	color: #CC0000;
	background-color: #FFEAEA;
	border: 1px solid #CC0000;
	margin-bottom: 10px;
	background-image: url(../images/icone/error.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-error .title {
	font-weight: bold;
}

.box-note {
	color: #666666;
	background-color: #FFFFCC;
	border: 1px solid #666666;
	margin-bottom: 8px;
	background-image: url(../images/icone/note.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-note .title {
	font-weight: bold;
}

.box-ok {
	color: #009933;
	background-color: #EEF7DD;
	padding: 8px;
	border: 1px solid #339933;
	margin-bottom: 8px;
}
.box-ok .title {
	font-weight: bold;
}

.box-msg {
	color: #006699;
	background-color: #ECF9FF;
	border: 1px solid #006699;
	margin-bottom: 10px;
	background-image: url(../images/icone/msg.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-msg .title {
	font-weight: bold;
}