body {
	background-color: transparent;
font-family: 'Roboto', sans-serif;/*background-image: url(../images/estaciondetren.png);
    background-position: sticky  ;
	background-size: auto*/ }
.h4:not([class*="text-"]) a:hover, {
color: #dbbc00;
}
a, button {
	color: #020202;
	-webkit-tap-highlight-color: rgb(210, 156, 11);
}
.padding-0 {
	padding: 0
}
.padding-0-10 {
	padding: 0 10px
}
.h4:not([class*="text-"]) a:hover {
	color: #dbbc00;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #f0ce00;
	line-height: 1.1;
	font-family: 'OfficinaSansITCStd';
	font-weight: 500;
	font-style: normal;
}
@media (max-width: 768px) { .padding-mov-btn{ padding-left: 0px;
    margin-right: 10px;}}
/* FILL BTN */

.fill-btn {
	display: inline-block;
	vertical-align: top;
	padding: 8px 15px 12px;
	font-size: 2.2em;
	font-weight: 400;
	line-height: 1.1;
	color: #000000;
	background: rgba(255,233,105,1);
	background: -moz-linear-gradient(top, rgba(255,233,105,1) 0%, rgba(241,205,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,233,105,1)), color-stop(100%, rgba(241,205,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,233,105,1) 0%, rgba(241,205,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,233,105,1) 0%, rgba(241,205,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,233,105,1) 0%, rgba(241,205,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,233,105,1) 0%, rgba(241,205,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe969', endColorstr='#f1cd00', GradientType=0 );
	border-radius: 5px;
	width: 100%;
	font-family: 'OfficinaSansITCStd';
	font-weight: 500;
	font-style: normal;
	text-align: center;
	border: 1px solid #000000;
}
.btn_gris {
	background: rgba(179,177,179,1);
	background: -moz-linear-gradient(top, rgba(179,177,179,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,177,179,1)), color-stop(100%, rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(179,177,179,1) 0%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(179,177,179,1) 0%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(179,177,179,1) 0%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(179,177,179,1) 0%, rgba(204,204,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b1b3', endColorstr='#cccccc', GradientType=0 );
}
.fill-btn:not([class*="margin-t"]) {
	margin-top: 10px;
}
.fill-btn:last-child {
	margin-right: 0;
}

@media (min-width: 980px) {
.fill-btn {
	min-height: 66px;
}
.fill-btn:hover, .fill-btn:focus {
	background-color: rgb(255, 224, 36);
	color: #000000;
}
.fill-btn {
	box-shadow: inset 0px 0px 0px 1px #000000;
}
.content a:hover, .content a:focus {
	color: #3c3c3c;
}


.h1:not([class*="text-"]) a:hover, .h2:not([class*="text-"]) a:hover, .h3:not([class*="text-"]) a:hover, .h4:not([class*="text-"]) a:hover, .h5:not([class*="text-"]) a:hover, .h6:not([class*="text-"]) a:hover, .h1:not([class*="text-"]) a:focus, .h2:not([class*="text-"]) a:focus, .h3:not([class*="text-"]) a:focus, .h4:not([class*="text-"]) a:focus, .h5:not([class*="text-"]) a:focus, .h6:not([class*="text-"]) a:focus {
    color: #efce05;
}
}
/****************************************
*********** HEADER ********************
****************************************/
#header .fixed {
	background-color: #000000
}
#header #logo a:before {
	padding: 7px 0
}
.headertop {
	height: 45px;
	background-color: #333333;
	color: white;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	text-align: right;
	z-index: 5000;
}
#header .fixed {
	margin-top: 45px
}
#header .btn-position.left-xs-1 {
	right: 8px;
}
a.trigger {
	font-family: 'OfficinaSansITCStd';
	font-weight: 500;
	font-style: normal;
}
/*listado top*/
.headertop .wrapper .micuenta {
	width: 50%;
	text-align: left;
	float: left;
	padding: 12px 0 6px 0;
}
#top_list {
	font-family: 'OfficinaSansITCStd';
	font-weight: 500;
	font-size: 16px;
}
#top_list a {
	color: #ffffff;
}
#top_list a img {
	vertical-align: middle;
	padding-right: 5px;
	height: 20px
}
#top_list a:hover {
	color: #CCCCCC
}
.separador {
	color: #666666;
}
#top_list li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}
/*Buscador*/

