
/********************************* LINKS *******************************************************/

#linksContenedor{
	width: 589px;
	vertical-align: top;
	margin: 7px;
	background-color: #D9DDDE;

}

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

#linksBanner{
	width: 152px;
	vertical-align: top;
}


#links {
	width: 430px;
}

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

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

/**********************************************/

#linkCategoria{
	padding: 2px 0 2px 12px;
	margin: 0 0 7px 0;
	font-weight: bold;
	background: url(images/flecha_negra.gif) left no-repeat;
	background-color: #EBEDEE;

}
#linkCategoria .titulo{
	padding: 2px 0 2px 12px;
	margin: 0 0 7px 0;
	font-weight: bold;
	background: url(images/flecha_negra.gif) left no-repeat;
	background-color: #EBEDEE;

}
#linkSitio{
	vertical-align: top;
	margin: 0 0px 10px 48px;
}
.linkNombre{
	vertical-align: top;
	color: #C13C08;
	font-weight: bold;

}

.linkEnlace a{
	width: 100%;
	text-decoration: none;


}

/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		margin: 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: 19px; 
		width: 400px; 
		height: 345px; 
		clip: rect(0 400 345 0); 
		overflow: auto;


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

