@charset "utf-8";
/* CSS Document */

.titulo-table {
	background-color:#F3F3F3;
	font-weight:bold;
	text-align:center;
	height:30px;
}

.titulo-table-btn {
	background-color: #0C3D85;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
	text-align: center;
	border: none;
	border-radius: 5px;

}

.tabelias {
	padding:10px;
	width:100%;
	border-color:#F3F3F3;
	border-width:1px;
	border-style:solid;
	/* border-radius: 30px; */
}
.tabelias tr {
	padding:10px;
	border-color:#F3F3F3;
	border-width:1px;
	border-style:solid;
}

.tabelias td {
	padding:10px;
	text-align:center;
	color:#337ab7;
	border-color:#e8e7f9;
	border-width:1px;
	border-style:solid;
}

.barra {
	background: #ffffff;
	padding: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	justify-content: center;
  
  }
  
  .title {
	padding: 20px 50px;
	display: inline-block;
	color: rgb(0, 0, 0);
	margin-left: 50px;

  }

  ._w50   { width:50px;  }
  ._w100  { width:100px; }
  ._w200  { width:200px; }
  ._w250  { width:250px; }
  ._w300  { width:300px; }