/*--------------------------- MENU --------------------------*/	

#menu img {
	border:0px;
	vertical-align:middle;
	margin-right:8px;
}

/* -----------SECCIONES------------- */	
.cuadroMenu{
	margin:0px 10px 10px 10px;
	text-align:left;
	display: block;
	font-size:11px;
	width:92%;
}
.cuadroMenu a{
	color:#000;
	text-decoration:none;
}
.cuadroMenu a:hover{
	color:#4D4D59;
}

.cuadroSubMenu{
	margin-left: 10px; 
}

.elementoMenu {
	border-bottom: thin dotted #CCCCCC;
    padding: 8px 0px 8px 14px; 	
    overflow:hidden;
	background:url(imgTemplate/bullet.gif) no-repeat;
	background-position:left center;
}

.elementoMenuActual {
	border-bottom: thin dotted #CCCCCC;
    padding: 8px 0px 8px 14px; 	
    overflow:hidden;
	background:url(imgTemplate/bullet.gif) no-repeat ;
	background-position:left center;
}
.elementoMenuActual a{
	color:#014A8E;  
}
.cuadroSubMenu .elementoMenu {
    background: transparent;
    border-bottom: thin dotted #CCCCCC;
    overflow: hidden;
}
.cuadroSubMenu .elementoMenu a{
	font-weight:normal;
	position:relative;
	text-decoration: none;	
}
.cuadroSubMenu .elementoMenuActual{
    background: transparent;
    border-bottom: thin dotted #CCCCCC;
    overflow: hidden;
	
}
.cuadroSubMenu .elementoMenuActual a{
	text-decoration: none;
	color:#014A8E;  
}