/* EL NOTFICADOR UNIVERSAL */

#notification{
	padding: 0;
	width: 100%;
	height: auto;
	min-height: 90px;
	background-color: #DB1715;
	color: #fff;
	font-weight: 300;
	overflow: hidden;
}

#notification .social,
#notification .tweet{ display: block; overflow: hidden;} 

	#notification .content{
		padding: 15px 15px 22px;
		display: block;
	}

	#notification .social .content{ float: right; text-align: center;}
	#notification .tweet .content{ float: left; display: flex;}

	#notification .social i{ float: left; }	
	#notification .social p{ margin: 15px 15px 0 0; display: inline-block;}
	#notification .social i{ font-size: 28px; margin: 0 10px 0 0;}
	#notification .social i.fa-youtube{ margin: 0;}
	#notification .social span{ display: inline-block; margin: 12px 0 -10px 0;}
	#notification a{ color:#fff; }
	#notification a:hover{ opacity: 0.8; }
	#notification .social a:hover i{ opacity: 0.8; }

#notification .tweet{
	border-left: 1px solid rgba(0,0,0,0.1);
}

	#notification .tweet .fa-twitter{
		display: block;
		float: left;
		clear: right;
		padding-right: 10px;
		width: 45px;
		height: 45px;
		font-size: 45px;
	}

	#notification .tweet p{
		max-width: 420px;
		padding: 5px 0 0;
		font-weight: 300;
		font-size: 12px;
	}




#notification .encuentro,
#notification .link.resultado{
	position: relative;
	overflow: hidden;
	margin: 0;
	float: left;
}

#notification .encuentro{
	margin: 7px 0 14px;
	display: flex;
	justify-content: space-between
}

#notification .encuentro.resultado{width: 80%;}

#notification .encuentro .auto-col-cool{
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
}

#notification .encuentro .equip{display: table;}

#notification .encuentro .equip h2,
#notification .encuentro .equip h3{
	display: table-cell;
	vertical-align: middle;
}

#notification .encuentro .equip h2,
#notification .encuentro .equip h3{
	font-weight: 400;
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
}

#notification .encuentro .equip h2{
	font-size: 30px;
}

#notification .encuentro .equip img{
	width: 45px;
	max-width: initial;
	height: 45px;
	padding: 0 5px;
}

#notification .encuentro .resultado{
	font-weight: 600;
	text-align: center;
	min-width: 65px;
	font-size: 30px;
}
#notification .encuentro .small-text{ 
	width:100%;
	font-size: 10px;
}

#notification .link.encuentro{	margin-top: 22px;}
#notification .link.encuentro.resultado{width: 20%;}

#notification .link.encuentro .btn-default{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	color: #DB1715;
	background-color: #FFF;
	border-bottom: 2px solid #EEE;
	padding: 5px 0;
}

#notification .link.encuentro .btn-default:hover{
	background-color: #FFF;
	color: #DB1715;
	border-bottom: 2px solid #FFF;
}

#notification .next{
	max-width: 900px;
	margin: 0 auto
}

#notification .next .date{
	margin-top: 7px;
	text-align: right;
}

#notification .center{
	display: table;
	position: relative;
	min-height: 80px;
	padding: 10px 0;
}

#notification .center  h1.title-type{
	font-size: 22px;
	color: #fff;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}

#notification .center .btn-content{
	display: table-cell;
	vertical-align: middle;
} 

#notification .center .btn-content a.btn-default{
	padding: 7px 20px;
	background-color: #b30000;
	border-bottom: 2px solid #800000;
	margin-right: 20px;
}

#notification .center .btn-content a.btn-default:hover{
	background-color: #cc0000;
}



/* NOTICIAS DESTACADAS */

#top-destacado{
	display: block;
	overflow: hidden;
	height: auto;
	padding: 0 !important;
	border-bottom: 1px solid #ccc;
}

#top-destacado .col-sm-8,
#top-destacado .col-sm-4{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#top-destacado .row{
	max-width: 1260px;
	margin: 0 auto;
}

#top-destacado article{
	display: block;
	overflow: hidden;
	position: relative;
	height: 210px;
}
#top-destacado .first article{height: 420px;}

#top-destacado article a{ 
	line-height: 0;
	text-decoration: none;
	color: #fff;
}

