/**** COLORES ****/

/* #ffe715;		/* Amarillo Villarreal */
/* #333;		/* Gris menu top */
/* #1B1B1B; 		/* Negro-gris fondo */
/* #c53f30;		/* Rojo Villarreal */
/* #003f6e;		/* Azul Villarreal */
/* #011f39;		/* Azul mas fuerte */
/* #013765;	/* Azul nuevo */


/*****************/
/**** COMUNES ****/
/*****************/


body {
	background: #FFF;
	color: #013765;	/* Azul nuevo */
	font-size: 18px !important;
	font-family: 'Oswald', sans-serif !important;
	line-height: normal !important;
	width: 100% !important;
}

p {
    margin: 0 0 26px;
}

legend {
	color: #EEE;
}

#bfInvisibleReCaptchaContainer {
	display: none;
}

.upper {
	text-transform: uppercase;
}

.btn-lg {
    padding: 10px 80px;
}

.page-content {
    width: 100%;
    min-height: 400px;
    padding: 0 0 20px 0 !important;
    position: relative;
}

.tipo-borrosa {
	font-family: 'Lemonada', cursive !important;
}

.texto-grande {
	font-size: 48px;
}

.texto-muy-grande {
	font-size: 80px;
}

.mfp-iframe-scaler iframe {
	background: none !important;
	box-shadow: none !important;
}

.boton-especial, .boton-especial:focus, .boton-especial:visited {
  color: #013765;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3rem 8rem;
  background-color: #ffe715;    
	transition: ease-in 0.1s;	
}


.boton-especial2, .boton-especial2:focus, .boton-especial:visited {
  	color: #013765;
  	font-weight: bold;
  	font-size: 30px;
	text-decoration: none;
  	text-transform: uppercase;
  	padding: 30px 20px;
  	background-color: #ffe715;    
  	transition: ease-in 0.1s;	
	border-radius: 5px;
}

.boton-especial2:hover {
  	color: #013765;
	opacity: .7;
}


div.jsClear {
    clear: both;
}

#maintop1 div.module.mas_40 {
	margin-top: 0 !important;
}

#content #yt_component,  #content #content_main #maintop1 > .module > .modcontent {
	margin-top: 37px;
}

.homepage #content #yt_component, .homepage #content #content_main #maintop1 > .module > .modcontent {
	margin-top: 0;
}

#yt_spotlight4 {
	display: none;
}

a {
	color: #013765;	/* Azul nuevo */
	font-weight: bold;
}

a:hover {
	color: #c53f30;		/* Rojo Villarreal */
}

.article-index {
	display: none !important;
}

.ancho_100 {
	width: 100%;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.flex-parent {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
 
.flex-child {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.negrita {
	font-weight: bold !important;
}

.rojo {
	color: #F00;
}

#yt_wrapper {
	background: none !important;	
}


/* #header > .container, .homepage #content .container, .homepage #yt_spotlight3 .container, .homepage #banner_principal .container */ .container {
	width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}

.module h3.modtitle:after , .module h3.modtitle:before {
	background: none !important;
}

.module_menu, div.module {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


.enlace-off {
	color: #AAA !important;
}

#maintop1 div.module.subir_80 {
	margin-top: -80px !important;
}

.fondo-negro {
	background-color: #222;
}

.uk-dotnav-contrast>*>:active, .uk-dotnav-contrast>.uk-active>* {
	background: #ffe715 !important;
}

.uk-dotnav-contrast>*>* {
	background: #011f39 !important;		/* Azul mas fuerte */
}

.enlace-extra {
	text-align: right;
	margin-top: 5px;
}

.enlace-extra a {
	color: #013765;	/* Azul nuevo */
	font-weight: bold;
	font-size: 16px;
}

.enlace-extra a:hover {
	opacity: .7;
}

.enlace-extra a i {
	font-size: 16px;
}

.btn {
	max-width: inherit !important;
}

.backtotop {
	background-color: #013765;	/* Azul nuevo */
}

.backtotop i {
	color: #ffe715;
}

.button:hover span, button:hover span {
	color: inherit !important;
}

.titulo-principal {
	text-align: center;
    text-transform: uppercase !important;
    color: #013765 !important;
    font-weight: bold !important;
    font-size: 26px !important;
	margin-bottom: 20px;
}

#joomsport-container {
	font-family: inherit !important;
}

#joomsport-container a:hover, #joomsport-container a:focus {
	text-decoration: none !important;
}

.mfp-iframe-holder .mfp-content {
    max-width: 90% !important;
}


/**** Mensaje cookies ****/

#outer #cookieMessageContainer {
	color: #333 !important;
	text-align: left !important;
	background-color: #FFF !important;
}

#outer #cookieMessageContainer a {
	color: #c53f30 !important;		/* Rojo Villarreal */
}

/**** Cabecera ****/

#yt_spotlight1 {
	background: none !important;
}

/**/

#maintop1 div.module.baja_modulo {
	margin-top: 0 !important;
}



/**** Iframe Youtube videos ****/

.mfp-iframe-holder {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}



/*********************************************************************************************************************************************************/
/*************************************************************************** HOME ************************************************************************/
/*********************************************************************************************************************************************************/

.homepage #content_main {
	padding-right: 15px !important;
}

.homepage h3.modtitle, h3.modtitle {
	text-align: center;
	text-transform: uppercase !important;
	color: #013765 !important;	/* Azul nuevo */	
	font-weight: bold !important;
	font-size: 26px !important;
	border-bottom: none !important;
	top: 0 !important;
	position: relative !important;
	display: block !important;
	z-index: 0 !important;
	background-color: transparent !important;
	text-shadow: none !important;
	margin-bottom: 15px;
	padding: 0 !important;
}




/****************************************************************************************************************************************************************/
/************************************************************************ REDES SOCIALES ************************************************************************/
/****************************************************************************************************************************************************************/

.social {
	background-color: #333;
	display: inline !important;	
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 3px 10px  4px 10px !important;
	float: right !important;
}

.social div.yt-socialbt a {
	width: 25px !important;
	height: 15px !important;
	line-height: 0px !important
}

.social div.yt-socialbt a i {
	font-size: 12px !important;
}

.social div.yt-socialbt {
	margin-right: 0 !important;	
}

.social  div.yt-socialbt a {
	background: none !important;
	color: #FFF !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
  	box-shadow: none !important;
}


/*********************************************************************************************************************************************************/
/*************************************************************************** HEADER ************************************************************************/
/*********************************************************************************************************************************************************/

#header {
	background-color: #ffe715;		/* Amarillo Villarreal */	
    position: fixed;
    z-index: 1000;
    width: 100%;
}

@media (max-width: 1199px) and (min-width: 980px) {
	#header .container {
    	width: 100% !important;
	}
}

/************************************************************************************************************************************************/
/*************************************************************** MAIN MENU ************************************************************************/
/**************************************************************************************************************************************************/

.sm-menu.main-menu-new {
	width: 100% !important;
	max-width: 100% !important;
/*	display: -ms-flex !important;
 	display: -webkit-flex !important;
	display: flex !important;
*/
}

#main_menu {
	background-color: #013765;	/* Azul nuevo */
	padding: 8px 0 0 30px;
	max-width: 210px;
	width: 210px;
	float: left;
}

.main-menu-new .sm-levels {
	padding: 2vw 1.5vw 0 4vw;
	height: auto !important;
}


#main_menu .sm-parent .menu-icon-cont:before {
	line-height: 46px;
	left: 100%;
	padding: 0;
}

.main-menu-new dl.level1 {
	padding: 0 !important;
}

.sm-menu.main-menu-new dl dt.first {
	display: none;
}

.sm-menu.main-menu-new dl dt, .sm-menu.main-menu-new dl.level1 dt {
	padding: 0.5vw 0.5vw 0.5vw 0 !important;
}

.main-menu-new dl.level1 a {
	font-size: 2.1vw !important;
}

.main-menu-new dl.level1 a:hover {
	opacity: .7;
}

.main-menu-new dt.level1 {
	width: 50% !important;
	float: left !important;
	text-transform: uppercase;	
}

.sm-menu.main-menu-new .sm-close {
	left: 97%;
	z-index: 1;	
}

.sm-menu.main-menu-new .sm-close span {
	background: #FFF !important;
}
/*
.sm-menu.main-menu-new .sm-close:before {
	color: #FFF !important;
	content: "CERRAR";
}
*/
.main-menu-new dl dt.active, .main-menu-new dl.level1 dt.active {
	background-color: transparent !important;
}

.sm-menu.main-menu-new .sm-levels {
    width: 66.66666667%; 
	float: left;
	position: relative;
	display: -ms-flex;
 	display: -webkit-flex;
	display: flex;
}

.sm-menu.main-menu-new .row {
	display: -ms-flex;
 	display: -webkit-flex;
	display: flex;	
}

.main-menu-new dt.level1.icono-inicio {
	margin-top: 1vw;
}

.main-menu-new dt.level1.icono-inicio a {
	text-transform: none;
	font-weight: normal !important;
    font-size: 1.5vw !important;
}

.main-menu-new dt.level1.icono-inicio a .fa {
    font-size: 2.1vw !important;
}



/*************************************************************************************************************************************************/
/**************************************************************** MENU ACCESOS ************************************************************************/
/**************************************************************************************************************************************************/

#menu-accesos {
	padding-left: 0;
	list-style: none;
}

#menu-accesos li {
	width: 50% !important;
	float: left !important;
	line-height: 3vw;
}

#menu-accesos li a {
	color: #013765;	/* Azul nuevo */
	font-size: 1.5vw;
    font-weight: 100;
	letter-spacing: 1px;
}


/*********************************************************************************************************************************************************/
/*************************************************************************** MENU BANNER ************************************************************************/
/*********************************************************************************************************************************************************/

.sm-menu.main-menu-new #main-menu-banners {
	background-color: #013765;	/* Azul nuevo */
	position: relative;
    width: 33.33333333%; 
	float: left;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	transform: skewX(-10deg);
	flex-wrap: wrap;
	align-content: center;
	left: 80px;
}

