.marco_formulario{
	background-color: white;
	border-radius: 5px;
	border: 1px solid #d9d7d7;
	-webkit-box-shadow: 4px 4px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 5px -5px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 5px -5px rgba(0,0,0,0.75);
	font-size: 13px;
	padding: 5px;
	margin-bottom: 30px;
}

.no-break{
	white-space: nowrap;
}

.marco_formulario h4{
	color: gray;
}
.marco_formulario h5{
	color: gray;
}

thead > tr{
	background-color: #50B794;
}

thead > tr > th {
	text-align: center;
    vertical-align: middle !important;
    font-weight: bolder;
    color: #000;
}

.d-inline{
	display: inline;
}

.frame_ajax{
	margin: 10px;
	padding: 5px;
	background-color: white;
	border: 2px solid #d9d7d7;
}

.caja_texto, .lista_desplegable{
	border: none;
	border-color: transparent;
	border-bottom: 1px solid gray;
	background-color: transparent;
}

.elemento_modificar{
	border: solid 1px #ddd;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	display: inline;
}

.elemento_modificar_precio_total{
	border: solid 1px #ddd;
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	display: inline;
}

#myTopBtn {
	/*display: none;*/
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
  }
  
  #myTopBtn:hover {
	background-color: #555;
  }