#header #search-btn .icon {
	background-image: url(../images/icons/search-btn.svg);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: center;
}
#header .buscador {
	margin-left: 0;
	right: 10px;
	top: 51px
}
#header #search-holder #search-form .submit-btn .icon {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;/* background: no-repeat center/contain;*/
}
#header #search-holder #search-form input {
	width: auto
}
#header #client-btn:hover, #header #client-btn:focus, #header #search-btn:hover:after, #header #search-btn:focus:after {
	box-shadow: inset 0px 0px 0px 1px #f0ce00;
}
#header #search-holder #search-form .close-btn span, #header #search-holder #search-form .close-btn span:before {
	background-color: #f0ce00;
}
div.sticky {
	z-index: 5000
}

@media (min-width: 1200px) {
#nav .menu > .item > a {
	padding: 7px 5px 11px;
}
#nav {
	margin-left: 85px;
}
#header #logo {
	padding-left: 15px;
}
#header .buscador {
	margin-left: 600px;
	right: auto;
}
}

@media (min-width: 980px) {
#header, #header .fixed {
	height: 95px;
}
#header #menu-btn {
	display: none;
}
#header #logo a:focus:after {
	box-shadow: inset 0px 0px 0px 1px #000000;
}
#nav .menu > .item > a {
	font-weight: 500;
}
#nav .menu > .item > a:hover, #nav .menu > .item > a:focus {
	color: #f0ce00;
}
#nav .menu > .item > a {
	padding: 5px 5px 9px;
}
.simple-menu.first-level > .trigger:hover:after, .simple-menu.first-level > .trigger:focus:after {
	border-color: #f0ce00 !important;
}
#header .btn-position.right-xs-2 {
	right: 20px;
}
#header #logo {
	padding-left: 15px;
}
#header, #header .fixed {
	height: 95px;
}
.wrapper.logomenu {
	padding-left: 0;
	padding-right: 0
}
.simple-menu.first-level > .submenu > .list {
	background: #000000;
	margin-top: 32px;
	border: 1px solid #191919;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.simple-menu.first-level.open > .trigger:hover, .simple-menu.first-level.open > .trigger:focus {
	color: #f0ce00 !important;
}
.simple-menu.first-level.open > .trigger {
	background-color: #000;
}
.simple-menu.first-level.open > .trigger {
	color: #e9c800 !important;
}
#nav .simple-menu.first-level.open > .trigger:after {
	border-color: #f0ce00;
}
.simple-menu .submenu .list .item a:hover, .simple-menu .submenu .list .item a:focus {
	color: #f0ce00;
}
.simple-menu > .trigger:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: -1px;
	margin-top: -4px;
	border: solid rgba(207, 205, 214, 0.69);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform 200ms ease-out,  margin-top 200ms ease-out,  border-color 200ms ease-out;
	-o-transition: -o-transform 200ms ease-out,  margin-top 200ms ease-out,  border-color 200ms ease-out;
	transition: transform 200ms ease-out,  margin-top 200ms ease-out,  border-color 200ms ease-out;
}
.simple-menu:not(.first-level) .submenu {
	background-color: #323131;
}
.simple-menu > .trigger:hover:before, .simple-menu > .trigger:hover:after {
	border-color: rgba(240, 206, 0, 0.59);
}
.simple-menu a {
	color: #ffffff;
}
#header #search-holder #search-form .btn:hover:after, #header #search-holder #search-form .btn:focus:after {
	box-shadow: inset 0px 0px 0px 1px #f0ce00;
}
}

