body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #51553d;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.titulosnews {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.newsletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.newsletter:hover {
	color: #669900;
}

.ilinkscinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.fonthora {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.legendafoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.linksnoticias {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #669900;
	text-decoration: underline;
}

.linksnoticias:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.llinkscinza:hover {
	color: #669900;
}

.news_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #748f12;
	text-decoration: none;
}

.news_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.news_txt:hover {
	color: #666666;
	text-decoration: none;
}

.ilinkscinza:hover {
	color: #669900;
}

.livros_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}

.sut2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #669900;
	text-decoration: none;
}

#menu_left {
	width: 334px;
	float: left;
}

#menu_left ul {
	padding: 0;
	margin: 0 0 0 9px;
	border: 1px solid white;
}

#menu_left ul li {
	background-image: url(../images/bg_menu_items_2.gif);
	height: 30px;
	list-style: none;
	padding-top: 5px;
	text-align: center;
}

#menu_left ul li a {
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}

#menu_left ul li a:hover {
	color: #55630E;
	text-decoration: underlined;
}

.campos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/bgcampos.jpg);
	background-repeat: no-repeat;
	border: 1px solid #A4A88C;
}

#topohome_id {
	background-image: url(../images/top_td_2.gif);
	width: 968px;
	height: 131px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#login_form label {
	color: white;
}

#login_form label,#login_form input {
	font-size: 10px;
	text-transform: uppercase;
}

#login_form {
	position: absolute;
	width: 380px;
	right: 10px;
	bottom: 7px;
}

#login_form ul {
	
}

#login_form ul li {
	display: inline;
}

#btn_cadastrese {
	background-image: url(../images/btn_cadastrese.gif);
	width: 208px;
	height: 105px;
	display: block;
}

#btn_cadastrese span {
	display: none;
}

#btn_newsletter {
	background-image: url(../images/btn_newsletter.gif);
	width: 208px;
	height: 104px;
	display: block;
}

#btn_newsletter span {
	display: none;
}

h2 {
	color: #597100;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	text-transform: uppercase
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #597100;
	font-family: arial;
	background: white url(../images/bg_headings.gif) no-repeat scroll center
		left;
	padding-left: 10px;
}


.error_list, .error_list li {
	color: red;
}
/********
 * Forms Style And Structure
 */
.ryform {
	display: block;
}

.ryform em.ast {
	color: red;
	font-size: 11px;
}

.ryform li {
	padding: 5px 0px;
	clear: both;
}

.ryform .radio label {
	display: inline;
}

.ryform label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

.ryform fieldset {
	padding: 10px;
}

.ryform legend {
	font-size: 1.2em;
	border-bottom: 1px solid #DADADA;
	margin: 5px 0px;
	font-weight: bold;
}

/* Input Elements */
.ryform .txt {
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	padding: 2px;
	width: 230px;
	font-size: 1.1em;
}

.ryform .txt:focus {
	border: 1px solid #36A0C8;
}

.ryform .btn {
	
}

.ryform .btn button {
	padding: 3px 5px;
	border: 1px solid #6F6F6F;
	background: #F2F2F2 url('../images/bg-submit.jpg') bottom center
		repeat-x;
	cursor: pointer;
	display: block;
}

/** Errors and Success messages **/
.formError,.formNotice,.form_error {
	background: #D95E61;
	border: 1px solid #A82020;
	color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.formError p,.formNotice p,.form_error p {
	font-weight: bold;
	margin: 5px 0px;
}

.formError ul li,.form_error ul li {
	color: white;
	font-weight: bold;
	list-style-type: square;
	margin-left: 30px;
	text-decoration: underline;
}

.formError ul li a,.form_error ul li a {
	color: #fff;
}

.formNotice {
	background: #E2F9E3;
	border: 1px solid #B3DF82;
	color: #3D993D;
}

.formNotice h3 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.formNotice img {
	float: left;
	margin-right: 15px;
}

.ryform li input {
	height: 21px;
	width: 200px;
}

.ryform  input {
	height: 21px;
	width: 200px;
}

#user_authenticated {
	width: 320px;
	color:white;
	text-align:left;
	position:absolute;
	top:-35px;
	left:50px;
	text-transform: uppercase;
	font-size: 11px;
}

#user_authenticated span {
	float:left;
}
#user_authenticated span#user_menu {
	float:right;
}

#user_authenticated a {
	color: white;
	text-decoration: underlined;
}

#user_authenticated a:hover {
	color: red;
	text-decoration: underlined;
}

iframe {
	border:none;
}