#menu {
    position: relative;
    float: left;
    padding-top: 0px;
    width:200px;
    /*height: 300px;*/
    top:16px;
    left:0px;
    z-index: 20;
   font-weight : bold; 
    font-style: italic;
}
#menu a {
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	text-decoration: underline;
	color: #fffc00;
}

#menu .menutitleSecc {
		position: relative;
        padding: 3px 0px 3px 20px;
        margin-bottom: 6px;
        border-bottom:1px solid #000;
        border-top:1px solid #000;
        background-color: #2D91C3;  
        background-image: url('../img/menu/flecha.gif');
        background-repeat: no-repeat;
        background-position: center left;     
        color: #fff; 
         cursor:pointer;
}
#menu .menutitleSeccSO {
		position: relative;
        padding: 3px 0px 3px 20px;
        margin-bottom: 6px;
        border-bottom:1px solid #000;
        border-top:1px solid #000;
        background-color: #2D91C3;  
        background-image: url('../img/menu/secc_so.gif');
        background-repeat: no-repeat;
        background-position: center left;    
        color: #fff;   
         cursor:pointer;
}
#menu .menutitleSeccSOSelected {
		position: relative;
        padding: 3px 0px 3px 20px;
        margin-bottom: 6px;
        border-bottom:1px solid #000;
        border-top:1px solid #000;
        background-color: #2D29B4;  
        background-image: url('../img/menu/secc_so.gif');
        background-repeat: no-repeat;
        background-position: center left;   
        color: #fff;    
         cursor:pointer;
}
#menu .menutitleSeccActivo {
		position: relative;
        padding: 3px 0px 3px 20px;
        margin-bottom: 6px;
        border-bottom:1px solid #000;
        border-top:1px solid #000;
        background-color: #2D29B4;  
        background-image: url('../img/menu/flecha_a.gif');
        background-repeat: no-repeat;
        background-position: center left;  
        color: #fff;    
        cursor:pointer;    
}
#menu .menutitleOpc {
		position: relative;
        padding: 3px 0px 3px 18px;
        margin-left: 0px;
        background-color: #3BAAE1;
        background-image: url('../img/menu/sopc.gif');
        background-repeat: no-repeat;
        background-position: center left;
}
#menu .menutitleOpcActivo {
		position: relative;
        padding: 3px 0px 3px 18px;
        margin-left: 0px;
        background-color: #3BAAE1;
        background-image: url('../img/menu/sopc_o.gif');
        background-repeat: no-repeat;
        background-position: center left;
}

#menu .menuitemgroup {
		position: relative;
        margin: -6px 0px 6px 0px;
        padding-left: 5px;
        padding-top: 4px;
        border-bottom:1px solid #000;
        background-color: #3BAAE1; 
}
#menu .selectedmenuitemgroup{
		position: relative;
        margin: 0px 0px 6px 8px;
        padding: 0px;
        font-weight : bold; 
}
#menu .menuitemgroupOpc {
		position: relative;
		margin: 0 0 0 -6px;        
        padding-top: 6px;
        border-bottom:1px solid #000;
        background-color: #A5DDF9;
}
#menu .menuitemOpc {
    padding: 0px 0px 4px 18px;
    margin: 0 0 0 20px;
    background-image: url('../img/menu/subopc.gif');
    background-repeat: no-repeat;
    background-position: center left;
    font-weight : normal;  
    color: #000;     
    font-size: 0.9em;	
}
#menu .menuitemOpc a {
	color: #000;	
}
#menu .menuitemOpc a:hover {
	color: #4D1712;
}
#menu .menuitemOpcSelected {
    padding: 0px 0px 4px 18px;
    margin: 0 0 0 20px;
    background-image: url('../img/menu/subopc_o.gif');
    background-repeat: no-repeat;
    background-position: center left;
    font-weight : normal;  
    color: #000;     
    font-size: 0.9em;	
}
#menu .menuitemOpcSelected a {
	color: #4D1712;	
}
#menu .menuitemOpcSelected a:hover {
	color: #000;
}

#menu .menuitem {
        padding: 0px 0px 4px 20px;
        margin: 0 0 0 0;
        background-image: url('../img/menu/opc.gif');
        background-repeat: no-repeat;
        background-position: center left;
        font-weight : normal;        
}
#menu .menuitemSelected {
        padding: 0px 0px 4px 20px;
        margin: 0 0 0 0;
        background-image: url('../img/menu/opc_o.gif');
        background-repeat: no-repeat;
        background-position: center left;
        font-weight : normal;        
}
#menu .menuitemSelected a {
	color: #ffff00;
}
#menu .menuitemSelected a:hover {
	color: #fff;
}



.apartadoMenu {
	font-size: 1em;
	color: #fff;
	height: 1.6em;
	padding-top: 0.2em;
	text-indent: 8px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color: #000;
}
.opcionMenuExtra {
	margin-left: 0;
	padding-left: 2px;
	list-style: none;
	line-height: 1.6em;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color: #0D7BC4;	

}
.opcionMenuExtra a {
	padding-left: 12px;
	background-image: url(../img/cola/b_mextra.gif);
	background-repeat: no-repeat;
        background-position: center left;
	font-size: 1em;	
	color: #fff;
	height: 1.6em;	
	text-decoration: none;
}
.opcionMenuExtra a:hover {
	padding-left: 12px;
	background-image: url(../img/cola/b_mextra.gif);
	background-repeat: no-repeat;
        background-position: center left;
	font-size: 1em;	
	color: #fff;
	height: 1.6em;	
	text-decoration: underline;
}
