	/* 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 : #E8E7D0;
	color: #8D998C;
	visibility : hidden;
	width : 180px;
/*position : absolute; 
top : 5px; 
left : 10px; */
}	
/*	#{
		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 #B7B75E;
	}
	.2lineas
	{
	line-height:18px;
	}

/* Menu Principal Caracteristicas */

	#dhtmlgoodies_menu	li a{
	background-color:#E8E7D0;
	color:#8D998C;
	margin-left: 10px;
	text-decoration:none;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	border-top : 1px solid #B7B75E;
	border-left : 1px solid #B7B75E;
	border-right : 1px solid #B7B75E;
	margin:0px;
	padding-left: 10px;
	display:block;
	padding-top: 0px;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#F2F1E6;
		background-color:#9AA499;
	}

/* Sub Menu general  */

	.dhtmlgoodies_subMenu{
		font : normal 8pt arial, verdana, sans-serif; 
		text-align:left;
		background-color:#E8E7D0;
		border:1px solid #B7B75E;
		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:#8D998C;
	width:160px;
	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:#F2F1E6;	/* White text */
		background-color:#9AA499;	/* Blue background */
	}

	