/** MENÚ LATERAL IZQUIERDO **/
.MenuLeft_Back {
	background-color: #e7e7e7;
}
.MenuLeft {
	margin-right: 10px;
	margin-left: 10px;
}
.MenuLeft p {
	line-height:0px;
	margin-bottom:0px;
	margin-top:13px;
}
.MenuLeft hr {
	border:0;
	height:1px;
	border-bottom:1px dotted #fff;
	padding-bottom:5px;
}
.ML_Link a {
	color: #3b659f;	
}
.ML_Link_off a {
	color: #868889;
}
.MenuLeft_On {

}
.MenuLeft_On a {
	color: #000000;
	font-weight:bold;
}
.ML_LinkSub {
	display:none;
	margin-top:5px;
	margin-bottom:10px;
}
.ML_LinkSub a {
	color: #3b659f;
	font-weight:normal;
}
.ML_LinkSub_off a {
	color: #ff0000;
}
