#holderBus, #holderDesId {
    margin: 0 auto!important;
    max-width: 100%;
    min-width: 16%;
    position: relative;
    top: 240px;
    width: auto;
    text-align: center;
}

.holder, .holderDes , .holderDesTLibre {
	/*margin: 15px 0;*/
    text-align: center
}

.holderNot{
    clear: both;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 16px;
}

.holder a, .holderDes a, .holderNot a {
	color: #333333;
    cursor: pointer;
    font-family: helvetica;
    font-size: 14px;
    margin: 0 5px;
}

.holderDesTLibre a{
    color: #333333;
    cursor: pointer;
    font-family: helvetica;
    font-size: 14px;
    margin: 0 5px;
}

.holder a:hover, .holderDes a:hover, .holderNot a:hover {
        color: #51BEDD;
	font-weight: bold;
}

.holderDesTLibre a:hover{
    color: transparent;
    font-weight: bold;
}

.holder a.jp-previous, .holderDes a.jp-previous, .holderNot a.jp-previous, .holderDesTLibre a.jp-previous  { margin-right: 15px; }
.holder a.jp-next, .holderDes a.jp-next, .holderNot a.jp-next , .holderDesTLibre a.jp-next{ margin-left: 15px; }

.holder a.jp-current, .holderDes a.jp-current, a.jp-current, a.jp-current:hover {
	color: #51BEDD;
	font-weight: bold;
}

.holderDesTLibre  a.jp-current{
    color: transparent;
    font-weight: bold;
}
.holder a.jp-disabled, .holderDes a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holderDesTLibre a.jp-disabled{
    color: #bbb;
}

.holder a.jp-current, .holderDes a.jp-current,.holderDesTLibre a.jp-current,  a.jp-current:hover,
.holder a.jp-disabled, .holderDes a.jp-disabled,.holderDesTLibre a.jp-disabled,  a.jp-disabled:hover  {
	cursor: default;
	background: none;
}

.holder span, .holderDes span ,.holderDesTLibre span { margin: 0 5px; }

.customBtnsDes {
    position:relative;
    top:100px;
}
.customBtnsBus {
    position:relative;
    top:400px;
}

.customBtnsTLibre {
    position:relative;
    top:53px;
}

.arrowPrevB, .arrowNextB, .arrowPrevD, .arrowNextD,.arrowPrevT, .arrowNextT {
  cursor: pointer;
    height: 50px;
    position: absolute;
    right: 35px;
    top: 46%;
    width: 50px;
}

.arrowPrevB, .arrowPrevD,.arrowPrevT {
 background-image: url("../images/i.png");
    background-size: 50px auto;
    left: 0;
    z-index: 11;
}
.arrowNextB, .arrowNextD,.arrowNextT {
    background-image:url('../images/r.png');
     background-size: 50px auto;
    right: 0;
    z-index: 11;
}

.arrowPrevB.jp-disabled,.arrowPrevD.jp-disabled,.arrowPrevT.jp-disabled,.arrowNextB.jp-disabled, .arrowNextD.jp-disabled,.arrowNextT.jp-disabled{
    display: none;
}

#bannerFNoticiasHome {
    text-align: right;
}