/********************************* ACTIVIDADES **********/

#articulosContenedor{
	width: 589px;
	vertical-align: top;
	margin: 7px;
	background-image: url(images/fnd_scroll_02.gif);
	background-color: #D9DDDE;

}

#articulosContenido{
	width: 437px;
	vertical-align: top;
	border-right: 7px solid #F2F2F2;
}

#articulosBanner{
	width: 152px;
	vertical-align: top;	
	background-color: #D9DDDE;
	 height: 365px;


}


#articulos {
/*	background-color: #D9DDDE;*/
	width: 430px;
	
}

#articulos .titulo{
	background-color: #A2B3B8;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 7px 2px 7px;
	border-bottom: 2px solid #F2F2F2;

}
#articulos .body{
	 padding: 3px 7px 0px 7px;
}
#articulos .verMas{
	color: #C13C08;
	font-weight: bold;
	padding: 5px 7px 0px 7px;
}


/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		margin: 0px;
		top: 0px;
		
		}
.root p 	{
		margin: 0px;
		}
.thumb 		{
		position: absolute;
		height: 9px;
		width: 10px;
		left: 0px;
		
		}
.up, .dn 	{
		position: absolute;
		left: 10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border: 0;
		}
.scrollContainer { 
		position: absolute; 
		left: 4px; 
		top: 0px; 
		width: 400px; 
		height: 345px; 
		clip: rect(0 400 345 0); 
		overflow: auto;

		}
.scrollContent { 
		position: absolute; 
		left: 0px; 
		top: 0px; 
		width: 580px;
		}
