html,body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#mainCont{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;

}
.menuCont{
	display: flex;
	flex-direction: row;
	padding: 0px;
	background-color: #8c8c8c;
}
#separar_m{
   	display: none;
   	width: 99%;
   	height: 50px;
   }
.subm{
	min-width: 120px;
	padding-right: 3px;
	padding-left: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-right: 1px solid #585757;

}
.camps{
	width: 99%;
	height: 25px;
	border: 1px solid #b6cdda;
	background-color: #ecf0f2;
}
.btn1{
	width: 99%;
	height: 25px;
   display: flex;
   background-color:#09a0ec;
   color: white;
   justify-content: center;
   align-items: center;
   text-align: center;
   margin-top: 5px;
   border-radius: 5px;
   cursor: pointer;
}
#vim{
	width: 100%;
	height: 100%;
	border: 1px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;

}
#video{
	width: 99%;
	height: 99%;
	border: 0px solid white;
	size: 10px;
	font-size: 9px;

}
#vidCont{
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#novM{
	display: block;
	color: white;
	size: 28px;
}
.headerM{
	display:flex;
	flex-direction:row;
	background-color: #058bce;
}
.headerM>div{
	border-right: 1px solid #03689b;
	padding: 2px;
}
.hmenu{
	width: 99%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 5px;
}
.hmenu >div{
 display: flex;
 justify-content: center;
 align-items: center;
 display: flex;	
 text-align: center;
}
#menu_cell{
	top: 0px;
	left: 0px;
	height: 100%;
	position: fixed;
	display: none;
	width: 70%;
	border-right: 1px;
}
#menuIcon{
	display: none;
}
#pcsaliropM{
	position: fixed;
	top:0px;right:10px;cursor:pointer;display:flex;flex-direction:row;
}
f1{
font-family:'Franklin Gothic Demi';
font-size:14px;
font-width:bold;
color:black;
}
f2{
font-family:'Franklin Gothic Demi';
font-size:12px;
font-width:bold;
color:black;
}
a:link{
text-decoration: none;
}
a:visited{
 text-decoration: none;
}