{
	margin: 0;
	padding: 0;
}


.label-manabisystems{
	font-weight: 700;
	margin-bottom: 5px;
	max-width: 100%;
	display: inline-block;
}





.form-manabisystems::-moz-placeholder {
	color: #999;
	opacity: 1;

}

.form-manabisystems{
	width: 100%;
}


.input-manabisystems{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	border:1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 10px;
	border-radius: 4px;

}

.input-manabisystems:hover{
	box-shadow: 3px 3px 10px #27aed2;
}


.boton-manabisystems{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	border:1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: #e7250e;
	color: white;
	font-weight: bold;
}

.boton-manabisystems:hover{
	box-shadow: 3px 3px 10px black;
}

.inputimg-manabisystems{
	display: block;
	width: 95%;
	height: 34px;
	padding: 0px;
	font-size: 14px;
	border:1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.inputimg-manabisystems:hover{
	box-shadow: 3px 3px 10px #27aed2;
}


.tabla-manabisystems{
	width: 90%;
	margin-left: 30px;

}


.tabla-productos{
	
	font-size: 1rem;
	border-color: #fff;
	background-color: #fff;
	color: #000;
	margin: 10px;
	max-width: 80%;
}

.td-tabla{	
	padding: 10px;
	background: #84f540;
	
}

.th-tabla{	
	padding: 20px;
	background: #3b3b3b;
	color: #fff;
}

.td-tabla a{
	text-decoration: none;
	font-size: 16px;	
	color: #000;
	text-align: auto;

}

.div-form{
	max-width: 60%;
	text-align: center;
}