/*generales*/
* {
	outline:none !important;
}
body, html {
	height:100%;
}
body.site {
	font-family:Open sans, sans-serif;
	border-top: none;
	padding:0;
	padding-top:0;
	overflow-x:hidden !important;
}
body.itemid-101 .body {
	background:url(../images/bg_home.jpg) center center no-repeat fixed;
	background-size:cover;
}
div.body {
	overflow-x:hidden !important;
	min-height:100%;
	height:auto;
	margin:0 0 -118px;
}
.push {
	height:118px;
}
#content {
	padding-bottom:5%;
}
a:hover, a:focus {
	color:#333;
}
/*terminan generales*/

/*header*/
.header {
	position:relative;
    margin-bottom: 0;
	background:#fff;
}
.header-inner {
	position:relative;
}
.brand {
	display:block;
	width:60%;
	padding:20px 0;
	position:relative;
}
.brand img {
	width:251px;
}
.site-description {
	position:absolute;
	left:260px;
	right:0;
	bottom:20px;
	max-width:250px;
}
.header-search{
	position:absolute;
	text-align:right;
	left:60%;
	bottom:20px;
	width:40%;
}
.header-search .redes {
	display:inline-block;
	vertical-align:middle;
}
.header-search a {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	width:30px;
}
/*termina header*/
/*menu*/
.navigation {
	position:relative;
	z-index:999;
    padding: 0;
    border:0;
    margin-bottom: 0;
	background:#fff;
}
.navbar {
	margin-bottom:0;
	text-align:center;
}
.navigation ul {
}
.navigation ul li {
	position:relative;
	float:left;
}
.navigation ul li:before {
	content:'';
	position:absolute;
	z-index:2;
	left:100%;
	top:50%;
	width:1px;
	height:28px;
	margin-top:-14px;
	background:#D6D6D3;
}
.navigation ul li a {
	display:block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 20px;
	color:#4F4842;
	letter-spacing:.05em;
	transition:.2s;
}
.navigation ul li a:hover{
	background:#f5f5f5;
}
.navigation ul li.active a {
	color:#f1a933;
}
.navigation ul li a.afiliacion {
	padding-right:50px;
	background:#f5f5f5 url(../images/afiliacion.png) right center no-repeat;
}
.navigation ul li a:hover {
	background-color:#e5e5e5;
}
/*termina menu*/

/*banner principal*/
.djslider-loader {
	padding-bottom:0 !important;
}
.djslider-default, .djslider-default ul.djslider-in>li {
	height:400px !important;
}
.bg_image {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0
}
.djslider-default img.dj-image {
	height:100% !important;
	object-fit:cover;
}
.djslider-default .navigation-container {
    top: 90% !important;
    /* margin: 0 -80px 0 !important; */
}
.djslider-default .navigation-container img {
	background:rgba(255,255,255,0.50);
	width:80px;
	top:-40px;
}
.djslider-default .slide-desc {
    left: auto !important;
    width: 380px !important;
    right: 0;
    top: 0;
}
.slide-text {line-height: 1.2;}
.djslider-default .slide-desc-in {
    height: 100%;
}
.djslider-default .slide-desc-in:before {
	content:'';
	position:relative;
	display:inline-block;
	width:0;
	height:100%;
	vertical-align:middle;
}
.slide-desc-bg-default {
	background:#fff !important;
}
.slide-desc-text-default {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:99%;
	padding:15px !important;
	box-sizing:border-box;
	color:#544D4C !important;
}
.slide-desc-text-default .slide-title {
    font-size: 1.5em !important;
    color: #F1A933 !important;
    margin-bottom: .5em !important;
    font-weight: normal !important;
	letter-spacing:.05em;
	text-transform:uppercase;
}
.slide-desc-text-default .slide-title a {
	color: #F1A933 !important;
}
.slide-desc-text-default h3 {
	font-size:1em;
	margin: 0 0 .5em;
}
.slide-desc-text-default a.readmore {
    float: none !important;
    text-transform: uppercase;
    font-weight: bold;
}

/*termina banner principal*/

/*contenido*/
.page-header, h1{
	position:relative;
    margin: 0 0 1em;
    padding:.5em 0;
	border-bottom:0;
	font-size:2em;
	color:#fff;
	font-weight:bold;
	letter-spacing:.05em;
	text-transform:uppercase;
}
.page-header:before, h1:before {
	content:'';
	position:absolute;
	z-index:1;
	width:300%;
	left:-100%;
	top:0;
	bottom:0;
	background:#F1A933;
}
.page-header h2, h1 span {
	position:relative;
	z-index:2;
	margin:0;
}
.page-header h2:after, h1 span:after {
	content:'/';
}
.items-leading .page-header, .items-row .page-header {
	color:#f1a933;
	margin:0 0 .5em;
	padding:0;
}
.items-leading .page-header:before, .items-row .page-header:before {
	display:none;
}
/*termina contenido*/

/*home*/
.titulo_home {
	text-align:center;
	padding:1em 0;
}
/*termin home*/

/*contacto*/
.pag_contacto .span6{
	display:inline-block;
	vertical-align:bottom;
	float:none;
	margin-left:0;
	width:48%;
	padding-bottom:10%;
}
.pag_contacto .span6:last-child{
	margin-left: 2.127659574%;
}
.uk-form-horizontal .uk-form-label {
    display: block;
    width: auto;
    float: none;
}
.uk-form-horizontal .uk-form-controls {
    margin-left: 0;
}
.uk-form input:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=number], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month], .uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=color], .uk-form select, .uk-form textarea {
	border: 1px solid #333;
}
.uk-button-primary {
    background-color: #939598;
    color: #fff;
}
.uk-button-primary:hover {
    background-color: #a20606;
}
.pag_contacto input[type="text"], .pag_contacto input[type="email"], .pag_contacto textarea {
	width:100%;
}
.pag_contacto textarea {
	height:250px
}
.pag_contacto .rsform-block-enviar {
    margin-bottom: -68px;
}
input[type="submit"], button{
	background: #939598;
	border:0;
	height:30px;
	padding:0 20px;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	transition:.2s;
}
input[type="submit"]:hover, button:hover{
	background:#a20606;
}
.gracias {
    padding-bottom: 60%;
}
/*termina contacto*/

