* {
margin:0;
padding:0;
}

.menu_lateral
{
	margin:0 13px 0 0;
	padding:0;
	height:auto;
	/*width:200px;*/
	width:180px;
	float:left;
	border-bottom: solid 2px #000000;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	/*background:#e6e6e6;*/
	/*background:red;*/
}

.triangulo_not_selected	
{
	margin:13px 5px 0 15px;
	/*_margin: 13px 2px 0 5px;*/
	_margin: 13px 0 0 5px;
	float:left;
	height:7px;
	width:4px;
	background-image:url('../images/flecha_not_selected.gif');
	background-repeat: no-repeat;
}

.triangulo_selected		
{
	margin:13px 5px 0 15px;
	_margin: 13px 0 0 5px;
	height:5px;
	width:7px;
	background-image:url('../images/flecha_selected.gif');
	background-repeat: no-repeat;
	float:left;
}
					
.not_selected
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height:auto;
	width:auto;
	border-top: solid 2px #000000;
	list-style:none;
	background:#FFFFFF;
}
					
.not_selected a
{
	margin: 0 0 0 4px;
	font-family:Arial; 
	font-size:15px;
	/*Fuente a cpo.11*/
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	line-height:30px;
	cursor:pointer;
}

.selected		
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height:auto;
	width:auto;
	border-top: solid 2px #000000;
	background:#b3b3b3;
	list-style:none;
}
					
.selected a
{
	margin: 0 0 0 4px;
	font-family:Arial;
	 font-size:15px; /*Fuente a cpo.11*/ 
	text-align:left; 
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	line-height:30px;
	cursor:pointer;
}

.selected ul		
{
	padding:10px 0 10px 10px;
	background:#e6e6e6;
}			
.selected ul li
{
	padding: 0 0 0 0;
	width:170px;
	font-family:Arial; font-size:12px; /*Fuente a cpo.11*/ text-align:left; font-weight:normal;text-decoration:none;color:#000000;
	/*line-height:20px;*/
	line-height:12px;
	height:auto;
	list-style-type:none;
	margin:6px 0 0 0;
}
					
.subfamily_not_selected a
{	padding:0;
	margin:8px 0 0 0;
	width:170px;
	font-family:Arial; font-size:12px; /*Fuente a cpo.11*/ text-align:left; font-weight:normal;text-decoration:none;color:#000000;
	/*line-height:20px;*/
	line-height:12px;
	height:auto;
	cursor:pointer;
	
}
						
.subfamily_selected a
{	padding:0;
	margin:8px 0 0 0;
	font-family:Arial; font-size:12px; /*Fuente a cpo.11*/ text-align:left; font-weight:bold;text-decoration:bold;color:#000000;
	/*line-height:20px;*/
	line-height:12px;
	height:auto;
	cursor:pointer;
}
						
.submenu_final			
{
	position:absolute; min-width:150px; min-height:20px; background:#e6e6e6;
	padding:10px;
	float:left;
	list-style-type:disc;
	color:Red;
	list-style-position:inside;
	z-index:2;
	/*margin-left:0;*/
	margin-left:-13px;
}
					
.submenu_final	a		
{
	font-family:Arial; font-size:12px; /*Fuente a cpo.11*/ text-align:left; font-weight:normal;text-decoration:none;color:#000000;
	line-height:20px;
	cursor:pointer;
}						

.submenu_final_inline
{
	margin:0 0 0 0; 
	padding:0 0 0 0;
	width:155px;
	}

.submenu_final_inline li
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight:normal;
	text-decoration:none;
	width:150px;
	}
	
.submenu_final_inline_not_selected
{
	font-weight:normal;
	}