@media (max-width: 980px) {
#nav > .holder {
	background-color: #333333;
}
#nav .menu > .item > a {
	font-weight: 500
}
.wrapper.logomenu {
	padding-left: 15px;
	border-bottom: 1px solid #282828;
}
#header #logo a:focus:after {
	box-shadow: inset 0px 0px 0px 1px #000000;
}
}

@media (min-width: 768px) {
#header, #header .fixed {
	height: 100px;
	border-bottom: 1px solid #191919;
}
div.sticky {
	margin-top: 45px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: black;
	z-index: 5000;
}
.headertop .wrapper {
	padding-right: 15px;
	padding-left: 15px;
}
.no_desk {
	display: none;
}
}

@media (max-width: 768px) {
#header, #header .fixed {
	height: 80px;
}
#header #logo {
	width: 190px;
}
div.sticky {
	margin-top: 45px;
	position: fixed;
	background-color: black;
	width: 100%;
}
#nav {
	top: 125px
}
.no_movil {
	display: none;
}
.headertop .wrapper {
	padding-right: 5px;
	padding-left: 15px
}
#header #search-holder #search-form {
	display: block;
	width: calc(100vw - 79px);
}
#header .buscador {
	top: 42px
}
#top_list a img {
	height: 18px
}
#top_list a {
	font-weight: 300;
	font-size: 14px;
}
.micuenta {
	padding: 14px 0 6px 0;
}
}
/****************************************
*********** FOOTER ********************
****************************************/

.slanted {
	background: #f3b402;
	box-sizing: border-box;
	height: 225px;
	width: 100%;
	position: relative;
	padding: 20px;
	text-align: center
}
.slanted2 {
	background: black;
	box-sizing: border-box;
	height: 100%;
	min-height: 20vh;
	width: 100%;
	position: relative;
	padding: 20px;
	margin-top: 75px;
}
.slanted2:before {
	content: "";
	background: black;
	height: 67px;
	transform: skewY(2deg);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 500
}
.slanted2:after {
	content: "";
	background: black;
	height: 67px;
	transform: skewY(2deg);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 500
}
.slanted2:before {
	top: -34px;
	z-index: -1;
	-webkit-box-shadow: 0px -4px 5px 0px rgba(255,255,255,0.12);
	-moz-box-shadow: 0px -4px 5px 0px rgba(255,255,255,0.12);
	box-shadow: 0px -4px 5px 0px rgba(255,255,255,0.12);
}
.slanted2:after {
	bottom: -30px;
	z-index: -1;
}
.slanted img {
	max-width: 320px;
	padding-top: 22px;
}
/****************************************
*********** Slider + Notas **************
****************************************/
.franja_uno {
	background-color: #000000;
	background-image: url(../images/estadio.png);
	background-position: center;
	background-size: cover
}
.franja_uno .wrapper {
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0
}
.align.boxslider {
	vertical-align: bottom;
}
h2 a.txt_white {
	color: #ffffff;
}
.h3.tit_slider {
	font-size: 2.5em;
	padding: 0 15px;
}
.h3 a:hover{ color:#f0ce00;}
.cate_home {
	padding: 10px 30px;
	background-color: #f0ce00;
	right: 0;
	float: right;
	margin-top: 50px;
	color: black;
	font-size: 20px;
	text-align: center;
	font-family: 'OfficinaSansITCStd';
	font-weight: 700;
	font-style: normal;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	min-height: 18px;
}
.cate_home_ch {
	padding: 7px 24px;
	background-color: #f0ce00;
	right: 0;
	float: right;
	margin-top: -1px;
	color: black;
	font-size: 16px;
	text-align: center;
	font-family: 'OfficinaSansITCStd';
	font-weight: 700;
	font-style: normal;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	min-height: 18px;
}
.notasarriba h2 {
	font-size: 18px
}
.intro .bx-controls-direction a:before {
	width: 25px;
	height: 25px;
}
.intro .bx-controls-direction a {
	background-color: transparent
}
.intro .bx-controls-direction a:hover, .intro .bx-controls-direction a:focus {
	box-shadow: inset 0px 0px 0px 1px transparent;
	background-color: transparent;
}
.intro .bx-controls-direction a:hover:before, .intro .bx-controls-direction a:focus:before {
	border-color: #bcbcbc;
}
.box_nota_arriba {
	height: 205px
}
@media (min-width: 980px) {.h3 a:hover{ color:#f0ce00;} .intro .bx-controls-direction .bx-next:before {
    border-width: 0 4px 4px 0} .intro .bx-controls-direction a:before {border-width: 4px 0 0 4px;}}
@media (min-width: 768px) {
.intro .column-overlay .overlay {
	width: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.79) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.79)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.79) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 46%, rgba(0,0,0,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.intro .overlay {
	opacity: 1;
}
/* *********************************/

.notasarriba h2 {
	height: 58px;
	font-size: 18px;
	padding: 13px 10px 0 10px;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 16%, rgba(0,0,0,0.79) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(16%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.79)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 16%, rgba(0,0,0,0.79) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 16%, rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 16%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 16%, rgba(0,0,0,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 )
}
/**********************************/
.notasarriba {
	padding-left: 0;
	margin-bottom: 15px;
}
.notasarriba .picture {
	max-height: 215px;
	margin-bottom: 25px;
}
}

