*{
	font-family: 'Aestetico Formal';
}

h3{
	margin-top: 10px;
	font-size: 25px;
}

.invalid{
	display: block;
	color: #FF0000;
	font-size: 14px;	
}

.border-t{
	border-top: 1px solid #ccc;
}

.no-border{
	border: none;
}

header .logo{
	width: 200px;
	margin: 10px 20px;
}

.bar{
	background: #131945;
	padding: 5px 25px;
}

.bar a{
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
}

.title{
	padding: 10px 0;
	text-align: center;
}

label{
	margin-bottom: 0;
}

.title img{
	width: 150px;
}

#frmConsulta, #frmComprobante, #frmTarjeta{
	max-width: 600px;
	margin: auto;
}

.btn-primary{
	background: #0b2756 !important;
}

#cliente-header{
	width: 100%;
	max-width: 800px;
	margin: auto;
	text-align: center;
}

.cliente-detalle{
	width: 100%;
	max-width: 500px;
	margin: auto;
	text-align: center;
}

#cliente-header th{
	font-weight: 500;
	text-align: left;	
}

.cliente-detalle th{
	font-weight: 300;
	text-align: left;	
}

.demo-row {
  margin-bottom: 20px;
}

.demo-row .demo-heading-note,
.demo-row .demo-text-note {
  display: block;
  width: 200px;
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.demo-row .demo-text-note {
  bottom: auto;
  top: 10px;
}

.demo-row.typography-row .demo-content {
  float: none;
  width: auto;
  clear: both;
}

.demo-row.typography-row .demo-type-example {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
}

#winBancos img{
	border: 3px solid #FFF;
	margin: 5px 0;
}

#winBancos img:hover{
	border: 3px solid #0b2756;
}

.contenido{
	min-height: 570px;
	margin-bottom: 30px;
}

.recibo{
	max-width: 500px;
	text-align: center;	
}

footer{
	width: 100%;
	/*position: fixed;
	bottom: 0;*/
	background: #F8F8F8;
}

footer a{
	font-size: 18px;
	color: #131945;
	padding-left: 20px;
}

footer .logo{
	width: 100px;
	margin: 10px 20px;
}

footer .menu{
	padding-top: 10px;
}

.prefooter{
	background: #FFF;
}

.social a{
    width: 40px;
    display: block;
    float: left;
    text-align: center;
}

.social img{
	max-width: 25px;
}

.copy{
	text-align: center;
	padding-bottom: 10px;
	color: #333;
	font-size: 16px;
}

.select{
	min-width: 100px;	
}

.select2-choice{
	width: 100%
}

.select2-drop{
	min-width: 100px;
}

.select2-drop .select2-highlighted > .select2-result-label{
	background: #3494DB;
}

.select2-search input[type="text"]:focus, .input-group input[type="text"]:focus{
	border-color: #3494DB;
}

.form-control[readonly]{
	color: #000;
	background: #FEFEFE;	
}

@media only screen and (max-width: 768px) {
	header .logo, footer .logo{
		margin: 10px auto;
		display: block;
	}
	
	footer{
		position: relative;
		margin-top: 30px;
	}

	footer .menu{
		padding-top: 0;
	}
}

@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}