* { 
	font-family: Verdana, Tahoma, Arial, Helvetica, geneva, sans-serif;
	color: #4D4D4D;
}

body {
	background-color: #FFFFFF;
	font-size: 10pt;
	margin: 0px;
	cursor: default;
	overflow:-moz-scrollbars-vertical;
}

a{
	color: #82373e;
	cursor: pointer;
}

hr{
	color:#CCCCCC;
	height: 1px;
}

input{
	color: #303030;
	border-color: #82373e;
	border-width: 1px;
	border-style: solid;
	font-size: 10pt;
}

textarea{
	color: #303030;
	border-color: #82373e;
	border-width: 1px;
	border-style: solid;
	font-size: 10pt;
}

.hidden_menu{
	border-width: 0px;
	display:none;
	visibility:hidden;
}

.tableFooter{
	background: repeat-x url(../images/revista/bottomMenuBack.jpg);
}

.tableFooterText{
	color: #000000;
	font-size: 7pt;
	font-weight: bold;
}

.topMenuLabel{
	color: #000000;
	font-size: 8pt;
	font-style: italic;
}

.newsHeader{
	color: #FFFFFF;
}

.newsDate{
	color: #82373E;
}

.newsTitle{
	font-weight: bold;
}

.newsText{
	font-size:10px;
	text-align:left;
}

.newsMoreLink{
	font-size:9px;
	text-align:right;
	color:#961792;
}

.pageTitle{
	font-size:18px;
	color: #82373e;
	font-weight:bold;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary  */		
	width: 600px; 
	height: 350px;
	overflow: hidden;
	border:1px solid #cccccc;
/*	background: transparent no-repeat bottom right url(../images/watermark.png);	*/
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:600px;
	height:350px;
	overflow:hidden;
	float:left;
	background: transparent no-repeat bottom right url(../images/watermark.png);
}

div.scroller div.content {
	width: 10000px;
}

/*div#section1 {
	background:#666666;
	color:#ffffff;
}*/

.menutitle{
	cursor:pointer;
	background-color:#4D4D4D;
	color:#FFFFFF;
	width:168px;
	text-align:left;
	font-size:11px;
	padding-left:3px;
	padding-bottom:1px;
	padding-top:1px;
	border-top:1px solid #cccccc;
}

.menutitle_expand{
	cursor:pointer;
	background-color:#4D4D4D;
	color:#FFFFFF;
	width:15px;
	text-align:center;
	font-size:11px;
	padding-bottom:1px;
	padding-top:1px;
	border-top:1px solid #cccccc;
}

.submenu{
	font-size:11px;
	width:186px;
}

.menutitle a{
	text-decoration: none;
}

.menutitle_expand  a{
	text-decoration: none;
}

.submenu  a{
	text-decoration: none;
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url(../images/quote.gif) no-repeat 4px 0px !important; 
	background-position: 7px 15px;
	border-left: 2px solid #82373e;  
}

/** FLOAT **/
#divFloatClose {
	position: absolute;
	float: right;
	
	border-style: solid;
	border-width: 1px;
	
	right: -1px;
	top: -1px;
	padding: 2px 5px 2px 5px;
	
	font-size:71%;
	font-family:Verdana,'Trebuchet MS',Arial,Sans-serif;
}

#divFloatClose a{
	color:#4D4D4D;
	font-weight:bold;
}

#divFloatTextHeader {
	position: relative;
	margin: 10px 10px 10px 10px;
	padding-bottom: 5px;
	
	text-align: center;
	font-weight: bold;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	font-size:71%;
	font-family:Verdana,'Trebuchet MS',Arial,Sans-serif;
}

#divFloatTextBody {
	position: relative;
	margin: 20px 30px 20px 30px;

	font-size:71%;
	font-family:Verdana,'Trebuchet MS',Arial,Sans-serif;
}

#frameFloatBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	filter:alpha(opacity=85);
	-moz-opacity: 0.85; 
	opacity: 0.85;
	
	background-color: #CCCCCC;
	z-index: -1;
	display:none;
}

#divFloatContainer {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: -1;
}

#divFloat {
	position: absolute;
	top: -100px;
	 
	background-color: #FFFFFF;
	 
	border-style: solid;
	border-width: 1px;
	 
	text-align: center;
	overflow: hidden;;
	overflow-x: hidden;
	overflow-y: hidden;
}
/** END FLOAT **/

.refresh{
	position:relative;
	float:right;
}