.sm-menu.main-menu-new #main-menu-banners div {
	transform: skewX(10deg);
	width: 100%;
	margin: 80px 0;
}

.sm-menu.main-menu-new #main-menu-banners a:hover {
	opacity: .7;
}


/*********************************************************************************************************************************************************/
/*************************************************************************** BANNERS TOP ************************************************************************/
/*********************************************************************************************************************************************************/

#banners_top {
	background-color: #013765;	/* Azul nuevo */
    transform: skewX(-10deg);
	text-align: right;
	padding: 12px 35px 12px;
	float: right;
	max-width: 340px;
	width: 340px;
}

#banners_top a:first-child {
	margin-right: 40px;
}

#banners_top img {
    transform: skewX(10deg);
}


#banners_top a:hover img {
	opacity: .5;
}



/*********************************************************************************************************************************************************/
/*************************************************************************** BUSCADOR MENU ************************************************************************/
/*********************************************************************************************************************************************************/

.main-menu-new dt.level1.buscador {
	margin-bottom: 25px;
}

.main-menu-new dt.level1.buscador .search {
	background-color: transparent !important;
	border-bottom: 2px solid #013765 !important;
	width: 70%;
	float: right;
	margin-top: 19px;
}

.main-menu-new dt.level1.buscador .search i {
	color: #013765 !important;
}

.main-menu-new dt.level1.buscador .search input, .main-menu-new dt.level1.buscador .search select {
	background-color: transparent !important;
	border: none !important;
	font-size: 1.5vw !important;
	font-weight: normal;
	width: 78%;
}

.main-menu-new dt.level1.buscador .search button {
	background: none;
}

.main-menu-new dt.level1.buscador .search .fa {
	font-size: 1.6vw !important;
}

/*************************************************************************************************************************************/
/************************************************************ LOGO ************************************************************************/
/*****************************************************************************************************************************************/

#yt_logo {
	text-align: center;
	position: absolute;
	width: 100%;
	left: -155px;
}

#yt_logo a.logo {
	position: absolute;
    z-index: 100;
	margin-top: 5px;
}

#yt_logo a:before {
	content: "VILLARREAL CF";
	visibility: initial;
	color: #013765;
	position: relative;
	top: -8px;
}

#yt_logo a:after {
	content: "WEB OFICIAL";
	visibility: initial;
	color: #013765;
	position: relative;
	top: -8px;
}

#yt_logo a:after {	
	content: "WEB OFICIAL";
	visibility: initial;
	color: #013765;
	position: relative;
	top: -8px;
}

#yt_logo a:lang(en):after {
	content: "OFFICIAL WEB";
}


/***********************************************************************************************************************************/
/**************************************************************** IDIOMAS ************************************************************************/
/*********************************************************************************************************************************************/

#idiomas {
	background-color: #013765;	/* Azul nuevo */
	transform: skewX(10deg);
	padding: 14px 0 19px;
	margin-left: -10px;
	position: relative;
	z-index: 100;
	max-width: 139px;
	width: 136px;
	float: left;
}

#idiomas > .module {
	transform: skewX(-10deg);
}

#idiomas .mod-languages {
	margin-right: 0 !important;
	padding: 0 15px 0 24px !important;
	border: none;
	float: left;
}

#idiomas:hover .mod-languages  ul.dropdown-menu  {
	display: block;
}

#idiomas .mod-languages ul.dropdown-menu {
	max-height: 122px !important;
	background-color: #013765;	/* Azul nuevo */
	z-index: 100;
}

#idiomas .mod-languages a.dropdown-toggle .caret {
	color: #ffe715;		/* Amarillo Villarreal */
}

#idiomas .mod-languages  .lang-active {
	display: none;
}

#idiomas .mod-languages ul.dropdown-menu {
	margin: 16px 0 0;
}

#idiomas .mod-languages ul.dropdown-menu li a:hover {
	background: #ffe715;		/* Amarillo Villarreal */
}

#idiomas .mod-languages ul.dropdown-menu li a {
	color: #CACACA !important;
	padding: 8px 15px 12px 24px;
}

#idiomas .mod-languages:hover {
	background: none;
}

#idiomas .mod-languages:hover a.dropdown-toggle {
  color: #333 !important;  
}

#idiomas .mod-languages ul.dropdown-menu li a img {
	float: none;
}

/**/

.mod-languageshidden-lg .caret {
	color: #ffe715;		/* Amarillo Villarreal */
}

#banners_top:hover .dropdown-menu {
	display: block;
}

.mod-languageshidden-lg .lang-active {
	display: none;
}

.mod-languageshidden-lg ul.dropdown-menu li a {	
	padding: 12px 20px;
	transform: skewX(-10deg);
	margin-right: 0 !important;
}

.mod-languageshidden-lg ul.dropdown-menu {
	max-height: 122px !important;
	background-color: #013765;	/* Azul nuevo */
	z-index: 100;
	border-radius: 0;
	padding: 0;
	margin: 0;
    box-shadow: none;
    transform: skewX(10deg);
	border: none;
	min-width: inherit;
	left: auto !important;
	right: 56px !important;
}

.mod-languageshidden-lg .dropdown-menu>li>a:hover, .mod-languageshidden-lg .dropdown-menu>li>a:focus {
	background-color: transparent !important;
}





/**************************************************************************************************************************/
/*********************************************** SLIDER PORTADA **************************************************************************/
/*********************************************************************************************************************************************/
/*********************************************** BT CONTENTSLIDER ************************************************************************/
/****************************************************************************************************************************************/


#yt_slideshow {
	border-bottom: none !important;
	background: none !important;
	margin: 63px 0 0 !important; 
	padding: 0 !important;
}



@media (max-width: 1199px) and (min-width: 980px) {
	#yt_slideshow .container {
    	width: 100% !important;
	}
}


#yt_slideshow .bt-cs .bt-row {
	padding: 0;
}

#yt_slideshow > .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.slider_portada .bt-video-btn {
	position: relative;
	top: -5px;
	cursor: pointer;
}

.slider_portada .bt-cs a.prev {
	left: 10px;
	display: block;
	opacity: 0;
}


.slider_portada .bt-cs a.next {
	right: 10px;
	display: block;
	opacity: 0;
}

.slider_portada:hover .bt-cs a.prev, .slider_portada:hover .bt-cs a.next {
	opacity: .7 !important;
}

/* nuevo */



.slider_portada .slide {
	display: block !important;
}


/** hasta aqui */


.slider_portada .slider-titulo a {
	color: #FFF !important;
	font-size: 2.4vw !important;	
	font-weight: bold !important;
}


.slider_portada .bt-introtext {
	color: #FFF !important;
	font-size: 20px !important;
	margin-top: 2px;
	margin-bottom: 10px;
}

.slider_portada .toda_info {
	position: absolute;
	bottom: 5vw;
	padding: 2.5vw;
	/*background-color: rgba(0,0,0,.5); */
	border-radius: 0.4vw;
	-moz-border-radius: 0.4vw;
	-webkit-border-radius: 0.4vw;
	text-align: left;
	text-transform: uppercase;
	width: 40vw;
	line-height: 2.5vw;
	font-size: 1vw;
}

.slider_portada .toda_info a i {
	font-size: 1.2vw;
	color: #ffe715;		/* Amarillo Villarreal */
}

.slider_portada .toda_info a {
	color: #fff;
}

.slider_portada .toda_info a:hover {
/*	color: #ffe715;		/* Amarillo Villarreal */
	opacity: .7;
}

.slider_portada .toda_info_centrado {
	width: 100%;
/*	margin: 0 auto; */
	margin-left: 16vw;
}

.slider_portada .bt-cs .bt-inner .bt-center {
	background-color: #000;
}

.slider_portada .bt-cs .bt-inner img {
	outline: none !important;
	border: none !important;
	max-width: 100% !important;
	margin: 0 !important;
	width: 100% !important;
	opacity: .6;
}


.slider_portada .bt-cs .bt-inner {
	padding: 0 !Important;
}

.slider_portada .bt-cs .bt_handles {
	bottom: 6.5vw;
	left: 18vw;
}

.slider_portada .bt-cs .bt_handles li {
	margin-left: 0.4vw !important;
}

.slider_portada .bt_handles li a {
	width: 2.6vw !important;
	padding: 0.3vw 0 0 0 !important;
	color: #FFF;
	background-image:none;
	background-color: #FFF;
}

.slider_portada .bt_handles li.current a {
	background-color: #ffe715;		/* Amarillo Villarreal */
}

.slider_portada ul.jtubegallery li a img {
	height: auto !important;
	border: none;
}

.slider_portada .elastislide-wrapper.elastislide-horizontal nav {
	display: none;
}

.slider_portada .elastislide-horizontal {
	padding: 0;
	display: inline;
	margin-left: 20px;
}

.slider_portada .elastislide-horizontal * {
	display: inline;
}

.slider_portada .noticia-fecha {
	float: none;
	color: #ccc;
	margin-left: 15px;
}


/*******************************************************************************************************************/
/************************************************** SLIDER RESPONSIVE ************************************************************************/
/******************************************************************************************************************************************/

.slider_portada_resp {
	display: none;
}

.slider_portada_resp .bt-video-btn {
	position: relative;
	top: -5px;
	cursor: pointer;
}

.slider_portada_resp .bt-cs a.prev {
	left: 10px;
	display: block;
}


.slider_portada_resp .bt-cs a.next {
	right: 10px;
	display: block;
}

/* nuevo */



.slider_portada_resp .slide {
	display: block !important;
}


/** hasta aqui */


.slider_portada_resp .slider-titulo a {
	color: #FFF !important;
	font-size: 2.4vw !important;	
	font-weight: bold !important;
}


.slider_portada_resp .bt-introtext {
	color: #FFF !important;
	font-size: 20px !important;
	margin-top: 2px;
	margin-bottom: 10px;
}

.slider_portada_resp .toda_info {
	position: absolute;
	bottom: 5vw;
	padding: 2.5vw;
/*	background-color: rgba(0,0,0,.5); */
	border-radius: 0.4vw;
	-moz-border-radius: 0.4vw;
	-webkit-border-radius: 0.4vw;
	text-align: left;
	text-transform: uppercase;
	width: 40vw;
	line-height: 2.5vw;
	font-size: 1vw;
}

