/*------------------Temeld4.com------------------*/
/*-----------------------------------------------*/
/*--Programación----------------->Eduardo-Salom--*/
/*--            ------------------->Jordi-Salom--*/
/*-----------------------------------------------*/
/*--Diseño---------------------->Daniel-Salazar--*/
/*------------------Temeld4.com------------------*/
.CollapseMenu{
	padding:10px;
	position:fixed;
	left:0px;
	height:auto;
	top:137px;
	bottom:77px;
	width:150px;
	background:url(../img/menu/bg.png);
	}
	.CollapseMenu li{
		font-size:12px;
		color:#FFF;
		padding:5px;
		margin-bottom:5px;
		}
		.CollapseMenu li:hover{
			cursor:pointer;
			background:url(../img/menu/bg.png);
			}
			.Collapse{
				padding:10px;
				background:url(../img/menu/bg.png);
				position:fixed;
				left:0px;
				top:137px;
				bottom:77px;
				display:none;
				height:auto;
				width:2px;
				text-align:right;
				overflow:hidden;
			}
			.Collapse img{
				margin-left:2px;
				float:right;
				max-height:14px;
				}
			.Collapse li{
				display:none;
				margin-bottom:0px;
				cursor:text !important;
				width:200px;
				min-height:1px;
				float:left;
				overflow:hidden;
				}
				.Collapse li p{
					margin-left:10px;
					font-size:12px;
					margin-right:3px;
					width:200px;
					text-align:left;
					}
					.info{
						position:fixed;
						background:url(../img/menu/bg.png);
						top:137px;
				bottom:77px;
				height:auto;
				width:1px;
				left:0px;
				padding:10px;
				display:none;
						}
						.info p{
							width:170px !important;
							text-align:justify;
							}
						.boton{
							margin-left:3px;
							margin-top:-14px;
							height:12px;
							width:12px;
							float:right;
							background:url(../img/lupa.png);
							cursor:pointer !important;
							}