footer{
	background: #595959;
    height: 120px;
    color: white;
    text-align: center;
    width: 100%;
    padding: 12px;
    margin-top: 65px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

html{
	position: relative;
	min-height: 100%;
}

	section.tabulador{
				background: #f7f7f7;
				width: 90%;
				max-width: 500px;
				border-bottom: 1px solid #9a9595;
				margin: 0 auto;
				border-radius: 5px;
				padding: 10px;
				margin-top: 14px;
	}
	.botones{
		margin: 17px auto;
		text-align: right;
		margin-top: 24px;
		margin-bottom: 200px;
	}
	body{
		background: #e8e8e8!important;
		font-family: 'Muli', sans-serif!important;
	}
	*{
		margin:0;
		padding: 0;
	}
	h1{
		text-align: center;
		padding: 12px;
		/*text-transform: uppercase;*/
		color: white;
		padding-top: 40px!important;
	}
	p.texto{
		width: 90%;
		max-width: 1145px;
		margin:0 auto;
		border-radius: 3px;
		margin-top: 35px;
		color: #7b7b7b;
		border: 1px solid #f9f9f9;
		background: #f7f7f7;
	}
	.superior {
		background: white;
		background: #595959;
		min-height: 130px;
		border-bottom: 4px solid #fb6117;
	}
	.listado{
		min-height: 190px;
		border: 1px solid lightgray;
		background: white;
		margin: 0 auto;
		margin-top: 17px;
	}
	p{
		margin: 12px;
		padding: 12px;
	}
	img.logo{
		/*width: 48px;*/
		vertical-align: middle;
	}
	.div-2{
		width: 28%!important;
		float: left;
	}
	.div-2:nth-child(2){
		margin-right: 5px;
		width: 48%!important;
	}
	label{
		display: table!important;
		color: #595959;
		font-weight: bolder;
	}
	.btn-primary {
		color: #fff;
		background-color: #691C32;
		border-color: #691C32;
	}
	.listado table{
		cursor: pointer;
		text-align: center;
		font-size: 14px;
	}
	.info table{
		width: 310px;
		max-width: 90%;
		text-align: right;	
		position: absolute;
		right: 0;
	}
	.info{
		margin:0 auto;
		position: relative;
		height: 140px;
		padding-top: 22px;
	}
	table th{
		background: #dadada;
		font-size: 13px;
		color: black;
	}
	.selector{
		background: #fb6117;
		background: rgb(159, 34, 65);
		border-radius: 4px;
		height: 26px;
		width: 26px;
		color: white;
		font-weight: bolder;
		font-size: 16px;
	}
	.input-id{
		color: #fb6117!important;
		font-weight: bolder!important;
		letter-spacing: 4px;
	}

	table td{
		padding: 2px;
	}

footer .logoAyto{
	width: 72px;
    float: right;
    margin-top: -22px;
}
footer .footer-Content{
	width: 90%;
    margin: 0 auto;
    max-width: 1145px;
}
.infoGeneral{
	float: right;
    margin-right: 315px;
}

.infoGeneral strong{
	font-size: 16px;
	
}

.info table strong{
	    font-size: 20px;
}

.info  p.leyenda{
	float: right;
    margin-right: 0px;
    padding-right: 0px;
    margin-top: 38px;
    color: #28a745;
	padding-top: 18px;
}

td.Total{
	padding-bottom: 10px;
	padding-top: 10px;
}

.infoGeneral p{
	visibility: hidden;
}

h3{
	text-align: center;
    color: #6d6d6d;
    padding: 70px;
    width: 90%;
    max-width: 1145px;
    margin: 0 auto;
    margin-top: 36px;
}


div.alert{
	max-width: 90%;
    width: 555px;
    background: white;
    border: 1px solid #c5cac5;
    border-top: 21px solid #d0d0d0;
    margin: 0 auto;
    border-radius: 0;
    padding: 16px;
    position: relative;
    border-radius: 7px 30px 3px 3px;
    margin-top: -64px;
    display: none;
    transition: all 2s;
}

div.cerrar{
    width: 115px;
    float: right;
    padding: 3px;
    margin-top: -58px;
    color: white;
    background: #595959;
    font-size: 20px;
    text-align: center;
    border-radius: 7px;
    position: absolute;
    cursor: pointer;
    border: 1px solid white;
    right: 10px;
    bottom: 11px;
}

.mostrar{
	display: block!important;
}

div.cerrar:hover{
	background: #424242;
}

/* LOADER CLASSES */
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.loader{
	background-color: rgba(16, 16, 16, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.loader > div{
	margin: auto;
    text-align: center;
}
.loader p{
	color: white;
	font-size:18px;
}