﻿html,body							{ height:100%; text-align:center }
body								{
	background: #cbc2b7;
	font-size: 12px;
	alignment-baseline: central;
}

table, tr, td						{ font-family: Arial, Helvetica, Verdana, Sans; font-size:12px; font-weight: normal; color: #595959; line-height:140%; }
p, ul, li						{ font-family: Arial, Helvetica, Verdana, Sans; font-size:12px; font-weight: normal; color: #595959; line-height:140%; }
p									{ display: block; margin:0; padding: 0 0 15px 0; }

li									{ list-style: disc inside ; }
ol li								{ list-style: decimal; }
ul li								{ list-style: disc inside; }
li									{ margin: 5px 0; }


div { margin-left: auto;  margin-right: auto}
				
.NewsDetailTit						{ font-family: Georgia, Times, Serif; font-size:20px; line-height:130%; color: #666 }



#destaquesHome li					{display:none; margin:0;padding:0px;list-style-position:outside;}



a:active,
a:visited,
a:link 								{ background:transparent; color: #6699cc; text-decoration: none; border-style: none }
a:hover								{
	
	
	text-decoration: underline;
	
	text-align: right;
}
a.Normal:visited,
a.Normal:link						{ background:transparent; color: #6699cc; text-decoration: none; font-weight: normal; }
a.Normal:hover						{ background:transparent; color: #ffffff; text-decoration: none; font-weight: normal; background:#6699cc; }