/*login*/
.pag_login h1 {
}
.pag_login form, body.view-login .nav-tabs {
	margin-left:50%;
}
.pag_login form.well {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pag_login .form-horizontal .control-label {
    float: none;
    width: auto;
    text-align: left;
}
.pag_login .form-horizontal .controls {
    margin-left: 0;
}
.pag_login .form-horizontal input {
	width:100%;
}
.pag_login .btn-primary {
    background: #939598;
}
.pag_login .btn-primary:hover{
	background:#a20606;
}
.reset h1, .remind h1 {
	margin-left:0;
	text-transform:uppercase;
}
/*termina login*/

/*footer*/
footer {
	text-align:center;
	color:#fff;
	padding:10px 20px;
	height:118px;
	margin-top:-118px;
	background:#F1A933;
	box-sizing:border-box;
}
footer .container {
	position:relative;
}
footer .irarriba{
	position:absolute;
	right:0;
}
.footer_top {
	max-width:400px;
	margin:0 auto;
	border-bottom:1px solid rgba(243,243,243,.5);
	margin-bottom:1em;
	color:#1e1e1e;
}
.copyright {
	font-size:.9em;
}
/*termina footer*/

/*módulos*/
.mod_noticiashome.bt-cs h3, .mod_latestevents .page-header {
    color: #fff;
    line-height: 82px;
	height: 82px;
    text-indent: 0;
    text-transform: uppercase;
    background: #f1a933;
    border: 0;
	text-align:center;
	font-size:1.8em;
	letter-spacing:.1em;
	font-weight:normal;
	padding:0;
}
.mod_noticiashome.bt-cs h3:after, .mod_latestevents .page-header:after {
	content:'/';
}
.mod_noticiashome.bt-cs h3 a {
	color:#fff;
	text-decoration:none;
}
.mod_noticiashome .slides_container {
	border:0 !important;
	padding:0 !important;
}
.mod_noticiashome.bt-cs .bt-row {
    padding: 0;
	background:#fff;
}
.mod_noticiashome.bt-cs .bt-inner {
	padding:0 30px 30px;
}
.mod_noticiashome.bt-cs .bt-inner .bt-image-link {
	display:block;
	margin:0 -30px;
}
.mod_noticiashome.bt-cs .bt-inner img {
    outline: none;
    border: 0;
    width: 100%;
	max-width:none;
    margin: 0;
}
.mod_noticiashome.bt-cs .bt-inner .bt-title {
	display:block;
    color: #F1A933;
	font-size:1.5em;
    line-height: 1em;
	padding:1em 0 .5em;
}
.mod_noticiashome.bt-cs .bt-inner .readmore {
	margin:.5em 0 0;
	text-transform:uppercase;
	font-weight:bold;
}
.mod_noticiashome.bt-cs .next, .mod_noticiashome.bt-cs .prev {
    display: block;
    opacity: 1;
	width:60px;
}
.mod_noticiashome.bt-cs a.prev {
    background: url(../images/prev.png) left center no-repeat !important;
	background-size:contain !important;
}
.mod_noticiashome.bt-cs a.next {
    background: url(../images/next.png) right center no-repeat !important;
	background-size:contain !important;
}
.mod_noticiashome#btcontentslider98 .bt_handles_num {
    bottom: 20px;
    top: auto !important;
    right: 30px !important;
}
.mod_noticiashome .bt_handles_num li a {
    width: 15px;
    height: 15px;
    background: none !important;
    color: #333;
    font-size: 1em;
	font-weight:bold;
}
.mod_latestevents {
    background: #fff;
    padding-top: 0;
    min-height: 531px;
    box-sizing: border-box;
}
.mod_latestevents .page-header {
    margin: 0 -20px;
}
.mod_latestevents .page-header:before {
	display:none;
}
.mod_latestevents .mod_events_latest_table td {
    padding: 20px 0;
}
.mod_latestevents .info p {
	margin:0;
}
.mod_latestevents .fecha {
	float:left;
	width:80px;
	margin:0 20px 0 0;
	text-align:center;
}
.mod_latestevents .fecha .dia {
	display:block;
	font-size:3.5em;
	font-weight:bold;
}
.mod_latestevents .fecha .dia span{
    line-height: 1em;
    margin: 0;
    vertical-align: top;
}
.mod_latestevents .fecha .dia:after {
	content:'/';
	line-height:1em;
}
.mod_latestevents .fecha .mes-anio, .mod_latestevents .fecha .hora {
	display:block;
	font-weight:bold;
	text-transform:uppercase;
}
.mod_latestevents .jevbootstrap .mod_events_latest_content {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 .5em;
    line-height: 1.2em;
}
/*terminan módulos*/

/** temporal video 
ul#slider87 li:nth-child(1) .slide-desc {
    width: 100% !important;
}

ul#slider87 li:nth-child(1) .slide-title {
    display: none !important;
}
ul#slider87 li:nth-child(1) .slide-desc-text.slide-desc-text-default {
    text-align: center;
}
.slide-text .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right img {
    width: 50%;
    text-align: left;
}

.left, .right {
    width: 50%;
    text-align: right;
}

.right {
    text-align: left;
  padding: 20px;
}

.right .slide-title {
    display: block !important;
}**/