#top-destacado article a .thumbnail{
	margin-left: 50%;
	width: 420px;
	height: 210px;
}
#top-destacado .first article a .thumbnail{
	width: 840px;
	height: 420px;
}

#top-destacado article a .thumbnail img{
	margin-left: -50%;
	width: 100%; 
	height: auto;
	min-height: 210px;
}
#top-destacado article a:hover .thumbnail{opacity: 0.8;}

#top-destacado article a i,
#top-destacado article a h1{
	position: absolute;
	box-sizing: border-box;
	z-index: 100;
}

#top-destacado article a h1{
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	padding: 40px 60px 20px 20px;
	line-height: 1.4em;
	font-size: 16px;
	text-shadow: 0px 2px 4px #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}
#top-destacado .first article a h1{
	padding: 0 35px 35px;
	font-size: 30px;
}

#top-destacado article a i{
	bottom: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	font-size: 20px
}

#top-destacado article a i.fa-picture-o,
#top-destacado article a i.fa-image,
#top-destacado article a i.fa-play-circle-o,
#top-destacado article a i.fa-play-circle,
#top-destacado article.gallery a i.fa-align-left,
#top-destacado article.video a i.fa-align-left{
	display: none;
}

#top-destacado article.gallery a i.fa-picture-o,
#top-destacado article.gallery a i.fa-image,
#top-destacado article.video a i.fa-play-circle-o,
#top-destacado article.video a i.fa-play-circle {
	display: block;
}

#top-destacado .first article.video a i.fa-play-circle-o,
#top-destacado .first article.video a i.fa-play-circle {
	opacity: 0.5;
	display: block;
	top: 40%;
	left: 50%;
	font-size: 140px;
	margin-left: -70px;
	margin-top: -70px;
	width: 140px;
	height: 140px;
	display: block;
	text-align: center;
}


/*  MOD */

.fin-mods{
	margin-bottom: 30px;
}

.mod {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 20px 0 0;
	width: 100%;
	box-sizing: border-box;
}


