/* CSS Document */
html {
		/*height: 100%;
		overflow: hidden;*/
	SCROLLBAR-FACE-COLOR: #F0F0F0;
	SCROLLBAR-HIGHLIGHT-COLOR: #EAEAEA;
	SCROLLBAR-SHADOW-COLOR: #EAEAEA;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #F7F7F7;
	SCROLLBAR-BASE-COLOR: #DDDDDD;
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
	}	
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #F0F0F0;
	SCROLLBAR-HIGHLIGHT-COLOR: #EAEAEA;
	SCROLLBAR-SHADOW-COLOR: #EAEAEA;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #F7F7F7;
	SCROLLBAR-BASE-COLOR: #DDDDDD;
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	background-color: #FFFFFF;
}
.texto{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;	
}
.noticias{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;	
}
.tooltip{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;	
}
blockquote {
	margin: 0em 3em 0em 3em;
}

.menuOff{ 
	width:281px;
	height:24px;
	margin:0px;
	background-color: #7183B3;
	text-decoration:none;	
	cursor:hand; 
} 

.menuOff a{ 
	width:281px;
	height:24px;
	margin:0px;
	background-color: #7183B3;
	text-decoration:none;	
	cursor:hand; 
} 

.menuOn{ 
	width:281px;
	height:24px;
	margin:0px;
	background-color: #506396;
	text-decoration:none;	
	cursor:hand; 
} 
a {
	color: #64829F;
	text-decoration: none;
}

a:hover{
	color: #264A86;
	text-decoration: none;
}


#fadeinbox{
position:absolute;
width: 750px;
left: 0;
right:0;
top: -400px;
border: 1px solid #DDDDDD;
background-color: white;
padding: 20px;
z-index: 100;
visibility:hidden;
}