.slider_portada_resp .toda_info a i {
	font-size: 1.2vw;
	color: #ffe715;		/* Amarillo Villarreal */
}

.slider_portada_resp .toda_info a {
	color: #fff;
}

.slider_portada_resp .toda_info a:hover {
	color: #ffe715;		/* Amarillo Villarreal */
}

.slider_portada_resp .toda_info_centrado {
	width: 100%;
/*	margin: 0 auto; */
	margin-left: 16vw;
}

.slider_portada_resp .bt-cs .bt-inner .bt-center {
	background-color: #000;
}

.slider_portada_resp .bt-cs .bt-inner img {
	outline: none !important;
	border: none !important;
	max-width: 100% !important;
	margin: 0 !important;
	width: 100% !important;
	opacity: .6;
}


.slider_portada_resp .bt-cs .bt-inner {
	padding: 0 !Important;
}

.slider_portada_resp .bt-cs .bt_handles {
	bottom: 6.5vw;
	left: 18vw;
}

.slider_portada_resp .bt-cs .bt_handles li {
	margin-left: 0.4vw !important;
}

.slider_portada_resp .bt_handles li a {
	width: 2.6vw !important;
	padding: 0.3vw 0 0 0 !important;
	color: #FFF;
	background-image:none;
	background-color: #FFF;
}

.slider_portada_resp .bt_handles li.current a {
	background-color: #ffe715;		/* Amarillo Villarreal */
}

.slider_portada_resp ul.jtubegallery li a img {
	height: auto !important;
	border: none;
}

.slider_portada_resp .elastislide-wrapper.elastislide-horizontal nav {
	display: none;
}

.slider_portada_resp .elastislide-horizontal {
	padding: 0;
	display: inline;
	margin-left: 20px;
}

.slider_portada_resp .elastislide-horizontal * {
	display: inline;
}

.slider_portada_resp .noticia-fecha {
	float: right;
	color: #ccc;
}


/*************************************************************************************************************************************************************/
/******************************************************************* MODULO DEPORTIVO ************************************************************************/
/*************************************************************************************************************************************************************/

#modulo_dep {	
	text-transform: uppercase;
	margin-bottom: 0;
	background-color: #013765;	/* Azul nuevo */
	font-size: 1vw;
    line-height: 1.2vw;	
}

#modulo_dep * {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

#modulo_dep .container {
	width: 100%;
}

#modulo_dep .uk-grid {
/*	min-height: 62px;
	justify-content: space-between;*/
	background: #1a496a;
}

#modulo_dep #modulo_deportivo .modulo-dep-trigger {
	transform: skewX(-10deg); 
	background-color: #ffe715;		/* Amarillo Villarreal */
	z-index: 100;	
	width: inherit !important; 	
/*	position: absolute; */
	left: -7px;
	min-height: 62px;
}

#modulo_dep #modulo_deportivo .modulo-dep-content {
	width: 78% !important;	
	position: absolute;
    right: -5px;
}

#modulo_dep #modulo_deportivo .modulo-dep-trigger ul.uk-nav {
	transform: skewX(10deg); 
}

#modulo_dep .enlace_equipos {
	background-color: #ffe715;		/* Amarillo Villarreal */
	transform: skewX(-10deg);
    margin-left: -1.8%;
    z-index: 150;
}

#modulo_dep .enlace_equipos a {
	border-left: 3px solid #1a496a;
	padding-left: 10px;
	position: relative;
	top: 1px;
	transform: skewX(10deg);
	color: #888e8a;
}

#modulo_dep .enlace_equipos a:hover {
	opacity: .7;
}

#modulo_dep #modulo_deportivo {
	margin-bottom: 0;
}

#modulo_dep #modulo_deportivo .ultimo_partido {
	border-right: 2px solid #ffe715;		/* Amarillo Villarreal */
	transform: skewX(-10deg);
	padding-left: 20px;
}

#modulo_dep #modulo_deportivo .ultimo_partido .row {
	transform: skewX(10deg);
}

#modulo_dep .uk-subnav {
	margin-left: 0;
	margin-top: 10px;
}

#modulo_dep .uk-subnav>* {
	padding-left: 0;
	margin-top: 0;
}

#modulo_dep .uk-subnav>*>*, #modulo_dep .uk-nav-side>li.uk-active>a, #modulo_dep .uk-nav-side>li>a {
	color: #888e8a;
	border-radius: 0;
	border-left: 3px solid #1a496a !important;
	padding: 0 10px;
	font-weight: bold;
}

#modulo_dep .uk-subnav li:first-child a, #modulo_dep .uk-nav-side>li:first-child>a {
	border-left: none !important;
}

#modulo_dep .uk-subnav-pill>.uk-active>*, #modulo_dep .uk-nav-side>li.uk-active>a {
	color: #013765;	/* Azul nuevo */
	background: none;	
}

#modulo_dep .uk-subnav-pill>*>:focus, #modulo_dep .uk-subnav-pill>*>:hover, #modulo_dep .uk-nav-side>li>a:focus, #modulo_dep .uk-nav-side>li>a:hover {
	background: none;
    box-shadow: none;
	opacity: .7;
}

#modulo_dep .uk-nav-side>li {
	float: left;
}

#modulo_dep .uk-nav {
	padding: 0 0 0 10px !important;
}

#modulo_dep .uk-width-medium-1-5 {
	width: auto;
}

#modulo_dep .modulo-dep-datos {	
	color: #ffe715;		/* Amarillo Villarreal */	
}

#modulo_dep .modulo-dep-datos span {	
	margin: 0 8px;
}

#modulo_dep .mas-info a {	
	color: #ffe715;		/* Amarillo Villarreal */	
}

#modulo_dep .mas-info a:hover {	
	opacity: .7;
}

#modulo_dep .modulo-dep-titulo {
	color: #FFF;
	line-height: 1.3vw;
}

#modulo_dep .modulo-dep-datos img {
	width: 2.2vw !important;
	height: 2.2vw;
}

#modulo_dep .modulo-dep-content .uk-margin .flex-parent {
	min-height: 62px;
}

#modulo_dep .modulo-dep-content .datos_partido {
	width: 100%;	
}

#modulo_dep .modulo-dep-content .datos_partido .ultimo_partido .row div{
	padding: 2px 0;
}

#modulo_dep .modulo-dep-content .datos_partido .proximo_partido .row div {
	padding: 2px 0;
}

#modulo_dep .modulo-dep-comp img {
	max-width: 5vw;	
}

#modulo_dep .uk-nav.flex-parent li {
	display: -ms-flex;
  	display: -webkit-flex;
  	display: flex;
  	justify-content: center;
	flex-direction: column;
}

#modulo_dep .modulo-dep-datos .resultado {
	position: relative;
	top: 7px;
	font-size: 1.7vw;
}

#modulo_dep .modulo-dep-fecha {
	color: #ffe715;		/* Amarillo Villarreal */	
	line-height: 1.3vw;
}

#modulo_dep .venta-entradas {
	background-color: #ffe715;
	transform: skewX(-10deg);
	padding: 8px 2px !important;
	width: 6vw; 
/*	width: 100px; */
	float: right;
}

#modulo_dep .venta-entradas:hover a {
/*	color: #ffe715;		/* Amarillo Villarreal */
	opacity: .7;
}

#modulo_dep .venta-entradas a {
	color: #013765;	/* Azul nuevo */
	transform: skewX(10deg);
	font-weight: bold;
	font-size: 1vw; 
/*	font-size: 14px; */
	line-height: 1.2vw;
}

#modulo_dep li {
	line-height: 34px;
}

/* Modulo deportivo responsive */

#modulo_dep_resp {
	display: none;
}

#modulo_dep_resp .modulo-dep-wrap {
	background-color: #013765;	/* Azul nuevo */
}

#modulo_dep_resp h3.uk-h3 {
	color: #013765;	/* Azul nuevo */
	text-transform: uppercase;
	font-size: 24px;
}

#modulo_dep_resp *+.uk-margin {
	margin-top: 0;
}

#modulo_dep_resp .venta-entradas a {
	background-color: #ffe715;		/* Amarillo Villarreal */
	color: #013765;	/* Azul nuevo */
	text-decoration: none;
	text-transform: uppercase;
    padding: 6px 15px;
    font-weight: bold;
    border-radius: 1px;
	font-size: 16px;
}

#modulo_dep_resp .modulo-dep-datos, #modulo_dep_resp .uk-flex-middle, #modulo_dep_resp .uk-flex-middle div {
	width: 100%;
}

#modulo_dep_resp .uk-flex-middle div.modulo-dep-comp {
	margin-bottom: 10px;
}

#modulo_dep_resp .uk-flex-middle div.modulo-dep-comp img {
	margin-right: 10px;
}

#modulo_dep_resp .uk-flex-middle div.modulo-dep-comp span {
	position: relative;
    top: 6px;
}

#modulo_dep_resp .uk-overlay-panel {
	padding: 0;
}

#modulo_dep_resp .modulo-dep-comp img {
    /*width: 18vw; */
    padding: 2vw 0 0;
}

#modulo_dep_resp .modulo-dep-datos {
	font-size: 9vw;
	color: #ffe715;		/* Amarillo Villarreal */
	margin-bottom: 0;
}

#modulo_dep_resp .modulo-dep-datos b {
	margin: 0 3vw;
	position: relative;
	top: 7px;
}

#modulo_dep_resp .modulo-dep-datos img {
	width: 18vw !important;
}

#modulo_dep_resp .modulo-dep-wrap-footer {
    padding-bottom: 10px;
    margin-bottom: 5px;
	margin-top: 12px;
}

#modulo_dep_resp .modulo-dep-estadio {
	text-transform: uppercase;
	color: #ffe715;		/* Amarillo Villarreal */
	margin-right: 10px;
}

#modulo_dep_resp .modulo-dep-fecha {
	border-left: 2px solid #FFF;
	padding-left: 10px;
}

#modulo_dep_resp .uk-slidenav-position .uk-slidenav {
	display: inherit !important;
}

