<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contactos-ejecutivos-jcarousel-wrapper,
.equipo-profesional-jcarousel-wrapper {
	width: 345px;
    /* margin: 0px auto; */
    margin-right: 10px;
    position: relative;
    /*border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;*/
}


/** Carousel **/

.contactos-ejecutivos-jcarousel, 
.equipo-profesional-jcarousel {
    position: relative;
    overflow: hidden;
    width: 345px;
    height: 180px;
}

.contactos-ejecutivos-jcarousel ul,
.equipo-profesional-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.contactos-ejecutivos-jcarousel li,
.equipo-profesional-jcarousel li {
    float: left;
}

/** Carousel Controls **/

.contactos-ejecutivos-jcarousel-control-prev,
.contactos-ejecutivos-jcarousel-control-next,
.equipo-profesional-jcarousel-control-prev,
.equipo-profesional-jcarousel-control-next {
    position: absolute;
    bottom: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #990000;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 15px/18px Arial, sans-serif;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.contactos-ejecutivos-jcarousel-control-prev,
.equipo-profesional-jcarousel-control-prev {
    left: 2px; /* -50px; */
    color: white;
    text-decoration: none;
}

.contactos-ejecutivos-jcarousel-control-next,
.equipo-profesional-jcarousel-control-next {
    left: 103px;
}

a.contactos-ejecutivos-jcarousel-control-prev,
a.equipo-profesional-jcarousel-control-prev,
a.contactos-ejecutivos-jcarousel-control-next,
a.equipo-profesional-jcarousel-control-next {
	color: white;
	text-decoration: none;
}

.contactos-ejecutivos-jcarousel-control-prev:hover span,
.contactos-ejecutivos-jcarousel-control-next:hover span,
.equipo-profesional-jcarousel-control-prev:hover span,
.equipo-profesional-jcarousel-control-next:hover span {
    display: block;
}

.contactos-ejecutivos-jcarousel-control-prev.inactive,
.contactos-ejecutivos-jcarousel-control-next.inactive,
.equipo-profesional-jcarousel-control-prev.inactive,
.equipo-profesional-jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.contactos-ejecutivos-jcarousel-pagination,
.equipo-profesional-jcarousel-pagination {
    position: absolute;
    bottom: -10px;
    right: 2px;
}

.contactos-ejecutivos-jcarousel-pagination a,
.equipo-profesional-jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.contactos-ejecutivos-jcarousel-pagination a.active,
.equipo-profesional-jcarousel-pagination a.active {
    background: #990000;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
</pre></body></html>