body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}
@font-face {
  font-family: 'ForoSans';
  src: url('../fonts/ForoSans-Regular.woff2') format('woff2'),
    url('../fonts/ForoSans-Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'NexaBold';
  src: url('../fonts/NexaBold.woff2') format('woff2'),
    url('../fonts/NexaBold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'NexaLight';
  src: url('../fonts/NexaLight.woff2') format('woff2'),
    url('../fonts/NexaLight.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'barcode';
  src: url('../fonts/barcode.woff2') format('woff2'),
    url('../fonts/barcode.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 780px) { 
  .paint{
    background:rgba(255,180,180,0.8);
	color: white;
  }
}

/*pam margin*/
.image-size {
	width: 20px;
	height: 10px;
}

/*pam margin*/
.contenedor {
	margin: 10px;
}
.textos {
	font-family: 'ForoSans';
	font-size: 20px;
	color: black;
}

.textoperiodo {
	font-family: 'ForoSans';
	font-size: 22px;
	color: black;
}

.barcode{
  font-family: 'barcode';
  font-size: 120px;
  color:black;
}
.titulo{
  font-family: 'NexaBold';
  font-size: 20px;
  color: black;
}
.subtitulo{
  font-family: 'NexaLight';
  font-size: 20px;
  color: black;
}
.suporttext{
  font-family: 'NexaLight';
  font-size: 15px;
  color: black;
}
.textodenegado{
  font-family: 'NexaLight';
  font-size: 20px;
  color: #f5010b;
}
.container-fluid {
	/*width: 100vw;*/
}
.menu-1premia {
	color: #fff;
	background-color: #fff;
}
/*cerrar sesión*/
.submenu-1premia{
  color: black;
  font-family: 'NexaBold';
  font-size: 20px;
  width:195px;

}
/*cerrar sesión*/
.submenu-1premia:hover{
  color: #f5010b;
  font-family: 'NexaBold';
  font-size: 20px;
  width:195px;
}
.menu-boton-1premia{
  color: black;
  background-color: transparent;
  font-family: 'ForoSans';
  size: 20px;
}
.menu-boton-1premia:hover{
  color: #f5010b;
  background-color: transparent;
  font-family: 'ForoSans';
}

/*menú principal*/
.menu2-1premia {
	/*background-color: rgba(226, 226, 226, 0.5);*/
	height: 95px;
	font-size: 20px;
	padding: 10px 10px;
	justify-content: center;
	align-items: center;
	padding-left: 5rem;
	display: flex;
	/*text-size-adjust: 100%;
	padding-left: 5rem;
	text-align: center;*/
}

.rowNav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
	background-color: #f5010b;
	
}
.navbar-onepremia-menu {
	background-color: #fffff;
}
.bg_noborder { 
  color: #000000;
  border-radius: 5px;
  margin: auto;
  border: none; 
  outline:none;
  background-color: #FFC5C9;
  width:30px; 
  height:30px;
  font-family: 'ForoSans';
  font-size: 10px;
}
.bg_noborder:hover { 
  opacity: 0.6;
  color: #FFFFFF;
  background-color: #FF0012;
}

.bg-onepremia-menuwhite {
  background:#fff;
  height:75px;
}

.bg-tg-verde {
  color:#fff;
  background-color: #f5010b;
  border-color: #f5010b;
  font-family: 'NexaBold';
}
.bg-unopremia-boton {
  color:#fff;
  background-color: #f5010b;
  border-color: #f5010b;
  font-family: 'NexaBold';
}

.btnB {
	/*background-image: none;*/
	border: 1px solid transparent;
	background-color: #f5010b;
	display: inline-block;
	font-weight: 400;
	color: white;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*background-color: transparent;*/
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 4px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


}

.bg-unopremia-boton:hover {
	color: white;
	background-color: #c4c4c4;
	border-color: #c4c4c4;
	font-family: 'NexaBold';

}

bg-unopremia-verde:hover {
	color: #fff;
	background-color: #c4c4c4;
	border-color: #c4c4c4;
	font-family: 'NexaBold';
}

.btn-verde-limon {
  color:white;
  background-color: #f5010b;
  border-color: #f5010b;
}
.btn-verde-limon:hover,
.btn-verde-limon:focus,
.btn-verde-limon.focus {
  color: white;
   background-color: #9b0309;
   border-color: #9b0309;
}
.bg-tg-gris {
	color: #f5010b;
	background-color: #808080;
	border-color: #808080;
}
.texto-tg-verde {
  color:#f5010b;
}
.texto-tg-blanco {
  color:#fff;
}
.titulo {
	margin: .67em 0;
	font-size: 2em;
	font-family: 'NexaBold';
	color: black;
}

.titulo {
	margin: .67em 0;
	font-size: 50px;
	font-family: 'NexaBold';
	color: black;
}


.tituloB {
	margin: .67em 0;
	font-size: 45px;
	font-family: 'NexaBold';
	color: black;
}


.contenido{ padding-top: 0;}
.btn-menu-verde {
  color: #fff;
  background-color: #f5010b;
  border-color: #f5010b;
  font-family: 'NexaBold';
}

.contenido1 {
	padding-top: 0;
	padding-bottom: 60px;
}

.contenido4 {
	padding-top: 0;
	padding-bottom: 60px;
}

.btn-menu-verde:hover {
  color: #000000;
  background-color: #f5010b;
  border-color: #f5010b;
  font-family: 'NexaBold';
}
.btn-menu-verde:focus,
.btn-menu-verde.focus,
.btn-menu-verde:active,
.btn-menu-verde.active,
.open > .dropdown-toggle.btn-menu-verde {
  
}
.btn-menu-verde:active,
.btn-menu-verde.active,
.open > .dropdown-toggle.btn-menu-verde {
  background-image: none;
}
.btn-menu-verde.disabled,
.btn-menu-verde[disabled],
fieldset[disabled] .btn-menu-verde,
.btn-menu-verde.disabled:hover,
.btn-menu-verde[disabled]:hover,
fieldset[disabled] .btn-menu-verde:hover,
.btn-menuverde.disabled:focus,
.btn-menu-verde[disabled]:focus,
fieldset[disabled] .btn-menu-verde:focus,
.btn-menu-verde.disabled.focus,
.btn-menu-verde[disabled].focus,
fieldset[disabled] .btn-menu-verde.focus,
.btn-menu-verde.disabled:active,
.btn-menu-verde[disabled]:active,
fieldset[disabled] .btn-menu-verde:active,
.btn-menu-verde.disabled.active,
.btn-menu-verde[disabled].active,
fieldset[disabled] .btn-menu-verde.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-menu-verde .badge {
  color: #337ab7;
  background-color: #fff;
}

.img-rounded{
  margin-top: 1px;
  margin-right: 20px;  
  border-top-style: solid;
  border-left-style: solid;  
  border-width: 2px;
  border-color: #345515;
}

.table > thead > tr > td.gris,
.table > tbody > tr > td.gris,
.table > tfoot > tr > td.gris,
.table > thead > tr > th.gris,
.table > tbody > tr > th.gris,
.table > tfoot > tr > th.gris,
.table > thead > tr.gris > td,
.table > tbody > tr.gris > td,
.table > tfoot > tr.gris > td,
.table > thead > tr.gris > th,
.table > tbody > tr.gris > th,
.table > tfoot > tr.gris > th {
  background-color: #c3c3c3;
  border-color: #7f7f7f;
  border-width: 5px;
  font-family: 'NexaBold';
  font-size:small;
}
.table-hover > tbody > tr > td.gris:hover,
.table-hover > tbody > tr > th.gris:hover,
.table-hover > tbody > tr.gris:hover > td,
.table-hover > tbody > tr:hover > .gris,
.table-hover > tbody > tr.gris:hover > th {
  background-color: #d0e9c6;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f0f0f0;
  font-family: 'ForoSans';
}
.table-striped > tbody > tr > td {
  font-size:small;
  font-family: 'ForoSans';
}
.table > thead > tr > td.bco,
.table > tbody > tr > td.bco,
.table > tfoot > tr > td.bco,
.table > thead > tr > th.bco,
.table > tbody > tr > th.bco,
.table > tfoot > tr > th.bco,
.table > thead > tr.bco > td,
.table > tbody > tr.bco > td,
.table > tfoot > tr.bco > td,
.table > thead > tr.bco > th,
.table > tbody > tr.bco > th,
.table > tfoot > tr.bco > th {
  background-color: #fff;
  border-width:1px;
  font-size:small;
}
.table-bordered > tbody > tr > td {
  font-size:small;
}
.table-bordered > tbody > tr > td.estado {
  color:#fff;
  background-color: #7f7f7f; 
  font-size:small;
}
.table-bordered > tbody > tr > td.txt_mun {
  background-color: #c3c3c3;
  font-size:small;
}
.table-bordered > tbody > tr > td.nom_mun {
  background-color: #d8efc2;
  font-size:small;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
}
.pagination{
	margin: 0 auto;
}
/pagination ul li{
	float: left;
	padding: 10px;
	list-style: none;
	width: auto;
	margin: 0 auto;
}
.paginacion{
	width: 500px;
	margin: 0 auto;
}
.pagination a, .current, .previous_page, .next_page
{
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  color: #111;
}
 
.pagination *:first-child {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination *:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.active a{
	color: red;
}
.articulo{
	background: #c40909;
	color: #fff;
	border: 4px solid gray;
	width: 500px;
	text-align: center;
}
.requerido:after{
  content:"*";
  color:red;
  padding-left:5px;
}
.btn-comercio-mapa{
  background-image:url('../images/map.png');
  background-repeat:no-repeat;
  background-color: transparent;
  width: 35px;
  height: 30px;
  background-size: 30px 25px;
  background-position:center;
  border: none; 
  outline:none;
}
.btn-comercio-mapa:hover { 
  background-image:url('../images/mapover.png');
  background-repeat:no-repeat;
  background-color: transparent;
  width: 35px;
  height: 30px;
  background-size: 30px 25px;
  background-position:center;
  border: none; 
  outline:none;
}
.footer-box {
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  font-size:15px;
  font-family: 'ForoSans';
}
.footer-space {
  bottom: 0;
  height: 100px;
}
.footer-line {
	background-color: orange;
	width: 100%;
	height: 0.5px;
}


html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  padding-bottom: 40px;
  min-height: 100vh;
}