#modulo_dep_resp .uk-slidenav-contrast {
    color: rgba(255,231,17,.5);
}

#modulo_dep_resp .uk-slidenav-position .uk-slidenav-previous {
	left: 0;
}

#modulo_dep_resp .uk-slidenav-position .uk-slidenav-next {
	right: 0;
}


#modulo_dep_resp .ultimo_partido .modulo-dep-datos b {
	margin: 0;
}


/*************************************************************************************************************************************************************/
/*************************************************************************** SUB MENU ************************************************************************/
/*************************************************************************************************************************************************************/


#sub-menu > ul, .sub-menu-tercer ul {
	display: flex;
  	align-items: flex-start;
  	flex-wrap: nowrap;
	background-color: transparent;
	padding-left: 0;
    margin-bottom: 0;
}


#sub-menu ul li, .sub-menu-tercer ul li {
/*	float: left; */
	border-bottom: none !important;
    text-align:center;
	list-style-type: none;
	width: 50%;	
}

#sub-menu ul li a, .sub-menu-tercer ul li a, #sub-menu ul li span, .sub-menu-tercer ul li span {
	background-color: #013765;	/* Azul nuevo */
    display: block;
    color: #ffe715;		/* Amarillo Villarreal */
    text-align: center; 
    text-decoration: none;	
	font-weight: normal;
	text-transform: uppercase;
	padding: 1vw;
    font-size: 1vw;
}

#sub-menu ul li a:hover, .sub-menu-tercer ul li a:hover, #sub-menu ul li span:hover, .sub-menu-tercer ul li span:hover {
/*	background-color:#ffe715;		/* Amarillo Villarreal */
	color: rgba(255,231,21,.7);
}

#sub-menu ul li.current a, #sub-menu ul li.active a, .sub-menu-tercer ul li.current a, .sub-menu-tercer ul li.active a,
#sub-menu ul li.current span, #sub-menu ul li.active span, .sub-menu-tercer ul li.current span, .sub-menu-tercer ul li.active span {
	background-color:#ffe715;		/* Amarillo Villarreal */
	color: #011f39; /*Azul fuerte*/   	
}

#sub-menu ul li.parent > a:after, .sub-menu-tercer ul li.parent > a:after,
#sub-menu ul li.parent > span:after, .sub-menu-tercer ul li.parent > span:after {
	content:"";
	position: relative;
    right: -1vw;
    top: 0.8vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffe715 transparent transparent transparent;
    z-index:9999;
}

#sub-menu ul li.parent ul li.parent a:after, #sub-menu ul li.parent ul li.parent span:after {
	display: none;
}

#sub-menu ul li:hover.parent > a:after, #sub-menu ul li:hover.current > a:after, #sub-menu ul li.active > a:after.
.sub-menu-tercer ul li:hover.parent > a:after, .sub-menu-tercer ul li:hover.current > a:after, .sub-menu-tercer ul li.active > a:after,
#sub-menu ul li:hover.parent > span:after, #sub-menu ul li:hover.current > span:after, #sub-menu ul li.active > span:after.
.sub-menu-tercer ul li:hover.parent > span:after, .sub-menu-tercer ul li:hover.current > span:after, .sub-menu-tercer ul li.active > span:after {
	border-color: #011f39 transparent transparent transparent;
}

#sub-menu ul li.current a, .sub-menu-tercer ul li.current a, #sub-menu ul li.current span, .sub-menu-tercer ul li.current span {
	background-color:#ffe715;		/* Amarillo Villarreal */
	color: #011f39; /*Azul fuerte*/   	
}

#sub-menu ul ul, .sub-menu-tercer ul ul {
    display: none;
    position: absolute;  
	padding-left: 0;
	margin-left: 0;
	width: inherit; 
}

#sub-menu ul ul li, .sub-menu-tercer ul ul li {
	width: inherit;
}

#sub-menu ul ul a, .sub-menu-tercer ul ul a {
    background-color: #013765;	/* Azul nuevo */
    display: block;
    color: #ffe715;		/* Amarillo Villarreal */
    text-align: center; 
    text-decoration: none;	
	font-weight: normal;
	text-transform: uppercase;
	padding: 1vw;
    font-size: 1vw;
}

#sub-menu ul li:hover ul, .sub-menu-tercer ul li:hover ul {
    display: block;
	z-index: 2;
}

#sub-menu ul li:hover.parent > a:after, #sub-menu ul li.active > a:after,
.sub-menu-tercer ul li:hover.parent > a:after, .sub-menu-tercer ul li.active > a:after,
#sub-menu ul li:hover.parent > span:after, #sub-menu ul li.active > span:after,
.sub-menu-tercer ul li:hover.parent > span:after, .sub-menu-tercer ul li.active > span:after
{
	border-color: #011f39 transparent transparent transparent;
}

#sub-menu ul li.active ul li a, .sub-menu-tercer ul li.active ul li a, #sub-menu ul li.active ul li span, .sub-menu-tercer ul li.active ul li span {
	background-color: #013765;	/* Azul nuevo */
	color: #ffe715;		/* Amarillo Villarreal */
}

#sub-menu ul li.active ul li.active a, #sub-menu ul li.active ul li:hover a,
.sub-menu-tercer ul li.active ul li.active a, .sub-menu-tercer ul li.active ul li:hover a,
#sub-menu ul li.active ul li.active span, #sub-menu ul li.active ul li:hover span,
.sub-menu-tercer ul li.active ul li.active span, .sub-menu-tercer ul li.active ul li:hover span
{
	background-color: #ffe715;		/* Amarillo Villarreal */
	color: #011f39; /*Azul fuerte*/
}
/*
#sub-menu ul li:nth-child(2) ul {
	width: 49%;
}
*/
#sub-menu ul li:last-child ul {
	width: 40%;
}

div.module.sub-menu-tercer {
	margin-bottom: 20px !important;
}

/*********************************************************************************************************************************************/
/**************************************************** SUB MENU RESP ************************************************************************/
/**************************************************************************************************************************************/

#sub-menu .sm-parent {
	display: none;
	background-color: #013765;	/* Azul nuevo */
	height: 50px;
}

#sub-menu .sm-parent .menu-icon-cont {
/*	width: 100%; */
    padding-left: 16px;
}

#sub-menu .sm-parent .menu-icon-cont span {
	background: #ffe715;
    height: 2px;
    border-radius: 0em;
}

#sub-menu .sm-parent .menu-icon-cont:before {
    line-height: 46px;
    left: 100%;
	right: 0;
	padding: 0 10px 0 0;
	background: rgba(0,0,0,0);
	color: #ffe715;		/* Amarillo Villarreal */
	font-size: 24px;
	font-family: 'Roboto Condensed', Helvetica, Arial;
}

.sm-overlay-818 .sm-overlay-win, .sm-overlay-847 .sm-overlay-win, .sm-overlay-895 .sm-overlay-win, .sm-overlay-896 .sm-overlay-win, .sm-overlay-897 .sm-overlay-win, .sm-overlay-898 .sm-overlay-win {
	background: #e2cf4e !important;
}

.off-menu_818 dl a, .off-menu_818 dl a:link, .off-menu_818 dl.level1 a, .off-menu_818 dl.level1 a:link, 
.off-menu_847 dl a, .off-menu_847 dl a:link, .off-menu_847 dl.level1 a, .off-menu_847 dl.level1 a:link,
.off-menu_895 dl a, .off-menu_818 dl a:link, .off-menu_895 dl.level1 a, .off-menu_895 dl.level1 a:link,
.off-menu_896 dl a, .off-menu_818 dl a:link, .off-menu_896 dl.level1 a, .off-menu_896 dl.level1 a:link, 
.off-menu_897 dl a, .off-menu_818 dl a:link, .off-menu_897 dl.level1 a, .off-menu_897 dl.level1 a:link, 
.off-menu_898 dl a, .off-menu_818 dl a:link, .off-menu_898 dl.level1 a, .off-menu_898 dl.level1 a:link {
	text-transform: uppercase !important;
	font-size: 4vw !important;
	color: #013765 !important;	/* Azul nuevo */
}

.off-menu_818 dl dt.active.parent a, .off-menu_818 dl dt.active a, .off-menu_818 dl.level1 dt.active.parent a, .off-menu_818 dl.level1 dt.active a,
.off-menu_847 dl dt.active.parent a, .off-menu_847 dl dt.active a, .off-menu_847 dl.level1 dt.active.parent a, .off-menu_847 dl.level1 dt.active a,
.off-menu_895 dl dt.active.parent a, .off-menu_895 dl dt.active a, .off-menu_895 dl.level1 dt.active.parent a, .off-menu_895 dl.level1 dt.active a,
.off-menu_896 dl dt.active.parent a, .off-menu_896 dl dt.active a, .off-menu_896 dl.level1 dt.active.parent a, .off-menu_896 dl.level1 dt.active a,
.off-menu_897 dl dt.active.parent a, .off-menu_897 dl dt.active a, .off-menu_897 dl.level1 dt.active.parent a, .off-menu_897 dl.level1 dt.active a,
.off-menu_898 dl dt.active.parent a, .off-menu_898 dl dt.active a, .off-menu_898 dl.level1 dt.active.parent a, .off-menu_898 dl.level1 dt.active a {
	text-transform: uppercase !important;
	font-size: 4vw !important;
	color: #013765 !important;	/* Azul nuevo */
	text-decoration: underline !important;
}

.off-menu_818 dt, .off-menu_818 dl.level1 dt,
.off-menu_847 dt, .off-menu_847 dl.level1 dt,
.off-menu_895 dt, .off-menu_895 dl.level1 dt,
.off-menu_896 dt, .off-menu_896 dl.level1 dt,
.off-menu_897 dt, .off-menu_897 dl.level1 dt,
.off-menu_898 dt, .off-menu_898 dl.level1 dt {
    padding: 2px 15px 2px 15px !important;
}

.sm-btn-818, .sm-btn-847, .sm-btn-895, .sm-btn-896, .sm-btn-897, .sm-btn-898 {
	background: none !important;
}

