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

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

}

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

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


}


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

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

}
#viajes .body{
	 padding: 3px 7px 0px 4px;

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

/*********************** VIAJECUENTANOS ***********************/

#miViaje{

	width: 300px;

}
#minombre{
	font-size: 12px;
	background-color: #A2B3B8;
	color: #FFFFFF;
	padding: 4px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}

#mititulo{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #EBEDEE;
	padding: 2px 4px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}

#miviaje{
	background-color: #EBEDEE;
	padding: 4px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	margin-bottom: 15px;
}




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

}
#miViaje .mitituloLista{
	padding: 2px 12px 0px 12px;
	color: #333333;
	font-weight: bold;

}
#miViaje .miviajeLista{
	padding: 0px 12px 15px 12px;
	color: #333333;



}
/*********************** 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; 
		}