/*  MOD IMAGE LINK */
.mod.image-link{ height: 150px;}
.mod.image-link.xl{height: 330px;}
.mod.image-link h2{ color: #fff; font-size: 20px;}

.mod.image-link .content{
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	text-shadow: 0px 2px 4px #000;
}

.mod.image-link.xl .content{top: 60px;left: 30px; width: 60%;}
.mod.image-link.xl .content h2{font-size: 30px;}

.mod.image-link .content p{
    font-size: 14px;
    margin: 0 0 10px;
}

.mod.image-link.xl .content p{
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0 20px;
}

.mod.image-link .thumbnail{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mod.image-link .thumbnail img{
	min-width: 100%;
	min-height: 160px;
	align-content: center;
}

.mod.image-link.xl .thumbnail img{
	min-width: 100%;
	min-height: 330px;
}

/* MOD TICKETS */

.mod.tickets{
	min-height: 330px;
	max-height: 330px;
	border: 0 solid #293989;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
	text-align: center;
}

.mod.tickets h2{
	display: block;
	font-size: 20px;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	color: #fff;
	background-color: #293989;
}

.mod.tickets h3{
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
}

.mod.tickets .equip.one h3{
	float: right;
	text-align: right;
	padding-right: 40px;
	margin-right: -40px;
}

.mod.tickets .equip.two h3{
	float: left;
	text-align: left;
	padding-left: 40px;
	margin-left: -40px;
}

.mod.tickets .date{ margin: 10px 0; color: #999;}
.mod.tickets .vs{ 
	display: block;
	position: absolute;
	top: 10px;
	margin-left: 46%;
	width: 10%;
	color: #293989; 
	font-size: 15px;
}


.mod.tickets .events{
	display: block;
	width: 100%;
	height: 290px;
    overflow-x: scroll;
}

.mod.tickets .events .event{
	position: relative;
	padding: 10px;
	border-top: 1px solid #eee;
	overflow: hidden;
}

.mod.tickets .events .event .equip{}

.mod.tickets .events .event .equip img{
	width: 35px;
	height: 35px;
	float: right;
	clear: left;
	padding:0 0 0 5px;
}

.mod.tickets .events .event .equip.two img{
	float: left;
	clear: right;
	padding:0 5px 0 0;
}

/* MOD NEWS */

.mod.news .boton-more{	margin: 0 0 0 20px;}
.mod.news article{	margin-bottom: 30px;}
.header-title .btn{	margin-left: 10px;}

.mod.news .thumbnail{
	display: block;
	overflow: hidden;
	height: auto;
}

.mod.news .thumbnail .img{
	margin-left: 50%;
	width: 330px;
	height: 200px;
}

.mod.news .thumbnail img{
	margin-left: -55%;
	width: 100%;
	height: auto;
}

.mod.news .detalle{ padding-top: 20px;}

.mod.news a h1{ font-size: 1.4em; }
.mod.news a p{ color: #333; }
.mod.news a .date{ color: #999; font-size: 12px;}

/* Anuncio MOD */

.mod.anuncio .contenido{
	position: absolute;
	top: 0;
	left: 0;
	color:#fff;
	z-index: 100;
}

.mod.anuncio .thumbnail{
	width: 100%;
	height: 300px;
}

.mod.anuncio .thumbnail img{
	width: 100%;
	height: auto;
}

/* MOD VIDEOS */
.mod.videos{
	border: 1px solid #999;
	height: auto;
}

.mod.videos article{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-top: -1px;
	border-top: 1px solid #eee;
}

.mod.videos a h1{ font-size: 1.4em;}

.mod.videos article .thumbnail{
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	background-color: #000;
	float: left;
	margin: 10px;
}

.mod.videos article .thumbnail i {
	position: absolute;
	top:30px;
	left:35px;
	color: #fff;
	font-size: 60px;
	opacity: 0.9;
	z-index: 10;
}

.mod.videos article .thumbnail .img{
	width: 240px;
	height: 120px;
	margin-left: 50%;
}
.mod.videos article .thumbnail img{
	width: 100%;
	height: auto;
	margin-left: -50%;
}

.mod.videos article .content{	padding: 10px;}

.mod.videos article.first{ height: auto;}
.mod.videos article.first .thumbnail{
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
}
.mod.videos article.first .thumbnail .img{
	width: 100%;
	height: auto;
}

.mod.videos article.first .thumbnail img{height: auto; opacity: 0.8;}
.mod.videos article.first .thumbnail i{display: none;}
.mod.videos article.first a h1{ 
	text-shadow: 0px 2px 4px #000; 
	color: #fff;
}

.mod.videos article.first .content{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}

.mod.videos article.first .content p{
	display: none;
}


/* ADD */
.add{
	display: block;
	background-color: #eee;
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
	margin: 10px 0;
}

.add img{
	max-width: 100%;
	height: auto;
	min-width: 250px;
	background-color: #ccc;
}


#redes-udechile{
	display: block;
	overflow:hidden;
	background: url("../images/bg-social-home.jpg") top center no-repeat #293989;
	background-size: 100%;
	color: #fff;
}

#redes-udechile .row{ padding: 15px 0;}

#redes-udechile h2{
	margin: 0 0 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-weight: 700;
	font-size: 35px;
	color: #fff;
}

#redes-udechile h2.title{
	font-size: 45px;
	margin-top: 30px;
	line-height: 1em;
}

#redes-udechile h2.title span{
	letter-spacing: 0em;
	font-size: 20px;
    font-weight: 700;
    color: #DB1715;
    display: block;
    margin: 0 0 0 280px;
    line-height: 1em;
}

#redes-udechile .socialmedia span{
	font-weight: 700;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1em;
}

#redes-udechile a{color: #fff;}
#redes-udechile a:hover{ text-shadow: 1px 3px 10px #000;}

#redes-udechile .socialmedia span.number{ font-size: 60px; margin-top: 10px;}
#redes-udechile .socialmedia span.name{ font-size: 30px;}

#redes-udechile .essbfc-followers-count{
	font-size: 60px !important;
	font-weight: 700 !important;
}

#redes-udechile .essbfc-followers-text{
	font-size: 16px !important;
}




/* POST & PAGE */

.breadcrumb {
    margin-top: 20px;
    background-color: #fff;
}

article.video .breadcrumb{
	background-color: #293989;
	color: #fff
}