.sm-close:before {
	color: #013765 !important;	/* Azul nuevo  */
	content: "CERRAR" !important;
	background: none !important;
	display: none;
}

.sm-close span {
	background: #013765 !important;	/* Azul nuevo */
}

#off-menu_818 dt .link a:after, #off-menu_818 dt .link a:before,
#off-menu_847 dt .link a:after, #off-menu_847 dt .link a:before,
#off-menu_895 dt .link a:after, #off-menu_895 dt .link a:before,
#off-menu_896 dt .link a:after, #off-menu_896 dt .link a:before,
#off-menu_897 dt .link a:after, #off-menu_897 dt .link a:before,
#off-menu_898 dt .link a:after, #off-menu_898 dt .link a:before {
	content: '';
}

/* Oculta la opcion buscar del menu noticias */
#off-menu_818 dt.level1.off-nav-3260, 
#off-menu_847 dt.level1.off-nav-3260, 
#off-menu_895 dt.level1.off-nav-3397 {
	display: none;
}

.sm-overlay-win .sm-menu.sm-tree {
	vertical-align: top !important;
    position: relative;
    top: 60px;
}


/********************************************************************************************************************************/
/************************************************** MENU FOOTER ************************************************************************/
/************************************************************************************************************************************/

#yt_copyright {
	padding-right: 0 !important;
	font-size: 14px;
}

#yt_copyright .copyright {
	position: relative;
	top: 1px;
	float: right;
}

#menu_footer {
	display: inline;
	padding-left: 0 !important;
}

#menu_footer ul.menu {
	list-style: none;
}

#menu_footer ul.menu li {
	float: left;
}

#menu_footer ul.menu li a {
	padding: 0 11px;
    color: #011f39 !important;		/* Azul mas fuerte */
    font-family: 'Oswald', sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase;	
	font-size: 14px;
}

#yt_footer #yt_copyright {
	color: #011f39 !important;		/* Azul mas fuerte */
	font-family: 'Oswald', sans-serif !important;
}

#menu_footer ul.menu li a:hover {
/*	color: #011f39 !important;		/* Azul mas fuerte */
	opacity: .7;
}



/***********************************************************************************************************************************************************************/
/************************************************************************ PATROCINADORES FOOTER ************************************************************************/
/***********************************************************************************************************************************************************************/
/*
#patrocinadores_footer {
	padding: 15px 0 0;
}
*/
#patrocinadores_footer #patrocinadores_footer_banners .row {
	margin: 20px 0;
}

#patrocinadores_footer , #patrocinadores_footer_sub {
	text-align: center;
	background-color: #ffe715;		/* Amarillo Villarreal */
}

#patrocinadores_footer_banners {
    width: 60%;
    margin: 0 auto;
    float: none;
}


/*
#patrocinadores_footer a {
	margin: 16px;
}

#patrocinadores_footer_sub a {
	margin: 0 28px;
}

#patrocinadores_footer_sub img {
	margin: 10px 0;
}

#patrocinadores_footer_sub {
	padding-bottom: 12px;
}
*/
/***************************************************************************************************************************************/
/************************************************ MAS NOTICIAS ************************************************************************/
/*******************************************************************************************************************************/

body#bd #maintop1 div.module.actualidad {
	margin: 50px 0 0 !important;
}


#maintop1 div.module.mas_noticias, .en-noticia {
	margin-top: 40px !important;
}

.mas_noticias .bt-cs .bt-inner img, .en-noticia .bt-inner img {
	border: none !important;
	z-index: 1;
	margin: 0 !important;
	width: 100% !important;
	outline: none !important;
}

.mas_noticias .bt-cs .bt-inner, .en-noticia .bt-inner {
	padding: 0 !important;
	text-align: center;
}

.mas_noticias .bt-cs .bt_handles li, .en-noticia .bt_handles li {
	margin-left: 8px !important;
}

.mas_noticias .bt_handles li.current a {
	background-color: #ffe715;		/* Amarillo Villarreal */
}

.mas_noticias .bt_handles li a {
	width: 40px !important;
	padding-top: 14px !important;
	padding: 5px 0 0 0 !important;
	background-image: none;
	background-color: #011f39;		/* Azul mas oscuro */
}

.mas_noticias .bt_handles li.current a {
	background-position: 0 -14px !important;
}

.mas_noticias .slide {
	width: 100% !important;
/*	margin-right: 30px !important; */
}



/* nuevo */

.mas_noticias .modcontent > div, .en-noticia {
	padding: 0 38px;
}

.mas_noticias .toda_info {
	position: absolute;
	bottom: 10%;
	padding: 1vw;
	background-color: rgba(0,0,0,.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.4vw;
	font-size: 0.7vw;
	margin-left: 1vw;
}

.mas_noticias .toda_info a i {
	font-size: 0.9vw;
	color: #ffe715;		/* Amarillo Villarreal */
}

.mas_noticias .toda_info a {
	color: #fff;
}

.mas_noticias .toda_info a:hover {
/*	color: #ffe715;		/* Amarillo Villarreal */
	opacity: .7;
}

.mas_noticias .slider-titulo a {
	color: #FFF !important;
	font-size: 1vw !important;	
	font-weight: bold !important;
}

.mas_noticias .bt-introtext {
	color: #FFF !important;
	font-size: 10px !important;
	margin-top: 2px;
	margin-bottom: 10px;
}

.mas_noticias .slider-leer {
	margin-right: 0.8vw;
}

.mas_noticias .bt-cs .bt-row {
	padding: 0;
}

.mas_noticias .bt-cs .next, .mas_noticias .bt-cs .prev, .en-noticia .next, .en-noticia .prev {
	display: inherit;
}

.mas_noticias .slides_control {
	/*height: 18.3vw !important;*/
	height: 17.7vw !important;
}

.mas_noticias .noticia-fecha {
	float: right;
	color: #ccc;
}


/********************************************************************************************************************************************/
/********************************************************* MAS NOTICIAS 2 ************************************************************************/
/****************************************************************************************************************************************/

#maintop1 div.module.mas_noticias2, .en-noticia2 {
	margin-top: 40px !important;
}

.mas_noticias2 .bt-cs .bt-inner img, .en-noticia2 .bt-inner img {
	border: none !important;
	z-index: 1;
	margin: 0 !important;
	width: 45vw !important;
	outline: none !important;
}

.mas_noticias2 .bt-cs .bt-inner, .en-noticia2 .bt-inner {
	padding: 0 !important;
	text-align: center;
}


.mas_noticias2 .slide {
	width: 100% !important;
	margin-right: 30px !important;
}

.mas_noticias2 .enlace-extra {
    margin-right: 40px;
}

.mas_noticias2 .slides_container {
    margin-left: 4.3vw;
	/*margin-right: 41px; */
	overflow: hidden;
}


/* nuevo */

.mas_noticias2 .toda_info {
	position: absolute;
	bottom: 10%;
	padding: 1vw;
	background-color: rgba(0,0,0,.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: left;
	text-transform: uppercase;
	line-height: 3vw;
	font-size: 0.7vw;
	margin: 0 1vw;
}

.mas_noticias2 .toda_info a i {
	font-size: 0.9vw;
	color: #ffe715;		/* Amarillo Villarreal */
}

.mas_noticias2 .toda_info a {
	color: #fff;
}

.mas_noticias2 .toda_info a:hover {
	color: #ffe715;		/* Amarillo Villarreal */
}

.mas_noticias2 .slider-titulo a {
	color: #FFF !important;
	font-size: 3vw !important;	
	font-weight: bold !important;
}

.mas_noticias2 .bt-introtext {
	color: #FFF !important;
	font-size: 10px !important;
	margin-top: 2px;
	margin-bottom: 10px;
}

.mas_noticias2 .slider-leer {
	display: none;
}

.mas_noticias2 .bt-cs .bt-row, .en-noticia2 .bt-row {
	padding: 0;
	margin-right: 1vw;
}

.mas_noticias2 .bt-cs .next, .mas_noticias2 .bt-cs .prev, .en-noticia2 .next, .en-noticia2 .prev {
	display: inherit;
}

.mas_noticias2 .bt_handles {
	display: none;
}

.mas_noticias2 .slides_control {
	height: 26.5vw !important;
/*	left: -100% !important; */
}

.mas_noticias2 .noticia-fecha {
	float: right;
	color: #ccc;
	font-size: 1.8vw;
}

.mas_noticias2 .slides_container {
	width: 100% !important;
}


/*************************************************************************************************************************************/
/************************************************* MAS NOTICIAS 1 ************************************************************************/
/******************************************************************************************************************************************/

#maintop1 div.module.mas_noticias1, .en-noticia1 {
	margin-top: 40px !important;
}

.mas_noticias1 .bt-cs .bt-inner img, .en-noticia1 .bt-inner img {
	border: none !important;
	z-index: 1;
	margin: 0 !important;
	width: 100vw !important;
	outline: none !important;
	max-width: 100%;
}

.mas_noticias1 .bt-cs .bt-inner, .en-noticia1 .bt-inner {
	padding: 0 !important;
	text-align: center;
}

.mas_noticias1 .bt_handles {
	display: none;
}


.mas_noticias1 .bt-cs .next, .mas_noticias1 .bt-cs .prev, .en-noticia1 .next, .en-noticia1 .prev {
	display: inherit;
	opacity: .5;
}

.mas_noticias1 .bt-cs .next, .en-noticia1 .next {
	right: 3vw;
}

.mas_noticias1 .bt-cs .prev, .en-noticia1 .prev {
	left: 3vw;
}

.mas_noticias1 .enlace-extra {
	margin-right: 15px;
}

.mas_noticias1 .mas_noticia-content-title {
	padding: 2.5vw;
    background-color: rgba(0,0,0,.5);
	position: relative;
	top: -110px;
	width: 80vw;
	margin: 0 auto;
}

.mas_noticias1 .bt-title {	
	font-size: 5.2vw !important;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 5vw;
}

.mas_noticias1 .noticia-fecha {
	font-size: 3vw;
	float: none !important;
	text-align: right;
	margin-top: 6px;
}