@media (max-width: 768px) {
.franja_uno {
	padding-top: 125px
}
.intro .column-overlay .overlay {
	width: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.79) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.79)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.79) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.79) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 46%, rgba(0,0,0,0.79) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 46%, rgba(0,0,0,0.79) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.intro .overlay {
	opacity: 1;
}
.intro.scaled .overlay {
	display: block !important;
}
.intro:not([class*="bg-"]) {
	background-color: #000000;
}
.cate_home, .cate_home_ch {
	display: none
}
h2.tit_not_arr {
	/*width: 100%;*/
	background-color: #00000080;
	padding: 0 5px 10px 5px;
	margin-top: 100px;
}
.dosnotas, .slider {
	padding-left: 0;
	padding-right: 0;
}
.slider {
	margin-botom: 15px
}
.notasarriba {
	margin-bottom: 10px;
	margin-top: 15px;
}
.franja_uno .wrapper {
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0
}
}

@media (min-width: 1300px) {
.intro .bx-controls-direction .bx-next {
	right: 10px;
	margin-right: 0;
	margin-left: auto;
}
.intro .bx-controls-direction .bx-prev {
	left: 10px;
	margin-left: 0;
	margin-left: auto;
}
}
/****************************************
*********** barra amarilla **************
****************************************/

.barra_amar {
	background-color: #e6c139;
	padding: 5px 0
}
.ico_txt {
	color: black;
	font-weight: 500;
	padding-top: 12px;
	font-size: 1.5em;
	line-height: 1.1;
}
.slider-logos .owl-nav div {
	background-color: #e6c139;
	box-shadow: none
}
.slider-logos .owl-nav div:before {
	width: 20px;
	height: 20px;
	border: solid #040303;
	border-width: 3px 0 0 3px;
}
.slider-logos .owl-nav .owl-next:before {
	border-width: 0 3px 3px 0;
}
.barra_amar .section.wrapper {
	padding-top: 15px;
	padding-bottom: 0;
}
a:hover h1.tit_plantel {color: #e6c139}
/****************************************
*********** 4 notas + tablas **************
****************************************/
.cuatronotas_tablas {
	background-color: #000000;
	background-image: url(../images/estaciondetren.png);
	background-position: center;
	background-size: cover
}
.cuatronotas_tablas .wrapper {
	padding-left: 0;
	padding-right: 0
}
section.cuatronotas_tablas {
	padding-left: 0;
	padding-right: 0
}
.notas_txt {
	padding: 15px 10px;
	background-color: white;
}
.notas_txt h2 {
	color: #000000
}
.notas_txt p {
	color: #000000;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400
}
.notas_txt h2 {
	font-family: 'OfficinaSansITCStd';
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 10px
}
.notas_txt {
	margin-bottom: 25px;
	position: relative;
}
.img-link img {
	display: block;
	width: 100%;
}
.share-btn {
	width: 42px;
	height: 42px;
	background-size: 26px;
}
.share-btn {
	position: absolute;
	bottom: 17px;
	right: 10px;
}
.fecha-hora {
	position: absolute;
	bottom: 25px;
	left: 10px;
}

@media (min-width:980px) {
.notas_txt {
	min-height: 190px
} /*#4notas_tablas.wrapper{ padding-left:0; padding-right:0;}*/
}

@media (max-width:980px) {
.wrapper.noti {
	padding-left: 0;
	padding-right: 0;
}
.section.tabla {
	padding-top: 0;
	margin-top: -20px;
}
.share-btn {
	position: absolute;
	bottom: 8px;
	right: 10px;
	width: 32px;
	height: 32px;
	background-size: 26px;
}
.fecha-hora {
	position: absolute;
	bottom: 13px;
}
.notas_txt {
	min-height: 180px;
}
}
/****************************************
***********    plantel    **************
****************************************/
.barra_amar.gris {
	background-color: #383838;
	padding: 5px 0
}
.redonda {
	width: 140px;
	height: 140px;
	border-radius: 70px;
}
.jugador_txt h2 a, .jugador_txt a {
	color: white;
	font-family: 'OfficinaSansITCStd';
	font-weight: 500;
	font-size: 20px
}
.barra_amar.gris .slider-logos .owl-nav div {
	background-color: #383838;
	box-shadow: none;
}
.barra_amar.gris .slider-logos .owl-nav div.owl-prev:before {
	width: 30px;
	height: 30px;
	border: solid #f3b402;
	border-width: 5px 0 0 5px;
}
.barra_amar.gris .slider-logos .owl-nav div.owl-next:before {
	width: 30px;
	height: 30px;
	border: solid #f3b402;
	border-width: 0px 5px 5px 0;
}
.mas {
	font-size: 24px;
	padding: 0px 9px;
	border: 1px solid #666666;
	border-radius: 5px;
	margin-top: 10px;
}
a .mas:hover{border: 1px solid #f3b402;}
h1.tit_plantel {
	color: white;
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 25px;
	font-family: 'OfficinaSansITCStd';
}

@media (max-width:980px) {
h1.tit_plantel {
	font-size: 25px;
}
}
/****************************************
***********    galeria nota    **************
****************************************/
/* GALERIA */
#galeria {
	position: relative
}
#galeria .fotos .foto:before {
	padding-bottom: 66.5%;
}
#galeria .caption {
	display: none
}
#galeria .caption .text, #galeria .caption .rsGCaption {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.4em;
	display: none
}
#galeria .fotos .royalSlider {
	width: 100%;
}
#galeria .fotos .royalSlider > .slide:not(:first-child) {
	height: 0 !important;
	overflow: hidden;
}
#galeria .fotos .royalSlider .rsImg {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}
#galeria .rsDefault .rsFullscreenIcn, #galeria .rsDefault .rsArrowIcn {
	background: no-repeat center;
	background-size: 28px;
	background-color: rgba(54, 58, 74, 0.6);
	-webkit-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}