article.video .breadcrumb a{color: #fff}

article.video .breadcrumb a:hover{
	color: #fff;
}

.super-thumbnail{
	position: relative;
	overflow: hidden;
	height: 400px;
	padding-top: 130px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: -100px;
	background-color: #000;
}

article.video .video{
	padding: 25px 15px;
}

.super-thumbnail.sub{height: auto;}

.super-thumbnail .post-thumbnail,
.super-thumbnail .post-thumbnail img{
	width: 100%;
	height: auto;
}

.super-thumbnail.portada .post-thumbnail img,
.super-thumbnail.sub .post-thumbnail img{ opacity: 0.6; }

.super-thumbnail .breadcrumb{
	position: absolute;
	z-index: 100;
	top: 130px;
	left: 10px;
}

.super-thumbnail hgroup,
.super-thumbnail .down{
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
}

.super-thumbnail hgroup h1{
	color: #fff;
	font-size: 60px;
	text-shadow: 0 2px 10px #000;
}

.super-thumbnail hgroup span{
	box-sizing: border-box;
	color:#fff;
	padding: 0 15px;
	display: block;
}

}

.super-thumbnail .down{
	top: auto;
	bottom: 5%;
	color: #fff;
	font-size: 40px;
	text-shadow: 0 2px 10px #000;
}

article.post.video,
article.post,
#player div.player,
#pageview div.related,
#postview div.related,
#player div.related{
	float: none;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #999;
}

article.post.video{
	background-color: #293989;
	color: #fff !important;
}

article.post.video a{color: #fff !important;}

article.post.video h1, article.post.video h2{
	/*sorry*/ 
	color: #fff;
	la-tia-soña.border-image-outset:  important;
}

/* article.post.video video {yo ni lo intento} */

article.post .post-meta{margin-top: 45px;}
article.post.video .post-meta{margin-top: 22px;}
article.post hgroup{margin-bottom: 10px;}
article.post hgroup h1{
	font-size: 35px; 
	color: #293988;
	padding: 0 0 25px 0px;
}

article.post hgroup h2{ font-weight: 500; }

article.post h2,
article.post h3{
	margin: 35px 0 15px;
	font-weight: 700;
}


article.post h2.title-directorio{
	margin-top: 60px;
}

article.post p,
#player .player p{ 
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 25px 0;
	font-weight: 300;
}

article.post p img{max-width: 100%;}

.post-content-gallery {
	margin-bottom: 40px;
}
.post-content-gallery-viewer {
	width: 140% !important;
	margin-left: -20%;
}
.post-content-gallery ul {
	margin-left: 0 !important;
	
}
.post-content-gallery ul li {
	
}
.post-content-gallery .lslide img {
	width: 100%;
}
.post-content-gallery li img {
	display: block;
}

.video iframe,
iframe.vrudo{
	width: 100%;
	height: 400px;
} 

article.video .content iframe.vrudo{
	display: none !important;
}

article.video .essb_displayed_top{
	display: none !important;
}

article.post ul.tags{
	display: block;
	overflow-y: hidden;
	width: 100%;
	list-style: none;
	margin: 10px 0;
}

article.post ul.tags li{
	float: left;
	padding: 5px 10px 5px 0;
	text-transform: capitalize;
}

article.post ul.tags li a{
	font-size: 12px;
	display: block;
	color: #293988;
	padding: 5px 10px;
	border: 1px solid #293988;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fff;
}

article.post ul.social-share{
	display: block;
	list-style: none;
	position: fixed;
	top: 250px;
	left: 0;
	margin: 0;
}

article.post ul.social-share li a{ 
	display: block;
	position: relative;
	width: 50px; 
	height: 50px; 
	color: #fff;
}

article.post ul.social-share li a:hover{ opacity: 0.8;}

article.post ul.social-share li a i{
	font-size: 26px;
	position: absolute;
	top:50%;
	left: 50%;
	margin: -13px 0 0 -13px;
}

article.post .row{padding:0; margin: 10px 0 30px -20px;}

article.post .row.directorio img{
	width: 100%;
	height: auto;
	padding: 0 0 5px 0;
}

