<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    overflow-x: hidden;
	background-color: #282828;
	color:#ccc;
}
.introduccion {
    padding: 20px 15px 5px 15px;
    margin-top: 214px;
    margin-bottom: 27px;
    margin-left: 9px;
    max-width: 980px;
    text-align: justify;
    background: rgb(40 40 40 / 69%);
    color: #F8D8A1;
    outline: 1px solid #CCC;
}
#contacto, #contact {
    padding: 20px 15px 5px 15px;
    margin-bottom: 165px;
    max-width: 980px;
    text-align: justify;
    background: rgb(40 40 40 / 69%);
    color: #F8D8A1;
    outline: 1px solid #CCC;
}
.jumbotron {
    /*background-image: url(img/fondo.jpg);*/
	/*background: #282828 url(img/fondo-pantalla-JV2.jpg);*/
	/*background: #282828 url(../img/fondo-pantalla-JV11.jpg);*/
    background-size: cover;
    padding: 3rem 0 1rem 0;
    color: #FFF;
	margin-bottom: 0;
	border-bottom: 1px solid #CCC;
	-moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}
.linea {
    border-bottom: 1px solid #d5d5d5;
}
ul.navbar-nav {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    border-top: 1px dashed #cccccc57;
}
.nav-item {
    border-bottom: 1px dashed #cccccc57;
}
h3.encabezado span{
    color: #ffffff;
    padding: 6px 10px;
    font-size: 0.7em;
    text-transform: uppercase;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    display: inline-block;
}
h3.encabezado{
	border-top: 45px solid #282828;
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 0;
}
.ensemble h4 {
    color: #fff;
    margin-top: 10px;
}
.hidden {
	display: none;
}
.botontabla {
	cursor: pointer;
    color: #cc9f2c;
    text-decoration: underline;
}
thead {
    font-weight: bold;
}
.table-dark {
    color: #fff;
    background-color: #363636;
}
a {
    color: #cc9f2c;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #cc9f2c;
    text-decoration: underline;
}
a.enlace {
	border: 1px solid #F8D8A1;
    padding: 5px 10px;
    color: #F8D8A1;
    text-decoration: none;
}
/* efecto botón */
*,
*:before,
*:after{
  box-sizing: border-box;
}

.wrapperlink a{
    display: block;
    width: 139px;
    height: 35px;
    line-height: 31px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #F8D8A1;
    color: #F8D8A1;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: all .35s;
}

.wrapperlink a:before,
.wrapperlink a:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #f3be64;
  z-index: -1;
  transition: all .35s;
}

.wrapperlink a:before{
  opacity: .5;
}

.wrapperlink a:after{
  transition-delay: .2s;
}

.wrapperlink a:hover{
  color: #282828;
  border: 1px solid #282828;
}