#galeria .rsDefault .rsFullscreenIcn:hover, #galeria .rsDefault .rsArrowIcn:hover {
	background-color: rgba(54, 58, 74, 0.9);
}
#galeria .rsDefault .rsFullscreenIcn {
	background-image: url(../images/icons/rs-fullscreen@3.png);
	background-image: url(../images/icons/rs-fullscreen.svg), none;
}
#galeria .rsDefault.rsFullscreen .rsFullscreenIcn {
	background-image: url(../images/icons/rs-fullscreenInv@3.png);
	background-image: url(../images/icons/rs-fullscreenInv.svg), none;
}
#galeria .rsDefault .rsArrowIcn {
	background-image: url(../images/icons/rs-flecha@3.png);
	background-image: url(../images/icons/rs-flecha.svg), none;
}
#galeria .rsDefault .rsArrowLeft .rsArrowIcn {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#galeria .rsSlideCount {
	position: absolute;
	left: 8px;
	bottom: 7px;
	font-size: 1.4em;
	color: #fff;
	background-color: rgba(54, 58, 74, 0.6);
	border-radius: 2px;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	float: none;
	pointer-events: none;
}

@media only screen and (min-width: 768px) {
/* GALERIA */

#galeria .fotos {
	margin-left: 0;
	margin-right: 0;
}
#galeria .caption {
	margin: 0;
	padding: 20px 25px 25px;
}
#galeria .caption .text,  #galeria .caption .rsGCaption {
	font-size: 1.6em;
}
}

