*{
	margin: 0px;
	padding: 0px;
	
	justify-content:center;
}
.html{
	padding-bottom: 10px !important;
}
@font-face {

font-family: Utsaah;

src: url('../fonts/Utsaah.ttf');

}
input:hover{
	border: 1px solid blue;
}
select:hover{
	border: 1px solid blue;
}

th{
	font-family: calibri !important;
	font-size: 14px !important;
}
td{
	font-family: calibri !important;
	font-size: 14px !important;
}
.pos_btn_informar_captura{
	position: absolute;
	margin-left: 50px;
	margin-top: 3%;
}
.pos_btn_cancelar_captura{
	position: absolute;
	margin-top: 3%;
	margin-left: 220px;
}

.encabezado_tabla{
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #000;
	background: #0a6aa9;
	color:#fff;

}
.div_tabla{
	margin-top: 12px;
	position: relative;
	
	
}
.contenedor_datos{
	max-width: 150px !important;
	overflow:scroll-x;
	background: #ccc;
}
.estilo_celdas{
text-align: center;
max-width: 150px !important;
overflow:scroll-x;
}
.boton_informar_captura{
	

	font-size: 12px;
    border: 1px solid  #0aa90d;
    /*background: #2e86c1;*/
    background:  #0ee011;
    color: #FFFFFF !important;
    padding: 3px;
    font-weight: bold;
    border-radius: 3px;
    width: 90px;
    margin: 5px;
    width: 90px;

}
.boton_informar_captura:hover{
	/*background:  crimson;*/
	font-size: 13px;
	
}
.num_buscado{
	font-weight: bold;
}
.boton_cancelar_captura:hover{
	/*background:  crimson;*/
	font-size: 13px;
	
}
.boton_cancelar_captura{
	
	width: 90px;
	font-size: 12px;
	margin:5px;
	margin-top: 0px !important;

	background: crimson;
	border: 1px solid  #0aa90d;
    color: #FFFFFF !important;
    padding: 3px;
    font-weight: bold;
    border-radius: 3px;

}
.contador{
	font-size: 18px !important;
	padding-left: 30px;
	text-align: right;
	font-family: Utsaah !important;
}
.guion{
	color: #fff;
}
.link{
	margin-right: 5px;
	margin-left: 5px;
}