.wrapperlink a:hover:before,
.wrapperlink a:hover:after{
  top: 0;
}
/* */
.info{
	padding-top: 10px;
 	margin-bottom: 15px;
	color: #c9c9c9;
}
.galeria {
    margin-bottom: 1rem;
}
.nav-item.active {
    border: 1px solid #fff;
}
.dropdown-item {
    font-size: 0.8rem;
	color: #ccc;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #ffffff;
}
.dropdown-item:focus {
    background-color: #ffffff;
    border: none;
    outline: none;
}
.dropdown-menu {
    min-width: 14rem;
	margin: 0.125rem 0 0.3rem 0;
	background-color: transparent;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: none;
}
.cargo {
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.nombre, .cargo{
	color:#fff;
}
.nombre h1 {
    font-size: 1.5rem;
	margin-top: 0.5rem;
}
.cargo h2 {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    font-weight: normal;
}
.nombre h1, .cargo h2 {
    text-align: center;
}
.navbar-brand {
    margin-right: 0;
}
.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
/*padding-bottom: 53%;*/
/*padding-top: 30px;*/ /* IE6 workaround*/
height: 0;
overflow: hidden;
margin-bottom:15px;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.slick-list {
    overflow: visible;
}
.slick-slide {
  opacity: .3;
}
.slick-active {
  opacity: 1;
}
.slick-slide img {
    border: 1px solid #CCC;
	margin: 0 30px;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 99;
    top: 47%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    color: #252525;
    background-color: #252525;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.slick-prev {
    left: 5px;
}
.slick-next {
    right: 5px;
}
.slick-prev {
    background-image: url(/img/anterior.png);
}
.slick-next {
    background-image: url(/img/siguiente.png);
}
.act span {
    background: rgb(35 20 13 / 69%);
    font-size: 0.8em;
    padding: 5px 10px;
}
.act{
	margin-bottom: 20px;
}
.stay-open {display:block !important;}
.container-fluid.solomovil {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
#idiomas {
    font-size: 0.7rem;
    color: #cccccc57;
}
a.lang {
    color: rgba(255, 255, 255, .5);
}
a.lang.active {
    text-decoration: underline;
    color: #FFF;
	text-underline-offset: 5px;
}
.separador {
    border-right: 1px dashed #cccccc57;
    width: 7px;
    height: 15px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}


@media (min-width: 992px){
.navbar-expand-lg {
   /* width: 300px;*/
    height: 100vh;
    position: fixed;
    left: 10%;
	z-index: 20;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	background: #282828;
	/*
	background-color: rgb(35,20,13);
	background: -moz-linear-gradient(0deg, rgba(35,20,13,1) 65%, rgba(35,20,13,0.6362920168067228) 100%);
	background: -webkit-linear-gradient(0deg, rgba(35,20,13,1) 65%, rgba(35,20,13,0.6362920168067228) 100%);
	background: linear-gradient(0deg, rgba(35,20,13,1) 65%, rgba(35,20,13,0.6362920168067228) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828",endColorstr="#282828",GradientType=1);
	*/
	-webkit-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
}
.navbar-expand-lg.solid {
	background-color: rgb(35,20,13);
	-webkit-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}
.navbar-brand {
    margin-top: 1.9rem;
}
.navbar-collapse {
    align-items: flex-start;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
	scrollbar-width: thin;
}
.dropdown-menu::-webkit-scrollbar {
  width: 9px;
}
.dropdown-menu::-webkit-scrollbar-track {
  background: #20110a;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #482c20;
  border-radius: 0px;
}
}

@media (max-width: 992px){
img.navbar-brand {
    width: 54px;
	height: auto;
	float: inline-start;
	margin-right: 0.7rem;
    margin-top: 0.3rem;
}
.nombre h1, .cargo h2 {
    text-align: left;
}
.nombre h1 {
	font-size: 1.2rem;
	margin-bottom: 0;
	margin-top: 0.8rem;
}
.cargo h2 {
    font-size: 1rem;
}
.lead {
    font-size: 1.1rem;
    font-weight: 300;
}
.introduccion {
	margin: 170px 16px 27px 16px;
}
.navbar-toggler {
    position: fixed;
    right: 15px;
    top: 15px;
}
/*.nombre.w-100, .cargo.w-100{
width: 150px!important;
margin: auto;
}*/
.nombre h1, .cargo h2 {
    margin-left: 0;
}
.cargo {
    padding-bottom: 0;
    margin-bottom: 0;
}
.navbar {
    position: fixed;
    background: #282828;
    width: 100%;
	z-index: 999;
    border-bottom: 1px solid #CCC;
	padding: 0;
	/*background-color: rgb(35,20,13);
    background: -moz-linear-gradient(0deg, rgba(35,20,13,1) 1%, rgba(35,20,13,0.6362920168067228) 100%);
    background: -webkit-linear-gradient(0deg, rgba(35,20,13,1) 1%, rgba(35,20,13,0.6362920168067228) 100%);
    background: linear-gradient(0deg, rgba(35,20,13,1) 1%, rgba(35,20,13,0.6362920168067228) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828",endColorstr="#282828",GradientType=1);*/
    -webkit-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
}
.navbar.min, .navbar.desplegado{
    /*height: 70px;*/
	background-color: #282828;
	-webkit-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
}
.navbar.min .text-center {
    text-align: left!important;
	display: inline-block;
}
.navbar-brand {
	margin-top: 15px;
}
.navbar.min .navbar-brand {
    width: 60px;
	margin-left: 15px;
	margin-top: -4px;
}
.navbar.min .cargo {
    display: inline-block;
	vertical-align: middle;
	width: 90px!important;
}
.navbar.min .nombre.w-100 {
    display: inline-block;
	vertical-align: middle;
    width: 110px!important;
}
.navbar.min .nombre.w-100 h1{
    font-size:1em;
	margin: 0;
}
.navbar.min .cargo.w-100 h2{
    font-size: 0.8em;
	color: #CCC;
	margin: 0;
}
ul.navbar-nav {
    /*border-top: 1px solid #585555;*/
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-brand, .nombre, .cargo, .navbar{
transition: .5s;
}
.nombre, .cargo {
transition: width 0s linear!important;
}
.dropdown-item {
    font-size: 0.8rem;
    color: #ccc;
    border-top: 1px solid #282727;
}
.nav-link {
    border-top: 1px solid #585555;
}
}</pre></body></html>