article.post .row.directorio .director{
	padding: 5px 0 0 20px;
	text-align: center;
}

	article.post ul.social-share li.fb a{background-color: #3b5998;}
	article.post ul.social-share li.tw a{background-color: #1da1f2;}
	article.post ul.social-share li.go a{background-color: #D84F41;}
	article.post ul.social-share li.pi a{background-color: #bd081c;}


article.post blockquote{
	display: block;
	padding: 50px 50px 50px 180px;
	color: #fff;
	background: url("../images/quote_marks.png") 50px 50px no-repeat #293988;
	background-size: 100px;
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
	margin-left: -20%;
	width: 140%;
	box-sizing: border-box;
}

article.post ul,
article.post ol{
	margin-left: 50px;
}

article.post ol.breadcrumb{ margin-left: 0px;}

article.post ul li,
article.post ol li{
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 300;
}

#pageview div.related h2,
#postview div.related h2,
#player div.related h2{
	margin: 20px 0;
	color: #293988;
}

#pageview div.related article,
#postview div.related article,
#player div.related article{
	margin: 0 0 20px;
}

#pageview div.related article h1,
#postview div.related article h1,
#player div.related article h1{
	margin-top: 5px;
	font-size: 16px;
	color: #293988;
}

/* CAMPEONATOS */

#pageview.campeonatos article.post{ border-bottom: 0 !important;}

#pageview.campeonatos .fechas-nav{text-align: right; margin-bottom: 30px;}
#pageview.campeonatos .fechas-nav h3{padding: 0 0 10px 0;}
#pageview.campeonatos .fechas-nav .circle{
	display: block;
	float: right;
	width: 8px;
	height: 8px;
	border: 2px solid #293989;
	border-radius: 7px;
	margin: 0;
	background-color: #fff;
}

#pageview.campeonatos .fechas-nav ul{list-style: none; padding: 8px 0 0}
#pageview.campeonatos .fechas-nav ul li{
	padding: 5px 20px 5px 0;
	border-right: 2px solid #293989;
	margin: 0 5px 0;
}

#pageview.campeonatos .fechas-nav ul li a:hover,
#pageview.campeonatos .fechas-nav ul li.active a{
	font-weight: 700;
	color: #DB1715;
}

#pageview.campeonatos .fechas-nav ul li.active a:hover{
	text-decoration: none;
}

#pageview.campeonatos .fechas-nav ul li.active{
	padding: 5px 16px 5px 0;
	border-right: 6px solid #293989;
	text-decoration: none !important;
}

#pageview.campeonatos .campeonato{
	display: block;
	margin: 0 0 40px;
}

#pageview.campeonatos .campeonato img{
	width: 100% !important;
	height: auto;
	padding: 10px 0;
}

/* INFORMACIÓN BURSATIL */

#pageview.bursatil article.post{ border-bottom: 0 !important;}


#pageview.bursatil .documentos{
	display: block;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin: 10px 0 10px;
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
}

#pageview.bursatil .documentos .documento{
	margin-top: -1px;
	border-top: 1px solid #ccc;
}

#pageview.bursatil .documentos .documento .nombre,
#pageview.bursatil .documentos .documento .fecha{padding: 7px;}

#pageview.bursatil .info{
	color: #fff;
	background-color: #293989;
	padding-top: 5px;
}

#pageview.bursatil .info h2,
#pageview.bursatil .info h3{color: #fff; margin: 20px 0 10px;}

#pageview.bursatil .info .col-sm-6,
#pageview.bursatil .info .col-sm-12{margin: 10px 0;}


/* ESTABLECIMIENTO */

#pageview.escuelas hgroup{
	margin: 20px 0 40px;
}

#pageview.escuelas #map-search-input,
#pageview.escuelas #map{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
}

#pageview.escuelas #map{
	height: 390px;
}



#pageview.escuelas hgroup{margin-bottom: 10px;}
#pageview.escuelas hgroup h1{
	font-size: 35px; 
	color: #293988;
	padding: 0 0 50px 0px;
}

#pageview.escuelas hgroup h2{ font-weight: 500; }

#pageview.escuelas h2,
#pageview.escuelas h3{
	margin: 35px 0 15px;
	font-weight: 700;
}

#pageview.escuelas h2.subtitle{
	margin: -30px 0 15px;
	font-size: 
}

#pageview.escuelas p{ 
	font-size: 1em;
	line-height: 1.8em;
	margin: 25px 0;
	font-weight: 300;
}

