.cancha-web-body {
 	padding-top: 90px;
  	padding-bottom: 30px;
}

.cancha-web-body-sin-menu {
	padding-top: 10px;
 	padding-bottom: 30px;
}

.tipo-presup {
	background-color: #f0f0f0; 
	background-image: url('../images/Document-Empty-256.png');
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.9;
}
.tipo-presup-container a {
	color : #112233;
	text-decoration: none;
}
.tipo-presup-container a:visited {
	color : #112233;
	text-decoration: none;
}
.tipo-presup-container a:hover {
	color : #112233;
	text-decoration: none;
}
.tipo-presup-container a:active {
	color : #112233;
	text-decoration: none;
}

.tipo-presup .titulo {
	color : #32809f;
	font-size: 25px;
}
.tipo-presup .descripcion {
	font-size: 15px;
}

/* **** AGREGADO PARA QUE EN LOS PAGINADOS SE MUESTRE CON DISTINTO ESTILA LA PAGINA ACTUAL **** */
span.goto [disabled] {
	text-decoration: underline;
}


.impec-datepicker {
	cursor:pointer;
}
.impec-datepicker[readonly] {
	 background-color:white;
}

.overlay {
	background: #e9e9e9;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	z-index: 99;
}

.spinner-page-centered {
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
	z-index: 100;
}






/* Agregado para estilos de Seleccionar archivo */
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}