html,body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
background-image: url("./Icons/bg.jpg");
}
.main{
	padding: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.ctrow{
	padding: 5px;
	width: 99%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#manuCat{
	border: 0px solid black;
	width: 99%;
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	

}
#btng{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 35px;
	margin-left: 10px;
	width: 100px;
	border: 1px solid #e1e2e0;
	background-color: #f5f8f4;
	cursor: pointer;
}
#manuCat > div{
	margin-left: 10px;
	margin-top: 10px;
	height: 250px;
	width: 300px;
	display: flex;
	border: 2px solid #fcfffb;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;

}
#manuCat > div:hover{
	border: 3px solid #7fd666;
}
.mop{
	border-top: 1px solid #bdc1c0;;
	display: flex;
	flex-direction: row;
	padding: 0px;
	background-color: #edf1f0;
}
.mop>div{
	padding: 5px;
	padding-left: 4px;
	border-right: 1px solid #bdc1c0;
	display: flex;
	align-items: center;
}
.mop>div:hover{
	background-color: #cae1dc;
	cursor: pointer;
}
.ncolucont{
display: flex;
flex-direction: column;	
}
.ncolucont > div{
	margin-top: 5px;
	margin-left: 10px;
}
.catName{
	border-radius: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	background-color: #fcfffb;
	font-family:"Bell MT";
	font-size: 18px;
	font-width:bold;
	color: #4b5648;
	opacity: 0.9;
}
#mwind{
	position: fixed;
	z-index: 200;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#vwCont{
	position: relative;
}
f1{
font-family:"Calibri (Cuerpo)";
font-size:22px;
font-width:bold;
font-style:normal;
color:#393b3b;
}
f2{
font-family:"Calibri (Cuerpo)";
font-size:15px;
font-style:normal;
font-width:bold;
color:#182522;
}
f3{
font-family:"Calibri (Cuerpo)";
font-size:30px;
font-style:normal;
font-width:bold;
color:#182522;
}
.camps{
font-family:"Calibri (Cuerpo)";
font-size:15px;
height: 30px;
width: 99%;
font-style:normal;
font-width:bold;
color:#182522;
border-radius: 3px;
background-color: #f5f8f4;
}
.btn1{
	font-family:"Calibri (Cuerpo)";
font-size:15px;
height: 30px;
width: 99%;
font-style:normal;
font-width:bold;
color:#fcfcfc;
border-radius: 3px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
background-color: #2ea1c9;
cursor: pointer;

}
.catShow{
	display: flex;
	flex-direction: column;
	background-color: #e6ebf4;
}
.dtBus{
	margin-top: 2px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.dtBus>div{
	height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #e0e1e0;
	border: 1px solid #cecfce;
}
.detales{
	margin-top: 10px;
	background-color: #dcdfe2;
	border: 1px solid #c3c6c8;
	border-radius: 5px;
	padding: 10px;
	width: 350px;
	height: 300px;
	display: flex;
	flex-direction: column;
}
.rl{
	display: flex;
	text-align: right;
  
}
.ll{
	display: flex;
	align-items: lefth;
	text-align: left;
}