#pageview.escuelas p.dato{
	font-size: 0.8em;
	padding-left: 20px;
}

    
#pageview.escuelas ul{ 
	margin-top: 40px;
	list-style: none;
}

#pageview.escuelas ul li{
	margin: 10px 0 5px;
	padding-left: 20px;
	background: url("../images/flecha-list.png") 1px 4px no-repeat transparent;
}

#resumen-cda{
	text-align: center;
	padding: 50px 0 600px;
	background: url("../images/bg-footer-cda.jpg") center bottom no-repeat transparent;
	background-size: 100%;
}

#resumen-cda h1,
#resumen-cda h2{
	margin: 10px 0;
}

#resumen-cda h1{ font-size: 40px;}

#resumen-cda .btn-default{ padding: 10px 40px;}





/* JUGADORES */

#player .player-image{
	display: block;
	position: relative;
	overflow: hidden;
}

#player .player-image img{width: 100%;}

#player .player-image span.gradient{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#player .player-data{
	display: block;
	overflow: hidden;
	height: auto;
	width: 100%;
	margin: 30px 0;
	color: #293988;
}

#player .player-data h2{
	font-size: 18px;
	font-weight: 300;
}

#player .player-data .player-number{
	display: block;
	width: 65px;
	height: 55px;
	float: left;
	text-align: center;
	background-color: #DB1715;
	color: #FFF;
	font-size: 30px;
	padding-top: 10px;
	margin-right: 10px;
}

#player .player-list{
	box-sizing: border-box;
	margin: 40px 0 40px 50px;
	list-style: none;
}

#player .player-list li{ 
	display: block;
	box-sizing: border-box;
	float: left;
	width: 32%;
	padding: 5px 0 0 60px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 80px;
	color: #293988;
	font-weight: 300;
}

#player .player-list li.b-day{background-image: url("../images/ico-bd.png");}
#player .player-list li.weight{background-image: url("../images/ico-kg.png");}
#player .player-list li.height{background-image: url("../images/ico-le.png");}
#player .player-list li.origin{background-image: url("../images/ico-sc.png");}
#player .player-list li.country{background-image: url("../images/ico-fl.png");}
#player .player-list li span{font-weight: 400;}

#player .player-nav{
	position: relative;
}

#player .player-nav a{
	box-shadow: 1px 2px 15px rgba(0,0,0,0.2);
	width: auto;
	height: 35px;
	min-width: 35px;
	position: absolute;
	top: 300px;
	left: 0;
	color: #000;
	padding: 10px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #999;
	z-index: 400;
	background-color: #fff;
}

#player .player-nav a.next{
	text-align: right;
	right: 0;
	left: inherit;
}

#player .player-nav a:hover{color: #293988;}

#player .player-nav a span{
	display: inline-block;
	float: left;
}

#player .player-nav a .glyphicon{font-size: 30px;
width: 35px;}

#player .player-nav a .text{
	padding: 7px 0 0;
	display: none;
	font-weight: 500;
}
#player .player-nav a:hover .text{display: block;}


/* Listas de jugadores */

#players .list.row{margin-top: 15px; margin-bottom: 15px;}
#players .header-title{ margin: 30px 0 15px;}

#players .player{margin-bottom: 10px;}
#players .player-image{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

#players .player-image img{width: 100%;}

#players .player-image span.gradient{
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#players .player-data {
	max-height: 35px;
	display: block;
	overflow:hidden;
	height: auto;
	color: #fff;
	background-color: #293988;
}

#players .player-data.ct{ 
	border-bottom: 2px solid #DB1715;
	max-height: 60px;
	min-height: 60px;
}

#players .player-data h1{
	font-size: 12px;
	padding-top: 8px;
	margin-left: 40px;
	color: #fff;
}

#players .player-data.ct h1{ margin-left: 10px;}
#players .player-data.ct .rol{
	display: block;
	margin-left: 10px;
	margin-bottom: 8px;
	font-size: 11px;
}

#players .player-data .player-number{
	display: block;
    width: 35px;
    height: 30px;
    float: left;
    text-align: center;
    background-color: #DB1715;
    color: #FFF;
    font-size: 18px;
    padding-top: 5px;
    margin-right: 5px;
}

/* area médica */

#players .player.cm .player-image{
	width: 30%;
	height:auto;
	float: left;
}