.mas_noticias1 .toda_info a:hover {
	color: #ffe715;		/* Amarillo Villarreal */
}

.mas_noticias1 .slider-titulo a {
	color: #FFF !important;
	font-size: 3vw !important;	
	font-weight: bold !important;
}

.mas_noticias1 .bt-introtext {
	color: #FFF !important;
	font-size: 10px !important;
	margin-top: 2px;
	margin-bottom: 10px;
}

.mas_noticias1 .slider-leer {
	display: none;
}

.mas_noticias1 .bt-cs .bt-row, .en-noticia1 .bt-row {
	padding: 0;
}

.mas_noticias1 .slides_control {
	height: 59vw !important;
}

.mas_noticias1 .noticia-fecha {
	float: right;
	color: #ccc;
}


/***********************************************************************************************************************************************************/
/************************************************************************ WIDGETKIT ************************************************************************/
/***********************************************************************************************************************************************************/

.uk-dotnav > * > * {
	height: 5px !important;
	width: 40px !important;
	border-radius: 0 !important;
}

.uk-dotnav>.uk-active>* {
	transform: inherit !important;
}

.uk-dotnav > * {
	padding-left: 8px !important;
}

.informacion_deportiva .uk-overlay-bottom {
	top: 2px !important;
	right: 10px !important;
	padding: 5px 0 0 0 !important;
}

.informacion_deportiva .uk-overlay-panel {
	height: 20px !important;
}


/***********************************************************************************************************************************************************/
/************************************************************************ JUSERTUBE ************************************************************************/
/***********************************************************************************************************************************************************/
/******************************************************************** VIDEOS DESTACADOS ********************************************************************/
/***********************************************************************************************************************************************************/

div.module.videos_portada {
	margin-top: 20px !important;
	margin-bottom: 23px !important;
}


.videos_portada .elastislide-horizontal {
	padding: 0 41px !important;
}

.videos_portada .elastislide-carousel ul li a img {
	border: 0 !important;
	height: auto !important;
	width: 100%;
}

.videos_portada .elastislide-carousel ul li {
	margin-right: 5px !important;
	/*width: 34.5%;*/
	width: 33.1%;
}

.videos_portada .player_video_destacado {
	position: absolute;
	top: 0;
}

.videos_portada .player_video_destacado {
	position: absolute;
	top: 0;
}


.videos_portada  .elastislide-wrapper nav span {
	background-color: transparent !important;
}

.videos_portada .video_destacado_titulo {
	position: absolute;
	top: 170px;
	color: transparent !important;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 2px 2px 4px #000000;
	text-transform: none;
	line-height: normal;
	padding: 10px 0 20px 0;
	width: 398px;
	text-align: left;
	background-color: rgba(0,0,0,0); /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), black);/* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), black);/* For Firefox (3.6 to 15) */
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), black);/* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(top, rgba(0,0,0,0), black); /* Standard syntax; must be last */
	overflow: hidden;	
}

.videos_portada .video_destacado_titulo div {
	text-align: center;
}

.videos_portada ul.jtubegallery  li:hover .video_destacado_titulo {
	color: #FFF !important;
}

.videos_portada .video-medio {
	position: absolute;
	top: 40%;
	left: 43%;
}

.videos_portada .icono-video {
	opacity: .5;
	color: #ffe715 !important;		/* Amarillo Villarreal */
	background: none;
	font-size: 4vw;
}

.videos_portada .video-titulo {
	color: #FFF !important;
    font-size: 1vw !important;
    font-weight: bold !important;
    background-color: rgba(0,0,0,.5);
    padding: 1vw;
	line-height: 1.4vw;
    text-transform: uppercase;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	position: absolute;
	left: -13.2vw;
	bottom: -148%;
}


.videos_portada .jtubegallery li:hover .icono-video {
	opacity: .8;
}

.videos_portada .elastislide-horizontal nav span.elastislide-next {
	background: url('../images/re-right.png');
	width: 31px;
	height: 31px;
	opacity: .7 !important;
	right: 0;
	display: none !important;
}

.videos_portada .elastislide-horizontal nav span.elastislide-prev {
	background: url('../images/re-left.png');
	width: 31px;
	height: 31px;
	opacity: .7 !important;
	left: 0;
	display: none !important;
}

.videos_portada .enlace-extra {
	margin-right: 40px;
}


/***********************************************************************************************************************************************************/
/******************************************************************** VIDEOS DESTACADOS 2 ********************************************************************/
/***********************************************************************************************************************************************************/

div.module.videos_portada2 {
	margin-top: 20px !important;
	margin-bottom: 23px !important;
}


.videos_portada2 .elastislide-horizontal {
	padding: 0 41px !important;
}

.videos_portada2 .elastislide-carousel ul li a img {
	border: 0 !important;
	height: auto !important;
	width: 100%;
}

.videos_portada2 .elastislide-carousel ul li {
	margin-right: 20px !important;
	width: 50%;
}

.videos_portada2 .player_video_destacado {
	position: absolute;
	top: 0;
}

.videos_portada2 .player_video_destacado {
	position: absolute;
	top: 0;
}

.videos_portada2 .elastislide-horizontal nav span.elastislide-prev {
	left: 0;
}

.videos_portada2 .elastislide-horizontal nav span.elastislide-next {
	right: 0;
}

.videos_portada2  .elastislide-wrapper nav span {
	background-color: transparent !important;
}

.videos_portada2 .video_destacado_titulo {
	position: absolute;
	top: 170px;
	color: transparent !important;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 2px 2px 4px #000000;
	text-transform: none;
	line-height: normal;
	padding: 10px 0 20px 0;
	width: 398px;
	text-align: left;
	background-color: rgba(0,0,0,0); /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), black);/* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), black);/* For Firefox (3.6 to 15) */
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), black);/* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(top, rgba(0,0,0,0), black); /* Standard syntax; must be last */
	overflow: hidden;	
}

.videos_portada2 .video_destacado_titulo div {
	text-align: center;
}

.videos_portada2 ul.jtubegallery  li:hover .video_destacado_titulo {
	color: #FFF !important;
}


.videos_portada2 .video-medio {
	position: absolute;
	top: 33%;
	width: 100%;
	padding: 0 10px;
}

.videos_portada2 .div-icono-video {
	text-align: center;
}

.videos_portada2 .icono-video {
	opacity: .5;
	color: #ffe715 !important;		/* Amarillo Villarreal */
	background: none;
	font-size: 8vw;
}

.videos_portada2 .video-titulo {
	color: #FFF !important;
    font-size: 1vw !important;
    font-weight: bold !important;
    background-color: rgba(0,0,0,.5);
    padding: 1vw;
	line-height: 3vw;
    text-transform: uppercase;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	font-size: 3vw !important;
}


.videos_portada2 .jtubegallery li:hover .icono-video {
	opacity: .8;
}

.videos_portada2 .elastislide-horizontal nav span.elastislide-next {
	background: url('../images/re-right.png');
	width: 31px;
	height: 31px;
	opacity: .7 !important;
}

.videos_portada2 .elastislide-horizontal nav span.elastislide-prev {
	background: url('../images/re-left.png');
	width: 31px;
	height: 31px;
	opacity: .7 !important;
}

.videos_portada2 .enlace-extra {
	margin-right: 40px;
}




/***********************************************************************************************************************************************************/
/******************************************************************** VIDEOS DESTACADOS 1 ********************************************************************/
/***********************************************************************************************************************************************************/

div.module.videos_portada1 {
	margin-top: 20px !important;
	margin-bottom: 50px !important;
}


.videos_portada1 .elastislide-horizontal {
	padding: 0 !important;
}

.videos_portada1 .elastislide-carousel ul li a img {
	border: 0 !important;
	height: auto !important;
	width: 100%;
}


.videos_portada1 .player_video_destacado {
	position: absolute;
	top: 0;
}

.videos_portada1 .player_video_destacado {
	position: absolute;
	top: 0;
}

.videos_portada1 .elastislide-horizontal nav span.elastislide-prev {
	left: 0;
}

.videos_portada1 .elastislide-horizontal nav span.elastislide-next {
	right: 0;
}

.videos_portada1  .elastislide-wrapper nav span {
	background-color: transparent !important;
}

.videos_portada1 .video_destacado_titulo {
	position: absolute;
	top: 170px;
	color: transparent !important;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 2px 2px 4px #000000;
	text-transform: none;
	line-height: normal;
	padding: 10px 0 20px 0;
	width: 398px;
	text-align: left;
	background-color: rgba(0,0,0,0); /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), black);/* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), black);/* For Firefox (3.6 to 15) */
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), black);/* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(top, rgba(0,0,0,0), black); /* Standard syntax; must be last */
	overflow: hidden;	
}

.videos_portada1 .video_destacado_titulo div {
	text-align: center;
}

.videos_portada1 ul.jtubegallery  li:hover .video_destacado_titulo {
	color: #FFF !important;
}


.videos_portada1 .video-medio {
	position: absolute;
	top: 33%;
	width: 100%;
	padding: 0 10px;
}

.videos_portada1 .div-icono-video {
	text-align: center;
}

.videos_portada1 .icono-video {
	opacity: .5;
	color: #ffe715 !important;		/* Amarillo Villarreal */
	background: none;
	font-size: 18vw;
}

.videos_portada1 .video-titulo {
	color: #FFF !important;
    font-weight: bold !important;
    background-color: rgba(0,0,0,.5);
    padding: 6vw;
	line-height: 3vw;
    text-transform: uppercase;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	font-size: 6vw !important;
	text-align: center;
}


.videos_portada1 .jtubegallery li:hover .icono-video {
	opacity: .8;
}

.videos_portada1 .elastislide-horizontal nav span.elastislide-next {
	background: url('../images/re-right.png');
	width: 31px;
	height: 31px;
	opacity: .7 !important;
}

.videos_portada1 .elastislide-horizontal nav span.elastislide-prev {
	background: url('../images/re-left.png');
	width: 31px;
	height: 31px;
	opacity: .7 !important;
}

.videos_portada1 .enlace-extra {
	margin-right: 15px;
}