@media only screen and (min-width: 980px) {
/* GALERIA */
    
#galeria {
	background-color: #4a494f;
}
#galeria .heading {
	font-size: 2.6em;
	color: #fff;
	position: absolute;
	left: 30px;
	top: 40px;
}
#galeria .heading:before {
	height: 22px;
	background-color: #fff;
}
#galeria .fotos {
	margin: 0;
}
#galeria .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 30px 35px;
	margin: 0;
	background-color: transparent;
	width: 33.33333%;
}
#galeria .caption .text,  #galeria .caption .rsGCaption {
	font-size: 1.4em;
	line-height: 1.4;
	max-height: 16.5em;
	overflow: hidden;
}
}

@media (min-width: 1200px) {

/* menu */
#nav .menu > .item + .item { margin-left: 15px }
	
/* GALERIA */
    
#galeria .heading {
	top: 55px;
}
#galeria .caption {
	padding: 0 30px 50px;
	width: 25%;
	display: none
}
#galeria .caption .text,  #galeria .caption .rsGCaption {
	font-size: 1.6em;
	max-height: 23.5em;
	display: none
}
#galeria .rsDefault .rsFullscreenIcn,  #galeria .rsDefault .rsArrowIcn {
	margin: 0;
	width: 44px;
	height: 44px;
	background-size: 32px;
}
#galeria .rsDefault .rsFullscreenBtn {
	top: 15px;
	right: 15px;
}
#galeria .rsDefault .rsArrowIcn {
	margin: -22px 0 0 -37px;
}
#galeria .rsDefault .rsArrowLeft .rsArrowIcn {
	margin-left: -7px;
}
#galeria .rsSlideCount {
	left: 15px;
	bottom: 15px;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 1.6em;
	padding-bottom: 2px;
}
}
/* ******************/
section#galeria_nota {
	border-bottom: 10px solid #f3b502;
	padding-bottom: 40px;
	background-color: #000000;
}
#galeria_nota {
	padding-top: 40px;
}
#galeria_nota .wrapper {
	padding-left: 0;
	padding-right: 0
}
.notas_txt.oscur h2 a, .notas_txt.oscur p {
	color: #ffffff;
}
.notas_txt.oscur {
	background-color: #383838;
}
#galeria h3 {
	background-color: #383838;
	padding: 12px 0 37px 20px;
	font-size: 22px;
	color: #F3B502;
	font-family: 'OfficinaSansITCStd';
	font-weight: 500;
}
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: -64px;
	left: 45px;
	left: 6px;
	text-align: left;
	background: transparent;
	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 16px;
	color: #d4d4d4;
	border-radius: 2px;
	padding-left: 14px;
}