#players .player.cm .player-data{
	width: 60%;
	max-height: initial;
	float: left;
	color: #333;
	padding: 5px 10px 0;
	box-sizing: border-box;
	background-color: transparent;
	font-size: 11px;
}

#players .player.cm .player-data h1{
	color: #293988;
	margin-left: 0;
}

#players .players-content{
	float: none;
	margin: 0 auto;
	padding-bottom: 40px;
}
#players .players-content p{
	font-size: 16px;
	line-height: 1.6em;
	margin: 20px 0px;
}


#players article.post{border-bottom: 0;}

#players .players-content .sub-list.row{ margin-top: 0; margin-bottom: 0;}
#players .players-content ul{list-style: none;}
#players .players-content ul li{padding: 6px 0;}
#players .players-content ul li.title{ font-weight: 700;}


/*
#players.sub h1{
	z-index: 100;
	color: #fff;
	font-size: 60px;
	margin-top: -100px;
	position: absolute;
	letter-spacing: -2px;
	text-shadow: 0px 2px 4px #000;
}
*/


/* FORMATIVO */

#formativo{}

#formativo .about{margin: 40px 0;}
#formativo .about p{margin: 25px 0 15px;}

#formativo .tabla{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 30px;
}

#formativo .tabla .row{
	margin: -1px 0 0;
	background-color: #efefef;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#formativo .tabla .row.header{
	background-color: #293988; 
	color: #fff;
	border:0;
}

#formativo .tabla .row>div{
	display: block;
	overflow: hidden;
	position: relative;
	padding: 20px 0 0;
	height: 70px;
	text-align: center;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#formativo .tabla .row.header>div{border:0;}
#formativo .tabla .equipo{width: 40%;}
#formativo .tabla .equipo.left{
	text-align: right;
	float: left;
}
#formativo .tabla .equipo.right{
	float: right;
	text-align: left;
}

#formativo .tabla .equipo p{ display: inline; }

#formativo .tabla .equipo img{
	width: 35px;
	height: 35px;
	float: right;
	clear: left;
	padding:0 0 0 5px;
}

#formativo .tabla .equipo.right img{
	float: left;
	clear: right;
	padding: 0 5px 0 0;
}


#formativo .resultados .header-title{
	display: block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
}


#about.row{
	margin: 50px 0;
	padding: 80px 40px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#about p{
	margin: 25px 0 15px;
	font-size: 18px;
}

#about a.btn-default{
	padding:10px 40px;
}



/* LANDINGPAGE ABONADOS */

#abonados{
	background: url("../images/abonados-bg.jpg") 0 130px no-repeat #1F2166;
	background-size: 100%;
	padding-top: 350px;
	color: #fff;
}
#abonados .planesInfoContainer{
	display: flex;
}
#abonados .planesInfoContainer .lista-de-planes{
	flex:1;
}
#abonados .promo{
	margin-bottom: 50px;
	position: relative;
}

#abonados .call{
	padding-top: 50px;
	text-align: left;
}

#abonados .call h1{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 19px;
	margin: 0 0 20px;
	text-align:left;
}

#abonados .call h1 span{
	font-size: 90px;
	font-weight: 700;
	letter-spacing: -3px;
}

#abonados .call .btn-default{
	display: inline-block;
	margin: 5px;
	font-size: 14px;
	padding: 7px 12px;
}

#abonados #planes .lista-de-planes{
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px 0px 0px 10px;
	border-color: #293988;
	overflow: hidden;
	color: #000;
	flex: 1;
}
#abonados .promo .tarjetasFlying{
	position:absolute;
	top: -210px;
	right:5%;
	z-index: 10;
	width:500px;
}

#abonados #planes span{
	display: block;
	float: none;
}

#abonados #planes .plan{
	padding: 30px 0 20px;
	border-top: 1px solid #ABAADD;
	margin-top: -1px;
}