/***********************************************************************************************************************************************************/
/****************************************************************** ACCESOS PORTADA ************************************************************************/
/***********************************************************************************************************************************************************/

div.module.accesos-portada {
	margin-bottom: 50px !important;	
	background: linear-gradient(#ffe715 80%, #FFF 20%);
	padding: 15px 2vw 0;
}

.accesos-portada .titulo-acceso {
	color: #013765 !important;
    font-weight: bold !important;
    font-size: 30px !important;
	margin-bottom: 15px;
}

.accesos-portada a:hover {
	color: #013765 !important;
	opacity: .7;
}

.accesos-portada .uk-slidenav, .accesos-portada .uk-slidenav-position:hover .uk-slidenav {
	display: none;
}

.accesos-portada .acceso1 img {
	clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.accesos-portada .acceso2 img {
	clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);;
}

.accesos-portada .acceso3 img {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);;
}


/**********************************************************************************************************************************/
/********************************************** BANNER PRINCIPAL ************************************************************************/
/***************************************************************************************************************************************/

#banner_principal img.peq {
	display: none;
}

#banner_principal .uk-overlay-panel {
	position: inherit;
	padding: 0;
}

#banner_principal .uk-dotnav, #banner_principal .uk-subnav {
	margin-bottom: 15px !important;
	margin-right: 41px;
}

#banner_principal .uk-margin {
	margin-bottom: 0;
}

#banner_principal .uk-slidenav-contrast {
	color: #FFF;
	opacity: 0;
}

#banner_principal .uk-slidenav-contrast:focus, #banner_principal .uk-slidenav-contrast:hover {
	opacity: 0;
}

#banner_principal .uk-position-relative:hover .uk-slidenav-contrast {
	opacity: .7;
}

#banner_principal .uk-position-relative .uk-position-top-left, #banner_principal .uk-position-relative .uk-position-top-left .uk-grid {
	margin: 0 !important;
    width: 100%;
}

#banner_principal .uk-position-relative .uk-position-top-left .uk-grid div {
	padding: 0 !important;
}

#banner_principal .uk-position-relative .uk-position-top-left {
	top: 43%;
}

#banner_principal .uk-position-relative .uk-position-top-left .uk-grid div:nth-child(2) {
	float: right;
    right: 0px;
    position: absolute;
}


#banner_principal .uk-margin a img {
	width: 100%;
}


/**********************************************************************************************************************************/
/********************************************** BANNER GESTION ENTRADAS ************************************************************************/
/***************************************************************************************************************************************/

.module.banner-gestion-entradas {
	margin-bottom: 40px !important;
}

.banner-gestion-entradas img.peq {
	display: none;
}

.banner-gestion-entradas img {
	width: 100%
}


/**********************************************************************************************************************************************/
/**************************************************** BANNER PATROCINADORES RESPONSIVE ********************************************************/
/**********************************************************************************************************************************************/

div.module.banners-patrocinadores-resp {
	margin-top: 70px !important;	
}

.patrocinadores-resp {	
	margin: 0;	
	background-color: #013765;
}

.patrocinadores-resp div {
	text-align: center;
	background-color: #013765;
	padding: 2vw 6vw;
}

.patrocinadores-resp div:nth-child(1) {
	transform: skewX(10deg);
	z-index: 10;
	margin-right: -15px;
	margin-left: 15px;
}

.patrocinadores-resp div:nth-child(1) a {
	transform: skewX(-10deg);
}

.patrocinadores-resp div:nth-child(3) {
	transform: skewX(-10deg);
	margin-left: -15px;
}

.patrocinadores-resp div:nth-child(3) a {
	transform: skewX(10deg);	
}

.patrocinadores-resp div:nth-child(2) {
	background-color: #ffe715;		/* Amarillo Villarreal */
	padding: 4.1vw 6vw;
}

/***********************************************************************************************************************************************************/
/************************************************************************ INFO BAJO ************************************************************************/
/***********************************************************************************************************************************************************/

#info_bajo {
	background-image: url('../images/fondo_info_bajo.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-color: #ffe715;		/* Amarillo Villarreal */
	color: #ffe715;		/* Amarillo Villarreal */	
	margin-top: -20px;
	padding: 40px 0;
}

#info_bajo div.yt-socialbt a i {
	font-size: 26px !important;
}

#info_bajo div.yt-socialbt {
	margin-right: 15px !important;	
}

#info_bajo div.yt-socialbt a {
	background: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
  	box-shadow: none !important;
}

#info_bajo div.yt-socialbt a:hover {
	opacity: .7;
}


/**/

#info_bajo1 {	
	text-align: center;
	background-image: url('../images/info_bajo_separador.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 124px;
	
}


#info_bajo1 .social_bajo {
	position: relative;
	top: 60px;
	padding: 20px 40px;
}

#info_bajo1 a {
	margin: 0 5px;
	color: #ffe715;		/* Amarillo Villarreal */
}

/**/

#info_bajo2 {	
	background-image: url('../images/info_bajo_separador.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 124px;
	
}

#info_bajo2 .info-bajo-vyp {
    position: relative;
    top: 49px;
    left: 45px;
}

#info_bajo2 .info-bajo-contacto {
	text-align: center;
    position: relative;
    top: 70px;
}

#info_bajo2 .info-bajo-contacto a.btn {
	border: none;
	background-color: #ffe715;		/* Amarillo Villarreal */	
	color: #013765;	
	font-size: 22px;
	padding: 8px 86px;
	text-transform: uppercase;
}

#info_bajo2 .info-bajo-contacto a:hover.btn {
	opacity: .7;
}

#info_bajo2 .info-bajo-contacto a i {
	font-size: 27px;
	margin-right: 10px;
}

/**/

#info_bajo3  {	
	background-image: url('../../../images/portada/app/movil.png');
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px;
	text-align: center
}

#info_bajo3 .tv {	
	position: relative;
	top: 14px;
}

#info_bajo3 .tv a:hover {	
	opacity: .7;
}

#info_bajo3 .app .app-title , #info_bajo3 .app .app-btn {
	float: left;
	display: inline;
}

#info_bajo3 .app .app-title {
	position: relative;
	top: 14px;
	font-size: 26px;
	left: -10px;
	line-height: 24px;
}

#info_bajo3 .app .app-btn {
	position: relative;
	left: 48px;
	line-height: 43px;	
	top: -2px;
}


/*********************************************************************************************************************************************************/
/************************************************** ARTÍCULOS **************************************************************************/
/***************************************************************************************************************************************************/

header.article-header {
	height: 510px;
	display: flex !important;
  	justify-content: center;
	align-items: center;
}

header.article-header:before {
	content:"";
	width: 100%;
	height: 510px;
	background-color: #000;
	position: absolute;
	opacity: .3;
}

header.article-header .page-header {
	margin: 0 !important;
	border: none !important;
	position: relative !important;
}

header.article-header .page-header h1 {
	color: #FFF !important;
	text-transform: uppercase !important;
	font-size: 3vw !important;
	font-weight: bold !important;
	text-align: center;
}

header.article-header .page-header h1 span {
	color: #ffe715;		/* Amarillo Villarreal */
}

.all_article {
	max-width: 1200px;
	margin: 40px auto 0;
	line-height: 32px;
	font-family: Arial, sans-serif;
}

.itemView p {
	line-height: 32px;
}

.en_articulo {
	margin-bottom: 40px;
}




/* Letrero para las galerias */
/*
#maintop1 div.module {
	margin-top: -40px !important;	
}
*/

#maintop1 .module h3.modtitle {
	font-size: 36px;
	color: #FFF;
	text-shadow: 2px 2px 4px #000;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	padding: 20px;
	position: relative;
	top: 300px;
	z-index: 1;
	border-bottom: none;
	display: inline;
}



/**************************************************************************************************************************************/
/********************************************* PAGINACION **************************************************************************/
/***********************************************************************************************************************************************/

.pager li > a , .pager li > span {
	background: none !important;
}



/***********************************************************************************************************************************/
/************************************************* FOOTER ***********************************************************************/
/*********************************************************************************************************************************/

#yt_footer {

	background: #ffe715;		/* Amarillo Villarreal */
}

#yt_footer .container {
	position: relative;
	left: -45px;
}


/****************************************************************************************************************************/
/*********************************************** FORMULARIOS ******************************************************************/
/*******************************************************************************************************************************/

.bfQuickMode input[type=text], .bfQuickMode input[type=password], .bfQuickMode select {
	color: #CACACA !important;
}

.bfQuickMode select {
	background-color: #1b1b1b !important;
}

.module-inner3 h3.modtitle {
	visibility: hidden;
}

.module-inner1 .btn-special {
	display: none;
}

form.bfQuickMode section.bfElemWrap {
	border-bottom: 1px solid #d1d7db !important;
}

.bfQuickMode section.bfElemWrap {
	padding: 6px 5px 12px 5px !important;
}

form.bfQuickMode .bfMaxLengthCounter {
	display: none;
}

form.bfQuickMode section.bfElemWrap {
	background: #FFF !important;
}

/**/


form.bfQuickMode input[type='submit'], .bfQuickMode input[type='reset'], .bfQuickMode button {
	color: #FFF !important;
}

.bfQuickMode input[type=file] {
	color: #CACACA !important;
}

form.bfQuickMode input[type='reset'], form.bfQuickMode button {
	background-image: none !important;
	background-color: transparent !important;	/* Azul nuevo */
	color: #013765 !important;	/* Azul nuevo */
	border: none !important;    
    font-size: 34px !important;
	position: relative;
	top: -5px;
}

form.bfQuickMode input[type='submit'], form.bfQuickMode .bfSubmitButton {
	background-image: none !important;
	background-color: #013765 !important;	/* Azul nuevo */
	color: #FFF !important;	/* Azul nuevo */
	border: none !important;  
	padding: 20px !important;
}


form.bfQuickMode input[type='submit']:hover, form.bfQuickMode input[type='reset']:hover, form.bfQuickMode button:hover {
    opacity: .7;
}

span.icon-calendar {
	margin: 0 !important;
    padding: 0 5px;
    position: relative;
    top: -4px;
}

.calendar-container table {
	max-width: inherit !important;
}

