
/* basic elements */

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	
iframe { border: 0px dashed #666; width:100%; height: 100% }

div.arrows { width:11px; text-align:center }
div.arrows img { padding:8px }


* {font-family:Verdana, Arial, Helvetica, sans-serif;}

div {border:0px; padding:0px; margin:0px;}

/*Styles for scroll bars
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:525px; height:610px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:525px; height:610px; 
	clip:rect(0px, 525px, 610px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:610px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:500px;
  background: #336 url('images/track.gif');
  z-index:1
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/*
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
*/

div#nifty{
	width: 300px;
	height: auto;
	margin-left: 20px;
  	margin-right: auto;
  	margin-top:10px;
  	padding:2px;  
  	overflow: hidden;	
	}

//b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop, b.rbottom{display:block;background-color:transparent;}
//b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; 
			background-color: #FFF;
			/* for IE */
			filter:alpha(opacity=75);
			/* CSS3 standard */
			opacity:0.75;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


div.transbox
  {
	width: 100%;
	/*height: auto;*/
	/*margin-left: 20px;*/
  	margin-right: auto;
  	/*margin-top:10px;*/
  	padding:2px;
  	padding-left:10px;
  	padding-right:10px;
  	padding-top : 3px;
  	vertical-align: middle;
  	background-color: #ffffff;
  	/*border: 1px solid black;*/
  	/* for IE */
  	filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
  }

p.ptransbox {padding-bottom:1em; font:"Trebuchet MS",Verdana,Arial,sans-serif; font-size:12px;}



/* Noticias */
.noticias_title 
{
	font-weight: bold; 
	text-decoration: underline;
	color: #69F;
	vertical-align: middle;
	text-align:center;
	font-size : 14px;
	width:100%;	
	/*margin-left: 10px;*/
  	margin-right: auto;
	
}

.noticias_headers
{
	font-weight: normal; 
	text-decoration: none;
	font-style : normal;
	color: black;
	text-align:left;
	font-size : 12px;
}

.noticias_headers a:link 
{ 
	font-weight: normal; 
	text-decoration: none; 
	color: #000;
}

.noticias_headers a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000;
	}
	
.noticias_headers a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #CCC;
	}