#abonados #planes .plan .nombre{ 
	text-align: right;
	color:#1F2166;
}
#abonados #planes .plan .nombre h2{
	font-weight:700;
	font-size:27px;
	color:#1F2166;
}
#abonados #planes .plan .nombre .precioPlan{
	font-size:18px;
	font-weight:700;
	color:#1F2166;
}
#abonados #planes .plan .tarjeta{ 
	text-align: center; 
	margin-top: -10px;
}
#abonados #planes .plan .beneficios{
	color:#1F2166;
	font-size:12px;
}
#abonados .lateralDiscounts{
	background: #27378C;
	padding: 40px 20px 20px;
	border-radius:0px 10px 10px 0;
	color:#fff;
}
#abonados .lateralDiscounts .descuentoItem{
	width:50%;
	padding: 10px 30px;
	box-sizing: border-box;
	float:left;
	margin-bottom:10px;
}
#abonados .lateralDiscounts .descuentoItem .logoDescuento{
	width:40%;
	float:left;
	padding:0px 10px 0 0;
	box-sizing: border-box;
}
#abonados .lateralDiscounts .descuentoItem .logoDescuento img{
	max-width:100%;
	max-height:100px;
}
#abonados .lateralDiscounts .descuentoItem .descuento{
	float:left;
	width: 60%;
	padding:0px 0px 0px 10px;
	box-sizing:border-box;
	font-size:18px;
}
#abonados .lateralDiscounts .descuentoItem .descuento .numero{
	font-size:60px;
	display: inline;
	line-height: 40px;
}
#abonados .lateralDiscounts .descuentoItem .descuento span.signodcto{
	font-size:30px;
	display: inline !important;
}
#abonados .lateralDiscounts .descuentoItem .descripcion p{
	font-size:10px;
	color:#fff;
	font-weight: 700;
}
#abonados .lateralDiscounts .disclaimer{
	margin-top:20px;
}
#abonados .lateralDiscounts .disclaimer p{
	font-size:10px;
}
#abonados span.asterisco{
	text-align: center;
	font-size: 12px;
}

#abonados .comoAbonarte {
	margin: 50px 0px;
	width: auto;
	background:#27378C;
	padding: 30px 0;
}

#abonados .comoAbonarte h1{
	display: block;
	color: #fff;
	padding: 0px 100px;
	box-sizing: border-box;
	font-size: 40px;
	width: 30%;
	float: left;
}

#abonados .comoAbonarte .itemComoAbonarte{
	width:33%;
	float:left;
	padding: 0px 50px;
	box-sizing: border-box;
}
#abonados .comoAbonarte .itemComoAbonarte .icono{
	width: 60px;
	float:left;
	max-width: 30%;
	padding: 0px 20px 0 0;
	box-sizing: border-box;
}
#abonados .comoAbonarte .itemComoAbonarte .texto{
	float:left;
	width: 70%;
}
#abonados .comoAbonarte .itemComoAbonarte .texto p{
	font-weight:100;
	font-size:12px;
}
#form-box.formSuscribers{
	background:#1F2166;
}
#form-box.formSuscribers .half{
	width:50%;
	float:left;
}
#form-box.formSuscribers .inputForm{
	margin-bottom:15px;
}
#form-box.formSuscribers .inputForm input{
	width:95%;
}
#form-box.formSuscribers .inputForm textarea{
	resize: none;
	background:none;
	color:#fff;
	height:140px;
	border-radius:15px;
}
#form-box.formSuscribers .inputForm textarea::placeholder{
	color:#aaa;
}
#form-box.formSuscribers input.form-control{
	background:none;
	border-radius:100px;
	color:#fff;
}
#form-box.formSuscribers input.form-control::placeholder{
	color:#aaa;
}

/* Contenido copas */
.copa{
	display: inline-block;
	box-sizing: border-box;
}

.copa img,
.copa span{
	display: block;
	float: left;
	margin-right: 8px;
}

.copa img{
	width: 30px;
	height: 60px;
	margin-right:0;
}

.copa span.cantidad{
	padding-top: 10px;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -2px;
	line-height: 1em;
}

.copa span.nombre{
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.6em;
}


/*  */

.fb_iframe_widget,
.fb_iframe_widget>span{
	display: block !important;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 20px;
}
.fb_iframe_widget>span>iframe{
	width: 100% !important;
}

iframe#twitter-widget-0{	margin-bottom: 20px !important;}
.instagram-media.instagram-media-rendered{
	max-width:100% !important;
	margin-bottom: 20px;
}

.pagination li span.page.current { font-weight: bold; color: #DB1715;}


/* ETC */
.page.current {
	font-weight: bold !important;
}