@media (min-width: 980px) {
.notas_txt.oscur {
	min-height: 307px;
}
.notas_txt.oscur.os1 {
    min-height: 138px;
}
}

@media (max-width:980px) {
.unanota {
	margin-top: 20px;
}
}
/****************************************
***********    twitter y youtube    **************
****************************************/ 
#twityoutube {
	background-color: #282828;
}
.twittercap iframe {
	max-height: 460px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#twityoutube .wrapper {
	padding-left: 0;
	padding-right: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #282828;
}

@media (max-width:980px) {
.twittercap {
	margin-bottom: 25px;
}
}
/****************************************
***********    UC Default    **************
****************************************/ 
.content p a {
	color: #f0ce00;
	text-decoration: underline;
}
.content p a:hover {
	color: #cccccc;
}
.intro-uc {
	background-color: #000000;
	background-image: url(../images/estaciondetren.png);
	background-position: center;
	background-size: cover
}
/*INTRO UC*/

.intro-uc .align-middle.c-img:before {
	min-height: 325px;
}
.intro-uc .align-middle.no-img:before {
	min-height: auto;
}
.intro-uc .holder.c-img {
	padding: 0 50px;
}
.intro-uc .holder.no-img {
	padding: 30px 50px;
}
.intro-uc .wrapper {
	position: relative;
}
.img-uc {
	position: absolute;
    height: 325px;
    right: 30px;

 
}
.bg_black {
	background-color: #282828
}
.bg_black h2, .bg_black p {
	color: #ffffff;
}
.breadcrumb {
	background-color: #f0ce00;
}
.barra-posicion {
	font-size: 16px;
}
.barra-posicion div a:last-child{font-weight: 500; }
.content, .content p {
	color: #ffffff;
}


@media (min-width:980px) {
.img-uc {
	position: absolute;
    min-height: 325px;
    right: 30px;
    margin-left: 20px;
    /*width: 48%;*/}}
	
	
	
@media (max-width:980px) {
.intro-uc .wrapper {
	padding: 0
}
.breadcrumb {
	padding: 0 15px
}
.img-uc {
	position: relative;
	right: 0;
	height: auto;
	width: 100%;
}
.intro-uc .holder.c-img {
	padding: 20px 15px;
}
.intro-uc .align-middle.c-img:before {
	min-height: auto;
}
.breadcrumb .share-btn {
	margin: -15px 0 0;
}
}

@media (max-width:768px) {
.intro-uc {
	padding-top: 120px;
}
}
/****************************************
***********    8 notas    **************
****************************************/ 
.ochonotas {
	background-image: none;
	background-color: #FFFFFF
}
.notas_txt.notas_horiz {
	min-height: 150px;
	overflow: hidden;
	background-color: #E8E8E8
}
.notas_txt.notas_horiz h2.h4 {
	font-size: 18px
}
.notas_txt.notas_horiz p {
	font-size: 14px
}

