body{
	background: url('../images/noise.png');
}
.header{
	background: url('../images/barra_factura.jpg');
	background-size:cover;
	width: 101%;
	margin-left:-1%;
	height:125px;
}
.header-sap{
	background: url('../images/barra_factura_gye.jpg');
	background-size:cover;
	width: 102%;
	margin-left:-1%;
	height:110px;
}
section{
	padding: 10px;
	overflow: hidden;
}
header h1{
	margin: 0;
}
.panel{
	margin-top: 20px;
}
.gray{
	color: #999999;
	font-size: 1.2em;
	margin-top: 0;
	text-align: center;
}
#info{
	margin-top: 10px;
	position: relative;
}
#info .text-primary{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 0;
}
#client, #claveAcceso{
	min-width: 300px;
}
#client.loading{
	background: #fff url('../images/loading.gif') no-repeat 95%;
}
#Cuentas .wrap-cta{
	margin-left: 50px;
}
#Cuentas .stat{
	margin-right: 50px;
	height: 360px;
}
.iosSlider{
	font-size: 1em;
    width: 100%;
    min-height: 382px;
}
.iosSlider .slider{
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
}
.iosSlider .slider .estado{
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
}
.prev{
	left: 0;
}
.next, .prev{
	background: none repeat scroll 0 0 #dfdfdf;
	border-radius: 5px;
	color: #9a9a9a;
	cursor: pointer;
	display: inline-block;
	font-size: 2.5em;
	padding: 13px 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
	z-index: 999;
}
.next{
    right: 0;
}
.prev:hover, .next:hover{
	opacity: 0.8;
}

.Planillas{
	background: none repeat scroll 0 0 #f2f2f2;
	border-radius: 5px;
	height: 202px;
	overflow: auto;
	width: auto;
	padding-top: 10px;
}
.Planillas .planilla{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.Planillas .planilla:nth-child(odd), .Planillas{
	background: #DDD;
}
.Planillas .planilla:nth-child(even){
	background: #EEE;
}
.planilla .mes{
	margin-top: -20px;
	text-align: center;
}
.center{
	text-align: center;
}
.btns{
	float: right;
    margin-top: -45px;
}
.btns .btn-danger, .btns .btn-primary{
	margin-left: 10px;
}
.forMobile{
	float: right;
	margin: -100px 30px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1220px){
	#newQ{
		position: absolute;
		right: 10px;
		top: 0;
	}
}
@media only screen and (max-width: 1199px){
	.forMobile{
		display: none;
	}
	#Cuentas .wrap-cta{
		margin-left: 0;
	}
	#Cuentas .stat{
		margin-right: 0;
		height: 250px !important;
	}
}

@media only screen and (max-width: 520px){
	.btns a span, .next, .prev{
		display: none;
	}
	p{
		font-size: 0.9em;
	}
	#Cuentas .stat{
		height: 200px !important;
	}
	#info .text-primary{
		font-size: 1.1em;
		font-weight: bold;
	}
	.btns .btn-danger, .btns .btn-primary{
		margin-left: 5px;
	}
	.gray{
		font-size: .9em;
		font-weight: bold;
	}
	.Planillas{
		height: 190px;
	}
	.label-primary{
		font-size: 1em;
	}
	.label-danger{
		font-size: 1.1em;
	}
	.iosSlider{
		height: 550px;
	}
}