	/* DEMO CSS */
	a{
		color:red;
		text-decoration:none;
	}
.img{
	border:0px;
	}
/*	#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
	}
*/
#leftContainer {
	background-color : #EFE7F7; 
	color: #9B9AA2;
/*position : absolute; 
top : 5px; 
left : 10px; */
	visibility : hidden; 
	width : 180px; 
}	
/*	#{
		width:180px;
		float:left;
		padding-left:5px;
		padding-right:5px;
		height:%px;
	}
	
	#contentContainer{
		width:590px;
		float:left;
	}
*/
	.ad{
		clear:none;
		text-align:center;
		padding:5px;
	}	
	/* END DEMO CSS */

.flecha {
	background-image: url(../imagenes/flechamenu.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	margin-right: 2px;
	}
.flechab {
	background-image: url(../imagenes/flechamenub.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	margin-right: 2px;
	}

/* Menu general  */

	#dhtmlgoodies_menu{
		font : normal 8pt arial, verdana, sans-serif; 
		width:180px;
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
	}
	.abajo
	{
		border-bottom : 1px solid #CCBDF6;
	}
	.2lineas
	{
	line-height:18px;
	}

/* Menu Principal Caracteristicas */

	#dhtmlgoodies_menu	li a{	/* Main menu links */
		background-color:#EFE7F7;	/* azul claro background color */
		color:#9B9AA2;	/* azul oscuro txt color*/
	margin-left: 10px;
		text-decoration:none;	/* No underline */
		height:24px;	/* 20 pixel height */
		line-height:24px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		/*border:1px solid #C2CDE3;*/	/* Black border */
		border-top : 1px solid #CCBDF6;
		border-left : 1px solid #CCBDF6; 
		border-right : 1px solid #CCBDF6;
		margin:0px;	/* A little bit of air */
		/*padding:0px;*/	/* Air between border and text inside */
	padding-left: 10px;
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#F1EFFD;
		background-color:#AB96B4;
	}

/* Sub Menu general  */

	.dhtmlgoodies_subMenu{
		font : normal 8pt arial, verdana, sans-serif; 
		text-align:left;
		background-color:#EFE7F7;
		border:1px solid #CCBDF6;
		visibility:hidden;
		position:absolute;
		overflow:hidden;
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}

/* Sub Menu Caracteristicas */

	.dhtmlgoodies_subMenu ul li a{
	white-space:nowrap;
	text-decoration:none;
	color:#9B9AA2;
	width:145px;
	height:24px;
	line-height:24px;
	/*padding:10px;*/
	display:block;
	padding-left: 10px;
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#F1EFFD;	/* White text */
		background-color:#AB96B4;	/* Blue background */
	}

	