@media (min-width:980px) {
.notas_txt.notas_horiz {
	max-height: 150px;
	overflow: hidden;
}
.img_ochon {
	height: 180px
}
}
/****************************************
***********    categoria   **************
****************************************/
.cont_cat {
	padding: 30px 0
}
.bg-negro {
	background-color: #000000
}
.bg-negro h2 {
	color: #000000;
	font-size: 22px;
	font-family: 'OfficinaSansITCStd';
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bg-negro p {
	color: #333333;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding-bottom: 20px
}
.box_cat {
	background-color: #f2f2f2;
}
.bg-negro a {
	width: 100%;
}
.tit_cat {
	padding-bottom: 20px;
	margin-left: -15px;
	font-size: 3.8em;
}
.img_cat {
	border: 1px #262626 solid;
}

@media (max-width: 768px) {
.bg-negro {
	margin-top: 100px;
}
.tit_cat {
	padding-bottom: 20px;
	margin-left: -15px;
	font-size: 2.2em;
	padding-top: 20px;
	margin-top: 90px;
}
}

@media (min-width: 768px) {
.box_cat {
	height: 225px;
	overflow: hidden;
	position: relative;
}
.box_cat:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background-size: 100%;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(255,255,255,0)), color-stop(100%, #FFFFFF));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0, #FFFFFF 100%);
	background: -moz-linear-gradient(top, rgba(231,231,226,0) 0, #FFFFFF 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0, #FFFFFF 100%);/* background: linear-gradient(top,rgba(255,255,255,0) 0,#FFFFFF 100%); */
}
}
/****************************************
***********    ucs  **************
****************************************/
.cuerpo-uc .presid {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.padding-l-0-m {
	padding-left: 20
}
.content ul li:before {
	background-color: #f0ce00;
}
.copete_uc p{font-weight: 400;
    color: #f2f2f2;}
.content ul li li{font-size:1.1em}

@media (min-width: 980px){
.width49{ width:49%}
.width33{width:33%}}

@media(min-width:768px) {
.intro-uc .holder.no-img {
	padding: 30px 50px;
	margin: 0 -25px;
}
.intro-uc .holder.c-img {
	margin: 0px -22px;
	padding: 0px 50px;
}
.cuerpo-uc .row {
	background-color: #151515;
	padding-top: 25px;
	margin-top: -27px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 40px;
}
}
.content ul li.cuota {
	font-size: 1.2em
}

@media(max-width:768px) {
.padding-l-0-m {
	padding-left: 0
}
}

/*Buscador*/

#header #search-btn .icon {
	background-image: url(../images/icons/search-btn.svg);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: center;
}
#header .buscador {
	margin-left: 0;
	right: 10px;/*top:36px*/
}
#header #search-holder #search-form .submit-btn .icon {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;/* background: no-repeat center/contain;*/
}
/* loading*/
#loading {
	margin-left: 45%;
}
#loading img {
	vertical-align: middle;
	display: inline-block;
}
#loading span {
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
	font-size: 1.7em;
}
.paginadoBuscador{font-family: 'OfficinaSansITCStd'; }
.paginadoBuscador div {
	display: inline-block;
	padding: 2px;
	font-size: 1.5em;
	margin-right: 3px;
	border: 0;
}
.cantPaginas {
	border: 0 !important;
}
.btn-buscar {
	font-size: 1.5em !important;
	margin-top: 8px !important;
	max-width: 84px;
	padding: 0;
	min-height: 37px;
	border: none;
}
.img-list .img-item {
	max-width: 100%
}
#pagina1 a:link, #pagina1 a:visited, #pagina1 a:hover {
	color: #c4a804;
	font-weight: bold;
}
.resultado .h4 a {
	color: #303030
}
.resultado .border-b {
	border-bottom: 1px solid #f2cf07;
	padding-bottom: 25px;
}

@media (min-width: 980px) {
#header .buscador {
	margin-left: 550px;
	right: auto;
	top: 52px;
}
.copete_uc p, .copete_uc{ min-width: 364px;
    padding-left: 0;}
}

@media (min-width: 1200px) {
#header .buscador {
	margin-left: 600px;
	right: auto;
}


}
/*paginado cat*/
.paginado a, .paginado {
	color: #F2F2F2;
	font-size: 16px;
	text-align: center;
    font-family: 'OfficinaSansITCStd';
}


@media (min-width: 768px){
.col-sm-4.autox {
    width: 31.333333%;
    margin: 0 1%;
  min-height: 318px;
	float: left;
}}

.content h1:not([class*="text-"]), .content h2:not([class*="text-"]), .content h3:not([class*="text-"]), .content h4:not([class*="text-"]), .content h5:not([class*="text-"]), .content h6:not([class*="text-"]) {
    color: #f0ce00;
}