/*body-descargas*/
#body-descargas .has-search {
	margin-left: 0;
}
#claveSearch {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #DBDBDB;
	border-radius: 0px;
	width: 80%;
}

#listMenuDesc {
	border-right: 2px solid #DBDBDB;
}

#body-descargas #listMenuDesc li {
	list-style-type: none;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DBDBDB;
	width: 85%
}
#body-descargas #listMenuDesc li:hover {
	background-color: #EFEFEF;
}
#body-descargas #listMenuDesc li:hover {
	color: var(--bvc-color-nine);
}

#body-descargas #listMenuDesc li a {
	margin-left: 15px;
	font-weight: bold;
}

#body-descargas #itemDesc{
	height: 350px;
}
#body-descargas #itemDesc .download-item {
	background-color: white;
	width: 100%;
	border: 1px solid #C1C1C1;
	border-radius: 5px;
}
#body-descargas #itemDesc .download-item .download-item-title{
	font-weight: bold;
}

#body-descargas .download-item-content {
	padding-top: 15%;
	position: absolute;
	bottom: 0;
}
#body-descargas .download-item-content .downItem {
	background-color: #1B5431;
}

#body-descargas .btn-catAct {
  padding: 18px;
  line-height: 0;
  font-size: 11px;
  font-weight: bold;
  border-color: #beffd5 !important;
  background: #beffd5 !important;
  color: var(--bvc-color-nine) !important;
}

#body-descargas .fa-cloud-download-alt {
	text-shadow:3px 6px var(--bvc-color-nine), 2px 0 0 var(--bvc-color-nine), -2px 0 0 var(--bvc-color-nine), 0 -2px 0 var(--bvc-color-nine);
}

/****************PARA EL SCROLLBAR DESCARGAS********************/
#itemDesc::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    /*display: none;*/  /* Ocultar scroll */
}
#itemDesc::-webkit-scrollbar-thumb {
	background: #ccc;
    border-radius: 4px;
}

#itemDesc::-webkit-scrollbar-thumb:hover {
	background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

#itemDesc::-webkit-scrollbar-thumb:active {
	background-color: #999999;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */
#itemDesc::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
#itemDesc::-webkit-scrollbar-track:hover,
#itemDesc::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

/************************.end scrollbar***********************************/