body{
	font-size: 14px;
}

.jumbotron{
	color: #fff;
	background-image: url(img/banner.jpg);
	border-radius: 0;
	width: 100%;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}

.footer a{
	color: #fff;
}

.oculto{
	display: none;
}

.btn-primary{
	background-color: #DC001B;
	border-color: #DC001B;
	color: #fff;
}

.btn-gris{
	background-color: #666;
	border-color: #666;
	color: #fff;
}

.btn-negro{
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.btn-primary:hover, .btn-gris:hover, .btn-negro:hover{
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.pb-50{
	padding-bottom: 250px;
}


.bg-rojo{
	background-color: #DC001B;
	color: #fff;
}

.bg-gris{
	background-color: #eee;
	color: #444;
}


#div-ref_cheque{
	display: none;
}

.tr-txt-rojo a{
	color: #DC001B;
}

.no-link{
	border: none;
	background-color: transparent;
}

.no-link:hover{
	color: red;
}

/*.thead-color{
	background-color: #444 !important;
	color: red;
}*/

.marca{
	padding: 5px 10px;
	background-color: #eee;
}

/*******************************************/

a:hover{
	color: #DC001B;
}

table th{
	background-color: #444;
	color: #eee;
	font-weight: normal;
	padding: 8px 6px !important;
	border-color: #444 !important;
}

table td a{
	color: #444;
	cursor: pointer;
}

.tabla-mini{
	font-size: 0.9em;
}

.tabla-mini th, .tabla-mini td{
	padding: 2px 4px !important;
}


.text-gris{
	color: #666;
}


.nav-item, .nav-link{
	color: #444;
	font-weight: bold;
	text-transform: uppercase !important;
}

.active{
	background-color: #aaa !important;
	color: #fff;
}

.active > .nav-link{
	color: #fff !important;
	font-weight: normal;
}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #FFF7E5;
  color: #444;
}


.card-header{
	background-color: #eee;
}

/* color a los libros de la xarxa */
.tr-xarxa > td{
	color: #666 !important;
	font-weight: bold;
}