form.bfQuickMode:lang(es):after {
	content: "* Campos obligatorios";
	visibility: initial;
	color: #F00;
}

form.bfQuickMode:lang(ca):after {
	content: "* Camps obligatoris";
	visibility: initial;
	color: #F00;
}

form.bfQuickMode:lang(en):after {
	content: "* Required fields";
	visibility: initial;
	color: #F00;
}

.picker .picker__button--today, .picker .picker__button--clear {
	background: #013765 !important;	/* Azul nuevo */
}

.picker .picker__button--today:hover, .picker .picker__button--clear:hover {
	color: #FFF !important;
}

.bfQuickMode button.bfCalendar {
    height: inherit !important;
}

form.bfQuickMode input[type=file] {
	background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
	color: inherit !important;
	border: 1px solid #d1d7db;
}

.bfToolTipLabel {
	font-size: 18px !important;
	line-height: 20px;
	color: #000;
}

.bfQuickMode .bfLabelLeft .bfElementGroup, .bfQuickMode .bfLabelRight .bfElementGroup, .bfQuickMode section.bfLabelLeft .bfElementGroupNoWrap {
	width: 53% !important;
}

.bfQuickMode section.bfRolloverBg, .bfQuickMode span.bfRolloverBg {
	color: #013765 !important;	/* Azul nuevo */
}


/**************************************************************************************************************************/
/************************************************* FORMULARIOS INTERNOS************************************************************/
/****************************************************************************************************************************/

.formulario-interno {
	padding: 40px 0;
	max-width: 750px;
	margin: 0 auto;
}

.formulario-interno table {
	margin: 0 auto;
	background-color: #013765;
	border-radius: 5px;
}

.formulario-interno td {
	padding: 40px 45px 0;
}

.formulario-interno tr:last-child td {
	padding: 15px 0 25px;
}

.formulario-interno input[type=text], .formulario-interno input[type=number], .formulario-interno select, .formulario-interno textarea {
	font-size: inherit;
	width: 100%;
}

.formulario-interno label {
	font-size: inherit;
	color: #FFF;
}

.formulario-interno label a {
    color: #FFF;
    border: 1px solid;
    border-radius: 25px;
    padding: 0px 5px 2px 9px;
}

.formulario-interno button, .formulario-interno input[type=submit] {    
    background-color: #013765 !important;
    color: #FFF !important;
    border: none !important;
	font-size: 28px !important;    
}

.formulario-interno button:hover, .formulario-interno input[type=submit]:hover {    
	opacity: .7;
}

.formulario-interno textarea {
	height: auto;
}


/**************************************************************************************************************************/
/************************************************* FORM LOGIN ***************************************************************/
/****************************************************************************************************************************/

.form_login {
	margin: 0 auto;
	max-width: 500px;
	border: 5px solid #ffe715;		/* Amarillo Villarreal */
	border-radius: 5px;
	padding: 40px;
	text-align: center;
	background: url(../images/form-bg.jpg) center;
	color: #FFF;
}

.form_login label {
	display: block;
	font-size: 18px;
	color: #FFF;
}

.form_login input {
	border: none;
	border-radius: 5px;
	font-size: 18px;
	color: #013765 !important;
	width: 100%;
	max-width: 280px;
	text-align: center;
	background: #fff;
}

.cuenta-banco input {
	margin-right: 12px;
	width: inherit;
	margin-bottom: 14px;
}

.form_login input[type="checkbox"] {	
	width: inherit;
}

.form_login input[type="radio"] {	
	width: 34px;
}

.form_login input[type="file"] {	
	max-width: inherit;
	padding: 10px
}

.form_login button {	
	font-size: 18px;
	color: #013765;
	background-color: #FFF;
	border-radius: 5px;
	transition: ease-out 0.8s;
	width: 100%;
	max-width: 280px;
}

.form_login button:hover {		
	background-color: #ffe715;		/* Amarillo Villarreal */
}

.form_login p, .form_login .datos-jugadores-devolucion {
	text-align: left;
}

.form_login a {
	color: #ffe715;		/* Amarillo Villarreal */
}


/**************************************************************************************************************************/
/************************************************* CAMPAÑA ABONOS ***************************************************************/
/****************************************************************************************************************************/

/*
#rstbox_2 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

#rstbox_2 p {
	margin: 0px; 
}

#abonos-2016-17 {
	background-color: #FFF;
}

.boton-abono {
	padding: 20px 0 10px 0;
}
*/



/************************************************************************************************************************************/
/****************************************************** CAMPAÑA APP ******************************************************************/
/***************************************************************************************************************************************/

/*
#rstbox_2 .close-landing.rstbox-close, #rstbox_4 .close-landing.rstbox-close, #rstbox_5 .close-landing.rstbox-close {
	position: static !important;
	height: auto !important;
	width: auto !important;
	padding: 44px 0;
	font-size: 34pt !important;
}
*/
#rstbox_2 .rstbox-close , #rstbox_4 .rstbox-close, #rstbox_5 .rstbox-close, #rstbox_6 .rstbox-close, #rstbox_9 .rstbox-close  {
	right: 1vw !important;
	top: 1.5vw !important;
	font-size: 3vw !important;
	font-weight: bold !important;
	color: #FFF !important;
}


#rstbox_2 .close-landing.rstbox-close, #rstbox_6 .close-landing.rstbox-close, #rstbox_9 .close-landing.rstbox-close {
	position: static !important;
	height: auto !important;
	width: auto !important;
	padding: 44px 0;
	font-size: 28pt !important;
}


/*
#rstbox_3 .rstbox-close {
	right: 60px !important;
	top: 30px !important;
	font-size: 80pt !important;
	font-weight: bold !important;
}
*/
.rstbox-close span {
	padding: 0;
    line-height: 0;
}


/**********************************************************************************************************************************************/
/************************************************** ROTADOR V *****************************************************************/
/***********************************************************************************************************************************************/

div.module.rotador-v {
	margin-top: -12px !important;
	background-color: #000;
}


/*******************************************************************************************************************************************/
/**************************************************** LIVE *****************************************************************/
/******************************************************************************************************************************************/

.live-content .rstbox-content {
	width: 750px;
	margin: 0 auto;
}

.live-content .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.live-content .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**************************************************************************************************************************************/
/************************************************* NOTICIAS RELACIONADAS ***********************************************************/
/************************************************************************************************************************************/

div.module.noticias-relacionadas, #en-noticia {
	margin-bottom: 40px !important;	
}

div.module.noticias-relacionadas:lang(es):before {
	content: "NOTICIAS RELACIONADAS";
	margin: 40px auto 20px;
	text-transform: uppercase;
    color: #013765;
    font-weight: bold;
    font-size: 26px;
}

div.module.noticias-relacionadas:lang(ca):before {
	content: "NOTÍCIES RELACIONADES";
	margin: 40px auto 20px;
	text-transform: uppercase;
    color: #013765;
    font-weight: bold;
    font-size: 26px;
}

div.module.noticias-relacionadas:lang(en):before {
	content: "RELATED NEWS";
	margin: 40px auto 20px;
	text-transform: uppercase;
    color: #013765;
    font-weight: bold;
    font-size: 26px;
}

.noticias-relacionadas .enlace-extra, #en-noticia .enlace-extra {
	display: none;	
}


/**************************************************************************************************************************************/
/************************************************* VOTACIONES ***********************************************************/
/************************************************************************************************************************************/

.vote-info {
	background-color: rgba(255,231,21,.7);
    padding: 24px;
    text-align: center;
    width: 400px;
    margin: 20px auto 0;
    border-radius: 5px;
}

.vote-info form {
	margin-top: 20px;
}

.vote-info label, .vote-info input, .vote-info select {
	font-size: 16px;
}

.vote-info input {
	text-transform: uppercase;
    position: relative;
    top: -2px;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
 }


/**************************************************************************************************************************/
/************************************************* FORMULARIOS CUSTOM ************************************************************/
/****************************************************************************************************************************/

.formulario-custom {
	padding: 40px 0;
	max-width: 100%;
	margin: 0 auto;
}

.formulario-custom table {
	margin: 0 auto;	
	border-radius: 5px;
	width: 100%;
}

.formulario-custom td {
	padding: 20px 0;
	border-bottom: 1px solid #d1d7db !important;
}

.formulario-custom tr:last-child td {
	padding: 15px 0 25px;
	border-bottom: none !important;
}

.formulario-custom input[type=text], .formulario-custom input[type=number], .formulario-custom select, .formulario-custom textarea {
	font-size: inherit;
	width: 100%;
}

.formulario-custom label {
	font-size: 18px;	
}

.formulario-custom label a {
    font-size: 22px;
	color: darkorange;
}

form.formulario-custom button, form.formulario-custom input[type=submit] {    
    background-color: #013765 !important;
  	color: #FFF !important;
    border: none !important;
	font-size: 28px !important;    
}

.formulario-custom button:hover, .formulario-custom input[type=submit]:hover {    
	opacity: .7;
}

.formulario-custom textarea {
	height: auto;
}


/**/

.jtubegallery {
	padding-left: 0 !important;
}

.jtubegallery li {
	list-style: none;
}


div.loading-wrap{
    background-image: none !important;    
}

.elastislide-wrapper.elastislide-loading {
	background-image: none !important;;
}

ul.big-num {
	list-style: none;	
	padding-left: 120px;
}

ul.big-num li {
	line-height: 64px;
    font-size: 26px;
}

ul.big-num li span {
	font-size: 44px;
    font-weight: bold;
}

/**/

.wrap-login label {	
	font-size: 24px;
}

.wrap-login input[type="text"], .wrap-login input[type="password"] {	
	font-size: 16px;
}

.wrap-login .button {
	background: #013765 ;
	color: #FFF;
	font-size: 24px;
}



/*********************************************************************************************************************************************/
/***************************************************** MENSAJE ARRIBA ************************************************************************/
/*******************************************************************************************************************************************/

#mensaje_arriba a {	 
    color: #FFF;
    background-color: #c53f30;
    padding: 14px 0;
    display: block;
    text-align: center;
    font-size: 30px;
}