/* 	Reset Styling
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px
}

/*	General Styling
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	
	color: #7A7A7A;
	line-height: 24px;
	font-family: "Roboto", Helvetica, Tahoma, Arial;
	font-weight: 300;
	font-size: 14px;
	background: url("/sites/all/themes/ipress/images/Background_Julio_18_2000.jpg") no-repeat fixed center top #fff;
}
body.node-type-pagina .page-content .row{
	max-width: 1120px;
	margin: 25px;
}
body.node-type-ficha{
	background:none;
}
body.node-type-noticia{
	background: #fff;
}
body.salon-mitos, body.hall-fame{
	background: url(../images/salon_de_mitos.jpg) no-repeat fixed center top #fff;
}
::selection{
	color:#fff;
	background:#e62222
}
::-moz-selection{
	color:#fff;
	background:#e62222
}
img {
	border: none;
	max-width: 100%;
	height:auto;
	/*width:100%;*/
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
a:hover {
	color: #e62222
}
h1, h2, h3, h4, h5, h6 {
	color: #484747;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Roboto", Helvetica, Tahoma, Arial;
	font-weight: normal;
	line-height: 28px
}
h1 { font-size: 32px }
h2 { font-size: 26px }
h3 { font-size: 24px }
h4 { font-size: 18px }
h5 { font-size: 14px }
h6 { font-size: 12px }
h3.titulo {margin-bottom: 30px;}
p {
	margin-bottom: 30px
}
p:last-child {
	margin-bottom: 0
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
ol {
	padding: 0;
	margin: 0
}
ol li {
	list-style: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	line-height: 24px
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
cite {
	float: right;
	padding: 0 0 5px 0
}
hr {
	background: #e6e6e6;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative
}
pre {
	color: #333;
	white-space: initial;
	border-radius: 3px;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	white-space: initial;
	margin: 5px 0 20px 0;
	overflow: auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
code {
	color: #333;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	border-radius: 3px;
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea { 
	white-space:pre; 
}
/*	Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}
.alpha {margin-left: 0 !important}
.omega {margin-right: 0 !important}

/*	Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid_1 {width:6.333%}
.grid_2 {width:14.667%}
.grid_3 {width:23.0%}
.grid_4 {width:31.333%}
.grid_5 {width:39.667%}
.grid_6 {width:48.0%}
.grid_7 {width:56.333%}
.grid_8 {width:64.667%}
.grid_9 {width:73.0%}
.grid_10 {width:81.333%}
.grid_11 {width:89.667%}
.grid_12 {width:98.0%}
.grid_12:after {
	content: "";
	clear: both;
}
.grid_full {
	width:100%;
}
.grid_1_5 {
	width:18.0%;
}
.grid_2_5 {
	width:38.0%;
}
.grid_3_5 {
	width:58.0%;
}
.grid_4_5 {
	width:78.0%;
}
.grid_1.alpha,.grid_1.omega {
	width:7.333%;
}
.grid_2.alpha,.grid_2.omega {
	width:15.667%;
}
.grid_3.alpha,.grid_3.omega {
	width:24.0%;
}
.grid_4.alpha,.grid_4.omega {
	width:32.333%;
}
.grid_5.alpha,.grid_5.omega {
	width:40.667%;
}
.grid_6.alpha,.grid_6.omega {
	width:49.0%;
}
.grid_7.alpha,.grid_7.omega {
	width:57.333%;
}
.grid_8.alpha,.grid_8.omega {
	width:65.667%;
}
.grid_9.alpha,.grid_9.omega {
	width:74.0%;
}
.grid_10.alpha,.grid_10.omega {
	width:82.333%;
}
.grid_11.alpha,.grid_11.omega {
	width:90.667%;
}
.grid_12.alpha,.grid_12.omega {
	width:99.0%;
}
.grid_1_5.alpha,.grid_1_5.omega {
	width:19.0%;
}
.grid_2_5.alpha,.grid_2_5.omega {
	width:39.0%;
}
.grid_3_5.alpha,.grid_3_5.omega {
	width:59.0%;
}
.grid_4_5.alpha,.grid_4_5.omega {
	width:79.0%;
}
.row {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
#layout {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.boxed {
	margin: 0 auto;
	width: 1170px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.boxed-margin {
	margin: 0 auto;
	width: 1170px;
	background: rgba(255, 255, 255, 0.95);
	position: relative;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
	border-radius: 10px
}
.front .boxed-margin,
.page-calendario .boxed-margin
{
	background: none;
}
.full {
	width: 100%;
	margin: 0 auto;
	/*background: #fff*/
}
.left_sidebar .posts {
	float: right
}

/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:before,
.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/* 	Header
----------------------------------------------------------------------------------------------------*/
#header {
	position : relative
}
.a_head {
	/*background: #fff;*/
}
.b_head {
	margin: 30px 0;
}
.c_head {
	/*background: #1d1e20;*/
}
.logo {
	float: left
}

.logomobile{display: none;}
.center_logo {
	float: none;
	margin: 0 auto;
	display: table;
}
.ads {
	float: right
}
.right_icons {
	margin: 0;
	position: absolute;
	right: 0;
	z-index: 490;/*99999999999*/
}
.right_icons:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.right_icons a {
	float: right;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 16px 20px;
	border-left: 1px solid #2B2B2B;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.right_icons a:hover, .search_icon i:hover, .search_icon i.activeated_search {	
	background: #e62222;
	color: #fff
}
#header .search {
	position: relative;
	margin: 0;
	float: right;
	z-index: 99;
	background-color: #000;
}
.search_icon {
	position: relative;
	cursor: pointer
}
.search_icon i {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 28px 28px;
	border-left: 1px solid #2B2B2B;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.s_form {
	position: absolute;
	display: none;
	top: 62px;
	right: 0;
	padding: 8px 10px;
	background: #FFF;
	border-radius: 3px;
	border-top: 2px solid #e62222;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
	width: 1150px;
}
.s_form .form-actions{
	display: inline-block;

}
.s_form:after {
	content: no-close-quote;
	position: absolute;
	width: 0px;
	height: 0px;
	top: -8px;
	right: 22px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid #e62222;
}
#header .search form {
	position: relative;
}
#header .search input {
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	line-height: 30px;
	height: 70px;
	border: 1px solid #eee;
	border-radius: 3px;
	font-size: 30px;
	color: #808080;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .search input[type=text] {
	width: 89%;
}
#header .search input[type=submit] {
	
}

#header .search button {
	position: absolute;
	top: 7px;
	right: 12px;
	background: none;
	border: 0;
	font-size: 11px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .search button:hover {
	color: #e62222
}
.right_bar .lang {
	float: right;
	padding: 0;
	margin: 0;
	/*border-left: 1px solid #2B2B2B;*/
	position: relative;
	right: 10px;
    top: 3px;
}

.right_bar .lang-item{
	float: left;
}

.right_bar .lang img {
	width: 30px;
}
.right_bar .lang a {
	padding: 5px;
	display: inline-block;
}
.more_lang {
	display: none;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 99;
	background: #1D1E20;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.more_lang a {
	display: block;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.more_lang a:hover {
	opacity: 1
}
.lang:hover .more_lang {	
	-webkit-animation: fadeInDown 0.5s;
	animation: fadeInDown 0.5s;
	display: block
}
#date_time {
	color: #CCC;
	margin: 0;
	padding: 5px 20px;
	display: inline-block;
	float: right;
	font-size: 12px;
	z-index: 99;
	position: relative;
	border-left: 1px solid #2B2B2B;
}

/*	Popup SignIn
----------------------------------------------------------------------*/
.sign_in {
	float: right;
	height: 29px;
	margin: 4px 0 0 0;
}
#LoginBackgroundPopup {  
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	z-index: 9997;
} 
#popupLogin {  
	display:none;
	position:fixed;
	width:360px;
	top:50%;
	left:50%;
	z-index: 9998;
	margin-left: 0;
}
#popupLogin .d_block  {  
	background: url(images/transparent.png) repeat;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	padding: 5px;
}
#popupLogin .d_block2  {  
	background: #FFF;
	padding: 18px;
}
#popupLoginClose {
	position: absolute;
	top: 25px;
	right: 33px;
	font-size: 24px;
	color: #5C5C5C;
	cursor: pointer;
}
#login_username, #login_password {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	padding: 0 10px;
	margin: 0 0 10px 0;
	line-height: 24px;
	height: 34px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.zigmaIn {
	-webkit-animation: fadeInDown 0.6s;
	animation: fadeInDown 0.6s;
}

/* 	Social
----------------------------------------------------------------------------------------------------*/
.social a {
	float: right;
	text-align: center;
	margin: 0;
	width: 35px;
	height: 35px;
	color: #DFDFDF;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	border-left: 1px solid #2B2B2B;
}
.social_head {
	float: right;
	margin: 0;
	position: relative;
}
.social a i {
	padding: 10.5px 0;
	display: block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.social a:hover i {
	
}
.social a:hover .fa-twitter, .social a:hover .icons-social-twitter, .with_color a .fa-twitter, .with_color a .icons-social-twitter { background: #00abdc }
.social a:hover .fa-facebook, .social a:hover .icons-social-facebook, .with_color a .fa-facebook, .with_color a .icons-social-facebook { background: #325c94 }
.social a:hover .fa-dribbble, .social a:hover .icons-social-dribbble, .with_color a .fa-dribbble, .with_color a .icons-social-dribbble { background: #fa4086 }
.social a:hover .fa-rss, .social a:hover .icons-rss, .with_color a .fa-rss, .with_color a .icons-rss { background: #f1862f }
.social a:hover .fa-github, .social a:hover .icons-social-github, .with_color a .fa-github, .with_color a .icons-social-github { background: #333 }
.social a:hover .fa-instagram, .with_color a .fa-instagram { background: #964b00 }
.social a:hover .fa-linkedin, .social a:hover .icons-social-linkedin, .with_color a .fa-linkedin, .with_color a .icons-social-linkedin { background: #0073b2 }
.social a:hover .fa-pinterest, .social a:hover .icons-social-pinterest, .with_color a .fa-pinterest, .with_color a .icons-social-pinterest { background: #d9031f }
.social a:hover .fa-google-plus, .social a:hover .icons-social-google-plus, .with_color a .fa-google-plus, .with_color a .icons-social-google-plus { background: #d9031f }
.social a:hover .fa-foursquare, .with_color a .fa-foursquare { background: #0cbadf }
.social a:hover .fa-skype, .social a:hover .icons-social-skype, .with_color a .fa-skype, .with_color a .icons-social-skype { background: #00b9e5 }
.social a:hover .fa-cloud, .social a:hover .icons-social-soundcloud, .with_color a .fa-cloud, .with_color a .icons-social-soundcloud { background: #ff7700 }
.social a:hover .fa-youtube, .social a:hover .icons-social-youtube, .with_color a .fa-youtube, .with_color a .icons-social-youtube { background: #d9031f }
.social a:hover .fa-tumblr, .social a:hover .icons-social-tumblr, .with_color a .fa-tumblr, .with_color a .icons-social-tumblr { background: #325c94 }
.social a:hover .fa-stackexchange, .with_color a .fa-stackexchange { background: #4e4e4e; color: #fff;border-color:#fff}
.social a:hover .fa-flickr, .social a:hover .icons-social-flickr, .with_color a .fa-flickr, .with_color a .icons-social-flickr { background: #fa4086 }
.social a:hover i {color: #fff}



/*	EU Cookie Compliance
----------------------------------------------------------------------*/

#sliding-popup .eu-cookie-compliance-default-button, 
#sliding-popup .eu-cookie-compliance-hide-button, 
#sliding-popup .eu-cookie-compliance-more-button-thank-you, 
#sliding-popup .eu-cookie-withdraw-button,
#sliding-popup .agree-button,
#sliding-popup .find-more-button {
    cursor: pointer;
    margin-right: 5px;
    margin-top: 1em;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    color: #000;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
}

#sliding-popup {
    z-index: 99999;
    text-align: center;
    background-color: white;
    padding: 10px;
}

/*	Superfish
----------------------------------------------------------------------*/
.home_class i {
	font-size: 16px
}

.sf-menu, .sf-menu * ,.menu, .menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 490; /*999999999*/
}
.sf-menu,.menu {
	float: left;
	padding: 0;
	position: relative;
	margin: 0;
	width: 100%;
	background: #1d1e20;
}
.sf-menu ul,.menu ul {
	position: absolute;
	/*top: -999em;*/
	width: 172px;
	display: none;
}
.sf-menu ul li,.menu ul li { 
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #f00
}
.sf-menu li:hover,.menu li:hover{ visibility: inherit }
.sf-menu li ,.menu li {
	float: left;
	border-right: 1px solid #2B2B2B;
	margin: 0;
	padding: 0;
	/*max-width: 170px !important;*/
	line-height: 40px !important;
	background: #1d1e20;
}
.sf-menu li li, .menu li li{
	border-bottom: 1px solid #2B2B2B;
	border-right: 0;
	margin:0;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.sf-menu li li:last-child,.menu li li:last-child{
	border-bottom: 0
}
.sf-menu li li:first-child,.menu li li:first-child{border-top: 0}
.sf-menu li li a,.menu li li a{
	padding: 12px 14px;
	line-height: 20px;
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sf-menu a,.menu a{
	display: block;
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: 200;
	padding: 16px 16px;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sf-menu li li a,.menu li li a{
	margin: 0;
	border:0
}
.sf-menu > li:hover > a, .sf-menu > li > a:hover, 
.menu > li:hover > a, .menu > li > a:hover{
	color: #fff;
}
.sf-menu li.current > a,.menu,
.menu li.current > a  {
	color: #fff;
}
.sf-menu li li:hover > a, .sf-menu li li > a:hover, .sf-menu li li.current > a,
.menu li li:hover > a, .menu li li > a:hover, .menu li li.current > a, {
	border: 0;
	color: #fff;
}
.sf-menu li li a,.menu li li a{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}
.sf-menu li li i,.menu li li i {
	margin-right: 8px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul,
.menu li:hover ul,
.menu li.sfHover ul  {
	z-index:	 999;
	top: 56px;
	padding: 0;
	-webkit-animation: fadeInDown 0.5s;
	animation: fadeInDown 0.5s;
}
.sf-menu li:hover ul li ul,
.sf-menu li.sfHover ul li ul, 
.menu li:hover ul li ul li ul,
.menu li.sfHover ul li ul li ul  {
	left: 172px;
	z-index: 999;
	top: 0 !important
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul,
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li,
ul.menu li li {
	position: relative !important
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul,
ul.menu li li:hover ul,
ul.menu li li.sfHover ul  {
	left: 172px;
	top: 0 !important;
	padding: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul,
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul,
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 172px;
	top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active,
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
	outline: 0;
}

/*** arrows **/
.sf-sub-indicator {
	position: absolute;
	display: block;
	overflow: hidden;
}
.sf-menu > li > a .sf-sub-indicator {
	display: none
}
a > .sf-sub-indicator { 
	position: absolute;
	font-size: 8px;
}
li li a .sf-sub-indicator { 
	top: 13px;
	right: 5%;
}
.mega  {padding: 0 !important;background: #1D1E20}
.col4.mega  {left: 0}
.col3.mega, .col2.mega  {}
.col1, .col2, .col3 {float:left}
.col1 {width: 25% !important}
.col2 {width: 50% !important}
.col3 {width: 75% !important}
.col4 {width: 100% !important}
.mega h4, .mega h5 {color: #fff;margin-top: 10px}

.second_menu * {
	z-index: 9999999999999999999999 !important
}
.second_menu .sf-menu a {
	font-size: 12px;
	font-weight: 400;
	padding: 6px 16px 5px
}
.second_menu .sf-menu li:hover ul, 
.second_menu .sf-menu li.sfHover ul {
	top: 32px
}
.second_menu li li a .sf-sub-indicator { 
	top: 6px
}

.block-menu-block ul, .block-menu-block li {
	background: #e62222 !important;
}

.block-menu-block li {
	border-right: none
}


.menu-level-2 .active-trail,
.menu-level-3 ul{
	background: #BDBDBD !important;
}
.menu-level-3 .active-trail{
	background: #e0b737 !important;
}

.menu-level-3 li{
	background: #BDBDBD !important;
}

/*
a.menu-tickets {
    background-color: #ffe202;
    color: black;
    font-weight: 500;
}
*/

/*	Ticker
----------------------------------------------------------------------*/
.fondo-ticker{
	background-color: #fff;
}
.ticker-wrapper.has-js {
	padding: 2px 0;
	width: 980px;
	height: 29px;
	display: block;
	float: left;
	font-size: 12px;
}
.ticker {
	width: 100%;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-title {
	display: none !important;
	padding-top: 2px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.ticker-content {
	left: 0 !important;
	margin: 0px;
	padding-top: 8px;
	position: absolute;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: underline;	
	color: #000;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #fff;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	border-bottom: 1px solid #fff;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
	float: right;
}
.right .ticker-controls {
	padding-right: 6px;
}
.freq_out {
	float: left;
	margin: 12px 12px;
	direction: ltr;
}
.freq {
	position: relative;
	width:10px;
	height:10px;
	top: 1px;
}
.inner_f {
	content: no-close-quote;
  	background-color: #e62222;
	width:4px;
	height:4px;
  	border-radius:100%;
	position: absolute;
	top:3px;
	left:3px
}
#layerBall { 
	box-shadow: 0 0 1px #e62222;
	width:10px;
	height:10px;
	border-radius:50px;
	position:absolute;
	z-index:99;
	top:0; 
	left:0;
	-webkit-animation-name: pulsee;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-duration: 2.5s;
}
#layerBall:after {
	background-color: #e62222;
	width: 10px;
	height:10px;
	border-radius:50px;
	content: no-close-quote;
	position:absolute;
	z-index:99;
}
#layerBall:before {
	box-shadow: 0 0 4px #e62222;
	width:10px;
	height:10px;
	border-radius:50px;
	content: no-close-quote;
	position:absolute;
	z-index:99;
  	-webkit-animation-name: pulseee;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-duration: 3s;
}
@-webkit-keyframes pulsee {
	0%   {-webkit-transform: scale(0);opacity: 0;}
	10%  {-webkit-transform: scale(1);opacity: 0.8;}
	50%  {-webkit-transform: scale(3);opacity: 0;}
	100% {-webkit-transform: scale(0);opacity: 0;}  
} 
@-webkit-keyframes pulseee {
	0%   {-webkit-transform: scale(0);opacity: 0;}
	10%  {-webkit-transform: scale(0.5);opacity: 0.8;}
	50%  {-webkit-transform: scale(1.5);opacity: 0;}
	100% {-webkit-transform: scale(0);opacity: 0;}  
} 
@keyframes pulsee {
	0%   {-webkit-transform: scale(0);opacity: 0;}
	10%  {-webkit-transform: scale(1);opacity: 0.8;}
	50%  {-webkit-transform: scale(3);opacity: 0;}
	100% {-webkit-transform: scale(0);opacity: 0;}  
} 
@keyframes pulseee {
	0%   {-webkit-transform: scale(0);opacity: 0;}
	10%  {-webkit-transform: scale(0.5);opacity: 0.8;}
	50%  {-webkit-transform: scale(1.5);opacity: 0;}
	100% {-webkit-transform: scale(0);opacity: 0;}  
} 
.view-ticker{
	float: left;
}

/*	Sticky
----------------------------------------------------------------------*/
.sticky {
	position: fixed !important;
	z-index: 1000;
	top: 0;
	left:0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.boxed .sticky, .boxed-margin .sticky {
	left: auto;
	width: 1170px;
}

/*	Page Content
----------------------------------------------------------------------*/
.page-content {
	margin: 50px 0;
}
.ipress_slider .item img{
	display: block;
	width: 100%;
	height: auto;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
	cursor:url(images/grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: fadeInLeft .6s ease both;
	-moz-animation: fadeInLeft .6s ease both;
	animation: fadeInLeft .6s ease both;
}
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
	0% {opacity: 1}
}
@-moz-keyframes empty {
	0% {opacity: 1}
}
@keyframes empty {
	0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
	25% { opacity: .5; -moz-transform: translateZ(-500px); }
	75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
	25% { opacity: .5; transform: translateZ(-500px); }
	75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
	0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -moz-transform: translateZ(-500px); }
	100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
	0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; transform: translateZ(-500px); }
	100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
	to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
	to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
	from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
	from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
	from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
	from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
	to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}

.owl-theme .owl-controls{
	position: absolute;
	bottom: auto;
	right: 20px;
	top: -59px;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 1px;
	padding: 5px 10px;
	font-size: 14px;
	background: #1D1E20;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	background: #e62222;
	-webkit-animation: floating 0.5s;
	animation: floating 0.5s;
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgba(134, 151, 145, 0);
	border: 1px solid #767676;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #767676;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 318px;
	background: url(images/AjaxLoader.gif) no-repeat center center
}

.owl-carousel-memorias_seleccion56 .owl-item{
	margin: 0 3px;
}


.ipress_slider .item .half {
	position: relative;
	float: left;
	width: 50%
}
.ipress_slider .item img {
	width: 100%;
}
.ipress_slider .slide_details {
	padding: 20px;
	position: absolute;
	bottom: 0;
	z-index: 500;
}
.ipress_slider .slide_details h3 {
	padding: 4px 12px;
	font-size: 14px;
	background: rgba(29, 30, 32, 0.8);
	margin: 2px 0 0 0;
}
.ipress_slider .slide_details .post_rating {
	background: rgba(29, 30, 32, 0.8);
	padding: 4px 8px
}
.ipress_slider .slide_details a {
	color: #FFF;
}
.ipress_slider .slide_details .line {
	border-bottom: 3px solid #fff;
	width: 30px;
	display: inline-block;
	margin: 0 0 10px 0;
}
.ipress_slider .owl-controls {
	bottom: -24px;
	right: 0;
}
.ipress_slider .owl-controls .owl-page span {
	width: 20px;
	height: 6px;
	margin: 0px 0 0 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #979797;
}

.posts iframe {
	width: 100%
}
.posts .title {
	position: relative;
	color: #fff;
	background: #1d1e20;
	padding: 6px 16px;
	margin: 0 0 20px 0
}
.posts .title .feed {
	position: absolute;
	right: 18px;
	top: 10px;
	font-size: 16px;
	color: #FFF;
}
.posts .title:after {
	content: no-close-quote;
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: -6px;
	left: 22px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #1d1e20;
}
.posts .title h4 {
	color: #FFF;
	font-size: 18px;
	font-weight: 200;
	margin: 0;
}
.posts .title h4 a{
	color: #FFF;
	text-decoration: underline;
}
.post_day .relative .cat, .cat-post-of-the-day a{
	right: 0;
	top: 15px;
	position: absolute;
}
.post_day .relative .cat:after,  .cat-post-of-the-day a:after{
	content: no-close-quote;
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 10px;
	right: -5px;
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid #1D1E20;
}
.post_day_content {
	padding: 10px 20px;
}
.post_m_content {
	padding: 10px 0;
}
.small_posts .s_thumb {
	position: relative;
	float: left;
	margin: 0 20px 25px 0
}
.small_posts .s_thumb div{
	margin-bottom: 10px;
}
.small_posts .s_thumb span {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #e62222;
	z-index: 99;
	color: #FFF;
	text-align: center;
	width: 20px;
	height: 20px;
	font-size: 11px;
	padding: 0 0 3px 0;
}
.small_posts li.clearfix {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ECECEC;
}
.small_posts li.clearfix:last-child {
	margin: 0;
	border-bottom: 0
}
.small_posts h3 {
	line-height: 18px;
	margin: 0 5px 5px 0;
	font-size: 14px
}
.small_posts .meta {
	font-size: 12px
}
.small_posts .cat {
	padding: 2px 8px;
	display: inline-block;
}
.post_rating {
	padding: 2px 8px;
	font-size: 12px;
	display: inline-block;
	color: #FFF !important;
	background: #1D1E20;
	z-index: 99;
	display: inline-block;
}
.post_rating i {
	padding: 0 4px 0 0;
}

.single_post h3.single_title {
	font-size: 20px
}
.share_post  {
	background: #efefef;
	margin: 0;
	min-height: 42px;
	display: inline-flex;
	width: 100%;
}
.share_post span .tag-share{
	color: #fff;
	background: #e62222;
	float: left;
	padding: 4px 10px;
}
.share_post .fb_iframe_widget span {
    padding-left: 0;
}
.share_post .socials {
	float: left;
	padding: 2px 0 0 20px;
}

#___ytsubscribe_0 .fluid-width-video-wrapper
{
	padding-top: 0 !important;
}
.posts .fluid-width-video-wrapper {
	margin-bottom: 30px;
	/*min-height: 570px;*/
	max-height: 670px !important;
}
iframe.tour-video {
    height: 658px !important;
}
.author_post .title {
	margin: 0;
}
.author_post .author_co {
	background: #EFEFEF;
	padding: 30px;
}
.author_post .author_co img {
	float: left;
	margin: 0 20px 20px 0
}
.author_post .author_co .social a {
	color: #929292;
	border-color: #EFEFEF;
}
.posts_links small {
	display: block;
	color: #CCC;
	margin-left: 30px
}
.posts_links span {
	display: block;
	margin-left: 30px
}
.posts_links i {
	position: absolute;
	color: #CCC;
	left: -20px;
	font-size: 52px;
}
.posts_links a.righter i {
	right: -20px
}
.posts_links a.righter span, .posts_links a.righter small {
	margin-right: 30px
}


.pagination-tt ul, ul.pager {
	float: left;
}
.pagination-tt ul li, ul.pager li {
	display: inline-block;
	margin: 0;
}
.pagination-tt ul li span, ul.pager li.pager-current{
	padding: 10px 12px;
	background: #1D1E20;
	color: #fff;
}
.pagination-tt ul li a, ul.pager li a {
	display: block;
	padding: 10px 12px;
	color: #fff;
	background: #e62222;
	transition: all 0.2s ease;
}
.pagination-tt ul li a:hover, ul.pager li a:hover {
	background: #1D1E20
}
.pagination-tt .pages {
	float: right;
	padding: 10px 12px;
}

.recent_comments h5 {
	margin: 0;
}
.recent_comments p {
	line-height: 18px;
}
[class^='small_slider_'] .owl-controls, [class^='carousel_'] .owl-controls, [class^='carousel-'] .owl-controls {
	position: absolute;
	bottom: auto;
	right: 0px;
	top: -49px;
}
[class^='small_slider_'] .owl-controls .owl-page span, [class^='carousel_'] .owl-controls .owl-page span, [class^='carousel-'] .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	margin: 6px;
	background: #EBEBEB
}
.ads_block img {
	margin: 0 auto;
	text-align: center
}
[class^='carousel_'] .item, [class^='carousel-'] .item{
	margin: 5px 4px;
}
[class^='carousel_'] .item img, [class^='carousel-'] .item img{
	display: block;
	width: 100%;
	height: auto;
	max-height:130px;
}
.wp-polls-ul {
	margin: 0 0 20px 0
}
.wp-polls input.Buttons {
	border: 0px;
	padding: 10px 10px;	
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background: #e62222;
	margin: 10px 10px 10px 0;
	display: inline-block;
	cursor: pointer;	
}
.wp-polls input.Buttons:hover {
	background: #1D1E20;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.cat {
	padding: 4px 10px;
	font-size: 12px;
	display: inline-block;
	color: #FFF !important;
	background: #1D1E20;
	z-index: 99
}
.title.colordefault, .cat.colordefault, li.colordefault:hover > a, li.colordefault li:hover > a, li.current.colordefault {background: #e62222}
.title.color1, .cat.color1, li.color1:hover > a, li.color1 li:hover > a, li.current.color1 {background: #30DD98}
.title.color2, .cat.color2, li.color2:hover > a, li.color2 li:hover > a, li.current.color2 {background: #d1c54a}
.title.color3, .cat.color3, li.color3:hover > a, li.color3 li:hover > a, li.current.color3 {background: #FF3C7A}
.title.color4, .cat.color4, li.color4:hover > a, li.color4 li:hover > a, li.current.color4 {background: #00FF2F}
.title.color5, .cat.color5, li.color5:hover > a, li.color5 li:hover > a, li.current.color5 {background: #00ADFF}
.title.color6, .cat.color6, li.color6:hover > a, li.color6 li:hover > a, li.current.color6 {background: #325C94}
.title.color7, .cat.color7, li.color7:hover > a, li.color7 li:hover > a, li.current.color7 {background: #FF2121}
.title.color8, .cat.color8, li.color8:hover > a, li.color8 li:hover > a, li.current.color8 {background: #465559}

.colordefault.title:after {border-top-color: #e62222 !important}
.color1.title:after {border-top-color: #30DD98 !important}
.color2.title:after {border-top-color: #d1c54a !important}
.color3.title:after {border-top-color: #FF3C7A !important}
.color4.title:after {border-top-color: #00FF2F !important}
.color5.title:after {border-top-color: #00ADFF !important}
.color6.title:after {border-top-color: #325C94 !important}
.color7.title:after {border-top-color: #FF2121 !important}
.color8.title:after {border-top-color: #465559 !important}

.colordefault.cat:after {border-left-color: #e62222 !important}
.color1.cat:after {border-left-color: #30DD98 !important}
.color2.cat:after {border-left-color: #d1c54a !important}
.color3.cat:after {border-left-color: #FF3C7A !important}
.color4.cat:after {border-left-color: #00FF2F !important}
.color5.cat:after {border-left-color: #00ADFF !important}
.color6.cat:after {border-left-color: #325C94 !important}
.color7.cat:after {border-left-color: #FF2121 !important}
.color8.cat:after {border-left-color: #465559 !important}

/*	contactForm
----------------------------------------------------------------------------------------------------*/
#contactForm span {
	margin: 11px 10px;
	display: inline-block;
	color: #F00;
}
#contactForm span strong {
	color: #F00;
}
#contactForm i {
	color: #fff;
	margin: 0 10px 0 0
}
#track_input, 
#contactForm #senderName, 
#contactForm #senderEmail {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	padding: 0 10px;
	line-height: 24px;
	height: 38px;
	background: #FDFDFD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm #message {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	padding: 16px 10px;
	background: #FDFDFD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#track_input:focus, 
#contactForm #senderName:focus, 
#contactForm #senderEmail:focus, 
#contactForm #message:focus {
	background: #fff;
	border: 1px solid #e62222;
}
#track_order label {
	font-weight: 600;
	margin-bottom: 14px;
}
#contactForm #senderEmail {
	float: right;
}
#contactForm .flr {
	margin: 0 0 10px 0 !important;
}
#contactForm .fll {
	margin: 0 0px 10px 0 !important;
}
.fieldtrue {
	border: 1px solid #1ABC5B !important
}
.fielderror {
	border-color: #F00 !important;
}
#contactForm #sendMessage {
	width: auto;
	margin-top: 20px;
	float: right;
	display:inline-block;
	cursor:pointer;
	position:relative;
	padding: 10px 16px;
	background: none;
	color: #fff;
	border: 0;
	background: #e62222;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none !important;
}
#contactForm #sendMessage:hover {
	background: #1D1E20
}
#contactForm textarea {
	width: 98%;
}

/*  Slider Reel Home
----------------------------------------------------------------------*/

.views-slideshow-controls-top{
	float: right;
	max-height: 450px;
	
}
.views-slideshow-pager-field-item{
	background-color: rgba(0, 0, 0, 0.9);
}
.views-slideshow-controls-top .active{
	background-color: rgba(255, 255, 255, 0.95);
	color: rgba(0,0,0,1) !important;
}
.views-slideshow-controls-top .active a{
	color: rgba(0,0,0,1) !important;
}
.views-slideshow-controls-top .active .titulo-reel{
	color: rgba(0,0,0,1) !important;
}

.views-slideshow-controls-top .active .icono-video img,
.views-slideshow-controls-top .active .icono-camara img{
	-webkit-filter: invert(1);
   filter: invert(1);	
}

.views-slideshow-pager-fields div{
	display: table;
}

.views-slideshow-controls-top .active:after {
	/*
	content: no-close-quote;
	position: relative;
	width: 0px;
	height: 0px;
	bottom: 10px;
	left: -5px;
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid #f00;
	z-index: 499;
	*/
}
/*
.views-slideshow-controls-top .active:after{
	content: "";
    display: block;
	background:url('../images/reel_arrow.png') no-repeat;
	width: 24px;
	height: 45px;
	position:relative;
	z-index:500;
	left:-24px;
	top:15px;
}
*/
.views-slideshow-controls-top a{
	color: #fff !important;
	/*margin: 20px 40px 20px 10px;*/
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	width: 88%;
}
.views-slideshow-pager-fields{
	max-width: 417px;
	width: 417px;
}
.views_slideshow_cycle_main{
	width: 753px;
	height: 450px;
}

.views-slideshow-cycle-main-frame{width: 753px !important;max-width: 753px !important;height: 450px;}

.views-slideshow-cycle-main-frame-row{
	width: 100% !important;
	cursor: pointer;
}

.views_slideshow_cycle_main,.views_slideshow_cycle_main img{
	width: 100%;
}
.views-slideshow-pager-field-item{
	height: 75px;
	line-height: 75px;
	position: relative;
	border-bottom: 1px solid;
}
.views-slideshow-pager-field-item:last-child{
	border-bottom: none;
}

.icono-cat{width: 34px;height: 56px;  position: absolute !important;top: 0;right: 0;}
.icono-cat.ABS	{background-image: url("../images/iconos-cat/Abs_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.ABS_F{background-image: url("../images/iconos-cat/Abs_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.ABS_F_Pr{background-image: url("../images/iconos-cat/pro_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.FPLAYA{background-image: url("../images/iconos-cat/Playa_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S15_F{background-image: url("../images/iconos-cat/s15_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S15{background-image: url("../images/iconos-cat/s15_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S16_F{background-image: url("../images/iconos-cat/s16_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S16{background-image: url("../images/iconos-cat/s16_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S17_F{background-image: url("../images/iconos-cat/s17_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S17{background-image: url("../images/iconos-cat/s17_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S18{background-image: url("../images/iconos-cat/s18_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S19_F{background-image: url("../images/iconos-cat/s19_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S19{background-image: url("../images/iconos-cat/s19_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S20_F{background-image: url("../images/iconos-cat/s20_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S20{background-image: url("../images/iconos-cat/s20_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S21{background-image: url("../images/iconos-cat/s21_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.ABS_S_F{background-image: url("../images/iconos-cat/Sala_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.ABS_S{background-image: url("../images/iconos-cat/Sala_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S19_S{background-image: url("../images/iconos-cat/Sala_s19_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S18_S{background-image: url("../images/iconos-cat/Sala_s18_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S16_S{background-image: url("../images/iconos-cat/Sala_s16_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S21_S{background-image: url("../images/iconos-cat/Sala_s21_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S17_S{background-image: url("../images/iconos-cat/Sala_s17_masc_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S17_S_F{background-image: url("../images/iconos-cat/Sala_s17_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S18_S_F{background-image: url("../images/iconos-cat/Sala_s18_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S19_S_F{background-image: url("../images/iconos-cat/Sala_s19_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.S21_S_F{background-image: url("../images/iconos-cat/Sala_s21_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.AEDFI{background-image: url("../images/iconos-cat/aedfi_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.FPLAYAS21{background-image: url("../images/iconos-cat/Playa_Sub21_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.FútPlayFEM{background-image: url("../images/iconos-cat/Playa_fem_34x56.jpg"); background-repeat: no-repeat}
.icono-cat.e-sports{background-image: url("../images/iconos-cat/e-sport_34x56.jpg"); background-repeat: no-repeat}

.icono-video,.icono-camara {float: left;margin-right: 5px;width:37px;}
.view-lista-de-noticias .icono-camara{position: absolute;right: 0;top: 10px;}
.view-lista-de-noticias .icono-video{position: absolute;right: 115px;top: 65px;}


.views-field-field-abreviatura{ position: absolute;top: 0;right: 0;}
.views_slideshow_cycle_main .views-field-field-plural{
	position: relative;
	top: -70px;
	height: 70px;
	background-color: rgba(210, 210, 210, 0.8);
}

.numReel-1{height: 449px;line-height: 449px;}
.numReel-2{height: 224px;line-height: 224px;}
.numReel-3{height: 149px;line-height: 149px;}
.numReel-4{height: 112px;line-height: 112px;}
.numReel-4:last-child{height: 112px;line-height: 112px;}
.numReel-5{height: 89px;line-height: 89px;}
.numReel-5:last-child{height: 90px;line-height: 90px;}
.numReel-6{height: 74px;line-height: 74px;width: 407px;}
.numReel-6:last-child{height: 74px;line-height: 74px;width: 407px;}

.numReel-1.active:after{top:-250px}
.numReel-2.active:after{top:-133px}
.numReel-3.active:after{top:-96px}
.numReel-4.active:after{top:-80px}
.numReel-5.active:after{top:-68px}
.numReel-6.active:after{top:-62px}

.views-field-title,.views-content-title {
    width: 100%;
}

.slider-home .owl-item div{
	position: relative;
}

.slider-home .owl-item div img{
	/*margin: -10px;*/
}

.slider-home .owl-item a img{
  height: 100px;
}

.als-txt{
	height: 65px;
	background: rgba(0, 0, 0, 0.9);
	display: inline-block;
	padding: 10px;
	text-align: left;
	font-size: 13px;
	width: 152px;
	color: #fff;
	text-decoration: none;
	line-height: normal;
	border-left: 1px solid #fff;
}
.als-txt a{
	color: #fff;
}

.owl-item img{
  width: 100%;
}
.owl-item:first-child {
  margin-left: 0;
}


.owl-item{
    display: inline-block;
    overflow: hidden;
}
.owl-item img{
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: middle;
}
.owl-item img:hover{
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}

.contenido-home .mbf.block.block-system{
	/*display: none;*/
}

.node-type-noticia.unpublished .mbf.block.block-system {
  background-color: #FFFEB0;
}

/*	Sidebar
----------------------------------------------------------------------*/
.widget {
	margin: 0 0 40px 0;
	width:100%;
	clear:both;
	float:left
}
.widget.relacionados { background-color: #fff; padding-top: 40px;}
.widget .title {
	position: relative;
	color: #fff;
	background: #1d1e20;
	padding: 6px 16px;
	margin: 0 0 20px 0
}
.widget .title:after {
	content: no-close-quote;
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: -6px;
	left: 22px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #1d1e20;
}
.widget .title h4 {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}

.widget .icono-video, .icono-camara {
    float: left;
    margin-right: 5px;
    width: 30px;
}

.small_slider_hots .owl-controls {
	right: 12px !important
}
.counter li {
	width: 48%;
	display: inline-block;
	margin: 0 0 14px 0
}
.counter i {
	width: 48px;
	height: 52px;
	position: relative;
	background: #ccc;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	float: left
}
.counter .fa:before {
	padding: 14px
}
.counter li i:after {
	content: no-close-quote;
	position: absolute;
	width: 0;
	height: 0;
	right: -6px;
	bottom: 20px;
	border-top: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-left: 6px solid #00ABDC
}
.counter .twitter i {background: #00ABDC}
.counter .twitter i:after {border-left-color: #00ABDC}

.counter .facebook i {background: #325c94}
.counter .facebook i:after {border-left-color: #325c94}

.counter .dribbble i {background: #fa4086}
.counter .dribbble i:after {border-left-color: #fa4086}

.counter .rss i {background: #f5931f}
.counter .rss i:after {border-left-color: #f5931f}

.counter span {
	float: left;
	padding: 8px 0 0 20px;
	line-height: 18px;
	font-size: 12px;
}


.widget iframe {
	width: 100%
}
.widget .list li a {
	display: block;
	border-bottom: 1px solid #E6E6E6;
	line-height: 32px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.widget .list li a span {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	float: right
}
.widget .list li:hover span {
	padding-right: 10px
}
.widget .list li.current a, .widget .list li:hover a {
	color: #5486da;
	border-bottom: 1px solid #5486da;
	background: rgba(84, 134, 218, 0.07);
	padding-left: 10px;
}
.tags i {
	margin-right: 4px
}
.tags a {
	color: #868686;
	padding: 6px 12px;
	font-size: 12px;
	margin: 0 0px 4px 0;
	display: inline-block;
	background: #F1F1F1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none !important;
}
.tags a:hover {
	background: #e62222;
	color: #fff;
}
#footer .tags a {
	background: #181717;
}
#footer .tags a:hover {
	background: #e62222;
	color: #fff !important;
}

/*-- calendar windget --*/
#wp-calendar {
	margin: 0 auto;
	width: 100% !important;
}
#wp-calendar th {
	background: #F3F3F3;
	border: 1px solid #FFF;
	padding: 4px 6px;
	text-align: center;
	font-weight: 400;
}
#wp-calendar td {
	background: #EEEEEE;
	border: 1px solid #FFFFFF;
	padding: 4px 6px;
	text-align: center;
}
#wp-calendar td.pad{
	background: #FFFFFF;
}
#wp-calendar #today {
	background: #e62222;
	color: #FFFFFF;
}
#wp-calendar #today a {
	color: #FFFFFF;
}
#wp-calendar caption {    
	text-align: center;
	background: #1D1E20;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 8px 0;
}

.r_content {
	position: absolute;
	bottom: 0;
	z-index: 99;
}
.r_content .cat {
	left: 20px;
	position: relative;
}
.r_content .r_title {
	color: #fff;
	width: 100%;
	display: inline-block;
	background: rgba(0, 0, 0, 0.39);
	margin: 4px 0 0 0;
}
.r_content .r_title a {
	display: block;
	padding: 15px 20px;
	color: #fff;
}

.latest_tweets {
	background: #36a7d6;
}
.tweets {
	color: #FFF;
	padding: 0 20px 54px;
}
.tweets .owl-controls {
	right: 0;
	bottom: -40px;
}
.tweets .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	margin: 5px 5px;
	background: #fff;
}
.latest_tweets i {
	padding: 0 4px 0 0
}
.latest_tweets h4 {
	color: #FFF;
	padding: 14px 20px;
	font-weight: 200;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.latest_tweets h4 small {
	font-weight: 100;
	font-size: 12px;
	color: #E2E2E2;
	font-style: italic;
	margin: 0 0 0 6px;
}

/*	Accordion, Toggle
----------------------------------------------------------------------*/
.accordion-head,
.toggle-head {
	position: relative;
	padding: 10px 0 10px 60px;
	margin: 8px 0 0 0;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 0;
	color: #fff;
	background: #2c3337;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.accordion-head i,
.toggle-head i {
	padding-right: 8px;
}
.sub-accordion:first-child .accordion-head,
.sub-toggle:first-child .toggle-head {
	margin: 0;
}
.active .accordion-content,
.active .toggle-content {
	border: 0;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.active .icon-minus-sign {
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.active .icon-plus-sign {
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.accordion-content,
.toggle-content {
	padding:16px;
	overflow:hidden;
}
.accordion-head-sign,
.toggle-head-sign {
	margin: 0;
	background: #e62222;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 16px;
}
.accordion-head-sign i,
.toggle-head-sign i {
	padding: 0;
	margin: 0;
}

.blockquote {
	font-family:'Philosopher', serif;
	font-size:16px;
	font-style:italic;
	text-shadow:1px 1px 3px transparent;
	color:#888;
	line-height: 24px;
	margin: 40px 20px;
	padding: 20px;
	overflow:hidden;
	border-left:5px solid #E6E6E6
}
.blockquote.left {
	width:33%;
	float:left;
}
div.blockquote.right {
	width:33%;
	float:right;
}

/*	Tabs
----------------------------------------------------------------------*/
.tabs {
	display:block;
	padding:0;
	list-style: none;
	border: 1px solid #EEE;
}
.tabs li {
	display:block;
	width:auto;
	padding:0;
	float:left;
	margin: 0;
}
.tabs li a {
	display: block;
	padding: 10px 20px;
	margin: 0;
	font-size: 12px;
	cursor: pointer;
	color: #dbdbdb;
}
.grid_3 .tabs li a {
	padding: 8px
}
.tabs li a.active {
	background: #313131;
	color: #FFF;
}
.tabs-content {
	padding: 20px 0;
	display: block;
	list-style: none
}
.tabs-content img {
	border-radius: 10px
}
.tabs-content > li {
	display:none
}
.tabs-content > li.active {
	display:block;
	overflow:hidden;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.tabs:before,
.tabs:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.tabs:after {
	clear:both;
}

/*	Tabs-plantillas
----------------------------------------------------------------------*/
.tabs-plantillas {
	display:block;
	padding:0;
	list-style: none;
	border: 1px solid #EEE;
}
.tabs-plantillas li {
	display:block;
	width:auto;
	padding:0;
	float:left;
	margin: 0;
}
.tabs-plantillas li a {
	display: block;
	padding: 10px 20px;
	margin: 0;
	font-size: 12px;
	cursor: pointer;
	color: #dbdbdb;
}
.grid_3 .tabs-plantillas li a {
	padding: 8px
}
.tabs-plantillas li a.active {
	background: #313131;
	color: #FFF;
}
.tabs-plantillas-content {
	padding: 20px 0;
	display: block;
	list-style: none
}
.tabs-plantillas-content img {
	border-radius: 10px
}
.tabs-plantillas-content > li {
	display:none
}
.tabs-plantillas-content > li.active {
	display:block;
	overflow:hidden;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.tabs-plantillas:before,
.tabs-plantillas:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.tabs-plantillas:after {
	clear:both;
}

@keyframes prot {
	20%, 40%, 60%, 80%, 100% { transform-origin: top center; }
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}
@-webkit-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
.tabs li a:hover i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	-webkit-animation: prot 1s;
	animation: prot 1s;
	z-index: 11;
}

.v_tab li {
	float: none;
	display: flex;
	margin: 0 0 10px 0;
}
.v_content {
	display: block;
	padding: 10px 20px;
	margin: 0;
	border: 2px solid #DBDBDB;
	border-radius: 6px;
}

table.table.table-precios {
    background: black !important;
    border: solid 1px #000;
}
table.table.table-precios tr{
    border-bottom:1px solid #000;
}

.table,
.table21 table {
	background:transparent !important;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
	margin:20px 0;
	padding:0;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.table th,
.table21 table th {
	font-size:14px;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	padding: 14px 8px !important;
	color:#ffffff;
	background-color:#313131;
	text-shadow:none;
}

.table th a,
.table21 table th a{
	color:#ffffff;
}
.view.table {
    margin: 0 30px;
    width: 95%;
    text-transform: uppercase;
}
.view.table td{
    text-align:left;
}



.table td,
.table21 table td { 
	padding: 14px 8px !important;
	text-align: center;
}

.table.dorsales td{
	vertical-align: middle;
}

.table tr,
.table21 table tr {
	border-bottom:1px solid #fff;
	background-color:#f8f8f8;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
}
.table tr:hover, tr.topic-sticky,
.table21 table tr:hover {
	background: #ddd;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.table tfoot td,
.table21 table tfoot td {
	padding: 14px !important;
	text-align: left;
	background:#313131;
	color:#ffffff;
	font-size:11px;
	text-shadow:none;
}
.table tfoot tr:hover,
.table21 table tfoot tr:hover{
	background:#ddd;
}

/*	Notification Boxes
----------------------------------------------------------------------*/
.notification-box {
	position: relative;
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 20px 32px 20px 20px;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	-webkit-animation: fadeInUp 1.3s;
	animation: fadeInUp 1.3s;
}
a.notification-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 12px;
}
.notification-box p {
	margin: 0;	
}
.notification-box p i {
	padding-right: 10px;
	border-right: 1px solid;
	margin-right: 10px;
}
.notification-box-info {
	color: #65cad3;
	border: 1px solid #65cad3;
}
.notification-box-success {
	color: #1abc9c;
	border: 1px solid #1abc9c;
}
.notification-box-warning {
	color: #eed880;
	border: 1px solid #eed880;
}
.notification-box-error {
	color: #e06f6f;
	border: 1px solid #e06f6f;
}
.notification-box-info a {
	color: #65cad3;
}
.notification-box-success a {
	color: #1abc9c;
}
.notification-box-warning a {
	color: #eed880;
}
.notification-box-error a {
	color: #e06f6f;
}

/*	Buttons
----------------------------------------------------------------------*/
.tbutton {
	display:inline-block;
	cursor:pointer;
	position:relative;
	word-spacing:0.2em;
	background:#e62222;
	color:#fff;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tbutton:hover {
	color:#fff;
	background: #1D1E20
}
.tbutton.color2 {
	background: #9AD147;
}
.tbutton.color2:hover {
	background: #1D1E20
}
.tbutton.color3 {
	background: #5200FF
}
.tbutton.color3:hover {
	background: #1D1E20
}
.tbutton.color4 {
	background: #09F
}
.tbutton.color4:hover {
	background: #1D1E20
}
.tbutton.color5 {
	background: #F00
}
.tbutton.color5:hover {
	background: #1D1E20
}
.tbutton.color6 {
	background: #2FEFF7
}
.tbutton.color6:hover {
	background: #1D1E20
}
.tbutton.color7 {
	background: #A58080
}
.tbutton.color7:hover {
	background: #1D1E20
}
.tbutton.color8 {
	background: #809FA5;
}
.tbutton.color8:hover {
	background: #1D1E20
}
.tbutton.color9 {
	background: #3DE4B5;
}
.tbutton.color9:hover {
	background: #1D1E20
}
.tbutton span {
	display: block;
	overflow: hidden;
}
.tbutton span {
	padding: 0 10px;
	line-height: 2.6em;
}
.tbutton.small {
	font-size: 12px;
}
.tbutton.medium {
	font-size: 14px;
}
.tbutton.large {
	font-size: 16px;
}
.tbutton.small span {
	padding: 0 14px;
	line-height: 2.3em;
}
.tbutton.medium span {
	padding: 0 16px;
	line-height: 2.6em;
}
.tbutton.large span {
	padding: 0 18px;
	line-height: 2.8em;
}

.errorpage h2 small {
	display: block;
	font-weight: 200;
	padding: 10px 0;
}

/*	Top Scroll
----------------------------------------------------------------------*/
#toTop {
	position: relative;
	float: right;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
}
#toTop i {
	display: block;
	font-size: 14px
}

/* 	Tipsy
----------------------------------------------------------------------*/
#footer {
	/*background: rgba(255, 255, 255, 0.9);*/
}
#footer a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #e62222
}
#footer .widget {
	margin: 50px 0
}
#footer .widget .title {
	background: #252729
}
#footer .widget .title:after {
	border-top: 6px solid #252729
}
#footer .small_posts li.clearfix {
	border-bottom: 1px solid #2B2B2B
}
#footer .small_posts li.clearfix:last-child {
	border-bottom: 0
}
#footer .social a {
	float: left;
	border-left: 0;
}

#newsletters {
	position: relative;
}
#newsletters input {
	margin: 0;
	padding: 0 10px;
	line-height: 24px;
	height: 34px;
	border: 1px solid #EBEBEB;
	background: #F7F7F7;
	border-radius: 3px;
	font-size: 11px;
	color: #A7A7A7;
	cursor: text;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#newsletters input:focus {
	background: #fff;
	border: 1px solid #C5C5C5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#newsletters:hover button {
	color: #191919;
}
#newsletters button {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: 0;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#newsletters button:hover {
	color: #e62222;
}
.footer_last {
	border-top: 1px solid #2B2B2B;
	padding: 20px 0
}
.footer_last:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.copyright {
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.95);
}
.legal{padding-left: 10px;}

/* 	Tipsy
----------------------------------------------------------------------*/
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000}
.tipsy-inner { padding: 1px 10px 0px; background-color: #303030; color: white; max-width: 300px; text-align: center; }
.tipsy-inner { border-radius: 4px; }
.tipsy-arrow { position: absolute; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px}
.tipsy .tipsy-arrow:before {content: no-close-quote;position: absolute;width: 0px;height: 0px}
.tipsy-n .tipsy-arrow:before {bottom: -1px;left: -2px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #303030;}
.tipsy-nw .tipsy-arrow { top: 0; left: 10px}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px}
.tipsy-s .tipsy-arrow:before {bottom: -1px;left: -2px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #303030;}
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px}
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px}
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px }
.tipsy-e .tipsy-arrow:before {bottom: -6px;right: 0px;border-right: 6px solid rgba(0, 0, 0, 0);border-top: 6px solid #303030}
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px}
.tipsy-w .tipsy-arrow:before {bottom: 6px;left: -1px;border-bottom: 6px solid rgba(0, 0, 0, 0);border-right: 6px solid #303030}
.tipsy-n div {-webkit-animation: fadeInUp 0.3s;animation: fadeInUp 0.3s;}
.tipsy-s div {-webkit-animation: fadeInDown 0.3s;animation: fadeInDown 0.3s;}
.tipsy-w div {-webkit-animation: expandOpen 0.3s;animation: expandOpen 0.3s;}
.tipsy-e div {-webkit-animation: expandOpen 0.3s;animation: expandOpen 0.3s;}

/*	More Styles
----------------------------------------------------------------------*/
.mi { margin-right: 4px !important }
.mid { margin-right: 8px !important }
.mii { margin-left: 4px !important }
.miid { margin-left: 8px !important }

.mt { margin-top: 20px !important }
.mtt { margin-top: 30px !important }
.mtf { margin-top: 40px !important }
.mtff { margin-top: 50px !important }
.mts { margin-top: 70px !important }

.mb { margin-bottom: 20px !important }
.mbt { margin-bottom: 30px !important }
.mbf { margin-bottom: 40px !important }
.mbff { margin-bottom: 50px !important }
.mbs { margin-bottom: 70px !important  }

.pt { padding-top: 120px }

.fll { float: left; margin: 0 20px 10px 0 !important }
.flr { float: right; margin: 0 0 10px 20px !important }
.tac { text-align: center !important }
.tar { text-align: right !important }
.tal { text-align: left !important }
.tacIMG, .tacIMG img {margin: 0 auto !important; text-align: center;}

.two-radius { border-radius: 2px !important; -webkit-border-radius: 2px !important }
.three-radius { border-radius: 3px !important; -webkit-border-radius: 3px !important }
.four-radius { border-radius: 4px !important; -webkit-border-radius: 4px !important }
.five-radiu { border-radius: 5px !important; -webkit-border-radius: 5px !important }
.six-radius { border-radius:6px !important; -webkit-border-radius: 6px !important }
.ten-radius { border-radius: 10px !important; -webkit-border-radius: 10px !important }
.circle-radius { border-radius: 100% !important; -webkit-border-radius: 100% !important }

.relative {position: relative !important}
.righter {float: right !important}
.lefter {float: left !important}
.hidden { display: none }
.tt {
	display: block;
	padding: 10px 0;
	border-bottom: 3px solid #DDD;
	text-align: center;
}
.without_border a {border:0 !important}
.bg_light {background : #fff}

.breaking_news {
	/*width: 100%;*/
}

.caja-ticker,.caja-ticker a{
	color: #fff;
}

.img-teaser{
	margin-top: 15px;
}

.contenido-noticia img{/*width: 100% !important;*/height: auto !important;}
.contenido-noticia {
	font-weight: 300;
	font-size: 15px;
	margin-top: 50px;
}
.contenido-noticia h1 a {
    text-decoration: underline;
    line-height: normal;
    font-size: 32px;
}
.contenido-noticia a {
	font-weight: 400;
	font-size: 15px;
	text-decoration: underline;
}
.contenido-noticia h2 a {
    font-size: inherit;
    text-decoration: underline;
}
.img-noticia img{
	width: 100%;
}
.img-noticia img.norescale {
    width: inherit;
}
.img-noticia .flex-direction-nav a:before {
  font-size: 50px;
  padding-top: 18px;
}
.img-noticia .flex-direction-nav a{
	width: 60px;
	height: 60px;
}
.subtitulo-noticia {
  font-size: 22px;
  color: #000;
  margin: 0 0 40px 0;
}
.contenido-noticia blockquote {
  border-left: 10px solid #E62222;
  padding-left: 20px;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 20px;
}
.contenido-noticia ul{
	margin-bottom: 30px;
}

.contenido-noticia .table img{display: inline;}

.grid_full.foto-princ {
    margin-bottom: 20px;
}

.twitter-tweet.twitter-tweet-rendered{width:100% !important;}


.destacado-text .fb_iframe_widget { width:100% !important;}
.destacado-text .fb_iframe_widget span{ width:100% !important;}
.destacado-text .fb_iframe_widget span iframe{ width:100% !important;}
.destacado-text .fb_iframe_widget span iframe #u_0_0{ width:100% !important;}
/*	Display
----------------------------------------------------------------------*/
#mobilepro {
	font-weight: bold;
	display: none;
	cursor: pointer;
	float: left;
	margin: 0;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 16px 20px;
	border-right: 1px solid #2B2B2B;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: #000;
}
#mobilepro:hover, #mobilepro.on {
	background: #e62222
}
.subarrow {
	top: auto !important;
	padding: 16px 20px !important;
	display: none
}
li li .subarrow {
	padding: 10px 15px!important
}
.second_menu #mobilepro {
	padding: 6px 12px 5px !important
}
.second_menu .subarrow {
	padding: 5px 20px !important
}

/*	Calendario
----------------------------------------------------------------------*/

.view .date-nav-wrapper .date-prev {
	left: 0px;
	right: auto;
}



/*	Central de datos
----------------------------------------------------------------------*/
.central-datos .title{background: #C99E14;}
.central-datos .title:after{border-top: 6px solid #C99E14;}

.tableauPlaceholder{margin: 0 auto;}

.translation_es,.translation_en{display: none;}

/*	Tabs Home
----------------------------------------------------------------------*/

.tabs.rrss-home li {
	width: 50%;
}

.tabs.rrss-home li a{
	color: #FFF;
	font-size: 18px;
	font-weight: 200;
	margin: 0;
}

.tabs.rrss-home li.tw,.tabs.rrss-home li.tw a.active {
	background-color: #37a7d7;
}

.tabs.rrss-home li.fb,.tabs.rrss-home li.fb a.active {
	background-color: #3e7cb7;
}

.tabs li a {
	padding: 7px 20px;
}

.tabs-content-rrss-home li .fb_iframe_widget, 
.tabs-content-rrss-home li .fb_iframe_widget>span, 
.tabs-content-rrss-home li .fb_iframe_widget>span>iframe{
	width: 100% !important;
	height: 260px !important;
}

.tabs-content-rrss-home li .twitter-timeline{
	width: 99% !important;
	height: 260px !important;
}

.tabs-content-rrss-home{
	padding: 0 0 20px 0;
}



/*  Calendario Home
---------------------------------------------------------------------*/

.calendar-calendar>.month-view>.mini td{
	background: #EEEEEE;
	border: 1px solid #FFFFFF;
	padding: 4px 6px;
	text-align: center;
}

.page-calendario .calendar-calendar .month-view .full td.single-day div.monthview{
	background: none;
}

.front .view .date-nav-wrapper .date-nav{
	  background-color: #e62222;
}

.calendar-calendar .has-events{
	background-color: #f00 !important;
}
.calendar-calendar .has-events a{
	color: #fff;
	text-decoration: none;
}

.page-calendario .view-calendario h3{
	color: #acacac;
	font-size: 100px !important;
	font-weight: 100;
	margin: 0;
}
.view-calendario h3{
	color: #acacac;
	font-size: 18px;
	font-weight: 100;
	margin: 0;
}

.page-calendario .view .date-nav-wrapper .date-prev,.page-calendario .view .date-nav-wrapper .date-next{
	padding: 20px 70px;
}

.view-calendario .date-heading {
	color: #acacac;
	padding: 3px 0;
	margin: 0;
}

.view-calendario .date-heading a{
	color: #acacac;
	font-size: 18px;
}

.front .view-calendario .date-heading a{
	color: #fff;
	font-size: 18px;
}

.front .calendar-calendar th.days {
	  background-color: rgba(255, 255, 255, 0.49);
	  color: #777;
	  font-weight: 300;
	  border: 1px solid rgba(255, 255, 255, 0);
}

.front .calendar-calendar table.mini td.empty {
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.front .calendar-calendar tr {
  background-color: rgba(255, 255, 255, 0);
}

.page-calendario .view-calendario .date-heading {
	padding: 0px 0 80px;
}
.page-calendario .view-calendario .date-heading h3{
	line-height: 140px;
    font-size: 1.7em;
    color: white;
    min-height: 100px;
    background-color: rgb(230, 34, 34);
    max-width: 770px;
    margin: auto;
}

.page-calendario .view-calendario i.fa.fa-angle-left,
.page-calendario .view-calendario i.fa.fa-angle-right{
	color: rgb(230, 34, 34) !important;
}

.view-display-id-block_1 .view-calendario .date-heading {
	padding: 0px;
}

.view .date-nav-wrapper .date-next a {
	margin-right: 10px !important;
}


.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
	background: none;
	color: #acacac;
}

.view .date-nav-wrapper {
	margin-top: 1px;
}

.view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a {
	font-size: 22px;
	color: #acacac;
}

.front .view .date-nav-wrapper ul.pager li a {
	color: #fff;
	background: none;
	padding: 0px;
}

.page-calendario .view .date-nav-wrapper ul.pager li a,
.view .date-nav-wrapper ul.pager li a {
	color: #acacac;
	background: none;
	padding: 0px;
	font-size: 85px;
	font-weight: 100 !important;
}

.view .date-nav-wrapper ul.pager li a{
	font-size: 30px;
}

.view .date-nav-wrapper .date-nav {
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-calendario .calendar-calendar th.days {
	border: none;
}

.page-calendario .calendar-calendar .month.day {
	font-size: 36px;
}

.page-calendario .calendar-calendar{
	padding: 0 70px;
}

.page-calendario .calendar-calendar tr {
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
}

.page-calendario .calendar-calendar tr.single-day {
  height: 100px;
}

.page-calendario .calendar-calendar .month-view .full td{
  padding: 10px 2px 0 2px
}

.page-calendario .calendar-calendar div.day{
	text-align: right;
}

.page-calendario .calendar-calendar td, .calendar-calendar td.empty{
	border: 3px solid #fff;
}

.page-calendario .calendar-calendar .month-view .full td.date-box.empty .day{
	display: none;
}

.page-calendario .calendar-calendar tbody tr{
	background-color: rgba(235, 235, 235, 0.9);
}
.page-calendario .calendar-calendar table thead th{
	background-color: rgba(255, 255, 255, 0) !important;
	color: #fff !important;
}

.page-calendario .calendar-calendar td .inner div.day a {
  color: #000000;
}

.page-calendario .view-footer {
  margin: 40px 70px;
  border-left: 10px solid #e62222;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.page-calendario .calendar-calendar td a {
  font-weight: 400;
  text-decoration: none;
}

.page-calendario .month-view .full td.single-day.empty{
	background: rgba(255, 255, 255, 0.9);
}

.page-calendario .calendar-calendar .month-view .full td.date-box.empty {
  background: rgba(255, 255, 255, 0.9);
}

.tipo_evento.Evento a,.tipo_evento.Partido a{
	font-size: 26px;
	font-weight: 300 !important;	
}
.tipo_evento.Partido a{color: #7e0e0e;}
.tipo_evento.Evento a{color: #917923;}

.calendar-cat{
	  font-size: 15px;
}

.icon-girar-movil{display: none;}

/*  Selector Idiomas
---------------------------------------------------------------------*/

.language-switcher-locale-url,.language-switcher-locale-url li{
	float: right;
}
.language-switcher-locale-url a{
	color: #000;
}


/*  Header home
---------------------------------------------------------------------*/

.b_head{
	margin: 0;
}


#site-slogan{
	color: #fff;
	margin-left: 18px;
	line-height: 18px;
}

.logo img{
	margin: 70px 0 3px 10px;
	width: auto;
}


/*  Noticias home
---------------------------------------------------------------------*/

.noticias-home .posts_block {
  background-color: rgba(255, 255, 255, 0.95);
}

.small_posts li img {
  width: auto !important;
  height: auto !important;
}

.lista-relacionadas .small_posts li{
	clear: none;
}

.lista-relacionadas .small_posts li{
	clear: none;
}


.lista-relacionadas .small_posts li:first-child{
	margin-left: 0;
}
.lista-relacionadas .small_posts li:last-child{
	margin-right: 0;
}


.lista-relacionadas .small_posts li {
	/*margin: 0 5px 10px 5px;*/
}
.lista-relacionadas .small_posts li img{
	/*margin-bottom: 10px;*/
}

.titulo-relacionada{
	margin: 10px 0 0px 0;
    line-height: 21px;
}

.widget .lista-relacionadas span.date-display-single {
    float: none;
    margin-right: 10px;
    display: block;
    font-size: 12px;
}

.noticias-home span.date-display-single,
.widget span.date-display-single {
  float: right;
  margin-right: 10px;
}

.float-shadow{display: inline !important;}

/*  Listado de Noticias
---------------------------------------------------------------------*/


li.lista-categoria-item {
  display: inline-block;
}

.filtro-not{
	text-align: center;
	margin-bottom: 50px;
}

.filtro-not-item {
	width: 90px;
	float: none;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 200;
	color: #fff;
	background-color: rgb(229, 26, 16);
	margin: 5px 10px;
	padding: 5px;
}

.filtro-not-item a {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: #fff;
}

/*  Botones home especiales
---------------------------------------------------------------------*/
/*
.bt-museo,.bt-hotel{
	width: 50% !important;
	text-align: center;
	font-size: 4em;
	color: #fff;
	height: 180px;
	line-height: 180px;
	margin-top: 50px;
}

.bt-museo{
	background: url("/sites/all/themes/ipress/images/bt-museo.jpg") 100% no-repeat;
}

.bt-hotel{
	background: url("/sites/all/themes/ipress/images/bt-hotel.jpg") 100% no-repeat;
}
*/
.bt-euro16,.bt-canada15,.bt-hotel,.bt-museo{
	width: 50% !important;
	margin-top: 50px;
}

.full_grid.bt-subastas img{width: 100%;}
.full_grid.bt-subastas {margin-top: 50px;}
.no-desktop{display: none !important;}
.tablet{display: none;}
.movil{display:none;}

.especiales-home .grid_3{width: 25%;}
.especiales-home .grid_6{width: 50%;}
.especiales-home .grid_full{width: 100%;}

.row.especiales-home {margin: 50px 0;}

.img-zoom{
    display: inline-block;
    overflow: hidden;
}
.img-zoom img{
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: middle;
}
.img-zoom img:hover{
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}


/*  Secciones de especiales
---------------------------------------------------------------------*/

.especiales-menu-box{
	max-width: 800px;
	width: 60%;
	margin: 0 auto;
}

.especiales-canada-box{
	max-width: 800px;
	width: 40%;
	margin: 0 auto;
}

.tit-bot-especiales {
  height: 50px;
  background-color: #000;
  color: #fff;
  padding: 5px;
}
.tit-bot-especiales a{
	color: #fff;
}

.fila-bot-especiales{
	margin-top: 2%;
	margin-bottom: 2%; 
}
.fila-bot-especiales img{
	width: 100%;
}

.contenedor-especiales{
	margin-top: 50px;
}

/*  Galerías especiales
---------------------------------------------------------------------*/


.node-galer-a-especiales .field-item.odd{
	margin: 250px 0;
}

.node-type-galer-a-especiales .galer-item{
    background-repeat: no-repeat;
    background-size: 100% auto !important;
}


.view-especial-mundial-rusia-2018 .masonry-item {
    width: 32.2%;
    background-color: rgba(0,0,0,0);
    border: 0px;
    margin: 0 0 20px 0px;

    padding: 0;
    -webkit-box-shadow: 10px 9px 5px -5px rgba(0,0,0,0.07);
	-moz-box-shadow: 10px 9px 5px -5px rgba(0,0,0,0.07);
	box-shadow: 10px 9px 5px -5px rgba(0,0,0,0.07);
}

.view-especial-mundial-rusia-2018 .views-field-field-entradilla,.view-especial-mundial-rusia-2018 h2 {
    margin: 10px;
} 

.view-especial-mundial-rusia-2018 .masonry-item{
	background-color: rgba(255,255,255,.7);
}

.posts .flexslider{
	margin-top: 30px;
}

/*  Ficha Jugador
---------------------------------------------------------------------*/

.nombre-ficha{
	font-weight: lighter;
	font-size: 49px;
	line-height: 49px;
	white-space: nowrap;
}
.cargo-ficha{
	font-weight: lighter;
	font-size: 29px;
	line-height: 49px;
}
.apellido-ficha{
	font-weight: lighter;
	font-size: 115px;
	line-height: 125px;
	margin-bottom: 20px;
	white-space: nowrap;
}
.ficha-nacim {
	color: #000;
	background-color: #e6c965;
	padding: 0 5px;
}

.ficha-texto {
	margin-top: 20px;
}

.ficha-social{
	width: 50px;
	height: 50px;
	display: inline-block;
}

.ficha-fb {
	background: url("/sites/all/themes/ipress/images/assets/social-icons.jpg") no-repeat -6px -4px;
}
.ficha-fb:hover {
	background: url("/sites/all/themes/ipress/images/assets/social-icons.jpg") no-repeat -6px -63px;
}

.ficha-tw {
	background: url("/sites/all/themes/ipress/images/assets/social-icons.jpg") no-repeat -66px -4px;
}
.ficha-tw:hover{
	background: url("/sites/all/themes/ipress/images/assets/social-icons.jpg") no-repeat -66px -63px;
}

.ficha-www {
	background: url("/sites/all/themes/ipress/images/assets/social-icons.jpg") no-repeat -247px -4px;
}
.ficha-www:hover{
	background: url("/sites/all/themes/ipress/images/assets/social-icons.jpg") no-repeat -247px -63px;
}

.ficha-dorsal{
	font-size: 300px;
	font-weight: 200;
	line-height: 300px;
	letter-spacing: -35px;
	color: #c5c7c8;
}

.firmas .foto-firma{width: 136px;}
.firmas {margin-bottom: 20px;position: relative;display: inline-block;}
.nombre-firma {
	position: absolute;
	bottom: -8px;
	left: 83px;
}



.titulo-ficha{ width: 49%; }
.titulo-ficha .title{background-color: #e5bf36;}
.titulo-ficha .title:after{border-top: 6px solid #e5bf36;}
.titulo-ficha .title h4,
.titulo-ficha .title h4 a{color: #000;}

.posts .title.t-clubs {background-color: #e6221d;}
.posts .title.t-palmares {background-color: #e5bf36;}
.posts .title.t-partidos {background-color: #fadd6e;}

.posts .title.t-clubs:after{border-top: 6px solid #e6221d;}
.posts .title.t-palmares:after{border-top: 6px solid #e5bf36;}
.posts .title.t-partidos:after{border-top: 6px solid #fadd6e;}

.posts .title.t-palmares h4{color: #000;}
.posts .title.t-partidos h4{color: #000;}

.dato-palmares{ color: #475055; font-size: 14px;font-weight: normal;}
.fecha-palmares{ color: #a3abaf; font-size: 14px;}

.ficha-partidos li.lista-partido-item .fecha-partido{
  float: left;
  width: 90px;
}

h4.ficha-demarcacion {
	color: #475055;
}

.ficha-trofeos{
	margin-top: 20px;
}

.ficha-trofeos img {
  display: inline;
}

.ficha-trofeos span {
  font-size: 60px;
  font-weight: 200;
  color: #c5c7c8;
  margin-right: 10px;
}

.ficha-estadisticas{position: absolute;top: 230px;left: 290px;}
.ficha-estadisticas .content-estadisticas{width: 100%;margin: 0 auto;}
.ficha-estadisticas .content-circle{display: block;width: 105px;margin-left: 25px;  margin-top: 10px;}
.ficha-estadisticas .titulo-circle{padding-top: 45px;}
.ficha-estadisticas #canvas .circle {display: inline-block;margin: 0px;}
.ficha-estadisticas #circles-1 {margin-left: 0 !important;}
.ficha-estadisticas #canvas .circle .circles-text{line-height: 165px !important;color: #bd9d2c;font-weight: bold;font-size: 28px !important;}
.ficha-estadisticas .titulo-circle {width: 140px;font-size: 14px;color: #bd9d2c;}

.fila-bot-ficha{margin-top: 100px;}


/*  Staff 
---------------------------------------------------------------------*/


.texto-staff {
  display: inline-block;
  max-width: 560px;
}
.staff-deco-escudo {
  display: inline-block;
}
.texto-staff .apellido-ficha{
	margin-bottom: 0px;
}


.salon-mitos .nombre-staff:before,
.hall-fame .nombre-staff:before {
	content: url('../images/laurel.png');
	position: absolute;
	z-index: 500;
	left: 33%;
	bottom: 30px;
	float: left;
}


.nombre-staff {
	position: relative;
	padding: 5px;
	background: #e5c86c;
	color: #fff;
	text-transform: uppercase;
}
.nombre-staff a{
	color: #000;
}
.view-staff-tecnico .grid_4{
	margin-bottom: 45px;
}

.caja-staff {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.caja-staff .item-staff{
	width: 49%;
	display: inline-block;
 	vertical-align: top;
}
.caja-staff .item-staff.foto-mosaico{
	margin-right: 13px;
	width: 45%;
}
.escudo-ficha-staff{
	width: 65%;
}


/*  Salón de Mitos
---------------------------------------------------------------------*/

.view-salon-de-mitos .nombre-staff a,
.view-hall-of-fame .nombre-staff a{color:rgb(229, 226, 168);}

.view-salon-de-mitos .nombre-staff,
.view-hall-of-fame .nombre-staff{background-color: #000}

body.salon-mitos .field.field-name-body,
body.hall-fame .field.field-name-body {font-size: 18px;padding: 0 100px;}


/*  Banners home
---------------------------------------------------------------------*/

.logo,.logo2 {
	background-repeat: no-repeat;
	background-position: right top;
	height: 162px;
	width: 50%;
	background-size: auto 162px;
}
.logo{background-image: url("../images/fondo-logo-5.jpg");}
.logo.logo2{background-image: url("../images/fondo-logo-5.jpg");}

.grid_6.omega.der{
	float: right;
}

.banners-logo{float: right; width: 50%;background-color: white;}
.header-banner-rfef{float: left;background-color: #fff;}
.header-banners{float: right;display: table;height: 162px;width: 48%;}
#countdown{width:280px;height:162px;font-family: Rationale; text-align: center;display: table-cell;vertical-align: middle;color: white;}
#titulo-countdown{font-size: 15px}
#partido-countdown{font-size: 25px;padding: 6px 0;}
.cont-countdown{font-size: 17.5px;}

#dias-countdown{position: relative; top:0px; left: -12px; width: 25px; display: inline-block;}
#horas-countdown{position: relative; top:0px; left: -4px; width: 25px; display: inline-block;}
#minutos-countdown{position: relative; top:0px; left: 4px; width: 25px; display: inline-block;}
#segundos-countdown{position: relative; top:0px; left: 11px; width: 25px; display: inline-block;}

.banner-top-home{background: url("/sites/all/themes/ipress/images/bt-entr-home.jpg") top right no-repeat #E0B737;height: 81px;width: 100%;}

.banner-entradas{position: relative;  color: #5A5A5A;}
.texto-banner-entradas{
	left: 20px;
	position: absolute;
	top: 43px;
	width: 100%;
	font-size: 11px;
	line-height: 18px;
}

.texto-banner-entradas p{
	margin: 5px !important;
}

.banner-entradas h4{margin: 0;line-height: 18px;}

.bt-especial-home{
	margin-top: 50px;
}

.bt-especial-interior{
	margin-bottom: 50px;
}

/*  Listados Jugadores Internacionales
---------------------------------------------------------------------*/

.view.fechas-internacionales{
	margin: 30px;
}

.view-jugadores-internacionales.listado-alfabetico a{color: #000;}
.view-jugadores-internacionales .ajax-progress-throbber {display: none;}
.view-jugadores-convocados .isotope-element
{
	line-height: normal;
	height: 450px;
	background-color: #e6c965;
	color: #000;
}

.page-convocados-sub21 .view-jugadores-convocados .isotope-element
{
	line-height: normal;
	height: 270px;
	background-color: #e6c965;
	color: #000;
}

.view-staff-tecnico .isotope-element{
	line-height: normal;
	background-color: #e6c965;
	color: #000;
	height: 340px;
}

.view-jugadores-convocados .isotope-element img,
.view-staff-tecnico .isotope-element img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: auto;
}

.view-jugadores-internacionales .isotope-element
{
	line-height: normal;
	height: 280px;
	background-color: #e6c965;
	color: #000;
}
.view-display-id-jugadoras_internacionales .isotope-element
{
	line-height: normal;
	height: 442px;
	background-color: #e6c965;
	color: #000;
}

.view-jugadores-internacionales .isotope-element img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 241px;
}
.view-display-id-jugadoras_internacionales .isotope-element img
{
	line-height: normal;
	height: 402px;
	background-color: #e6c965;
	color: #000;
}

.view-jugadores-internacionales .isotope-element .apodo-lista,
.view-staff-tecnico .isotope-element .apodo-lista
{
  margin: 10px;
  text-transform: uppercase;
}

.view-jugadores-internacionales span.views-summary.views-summary-unformatted {margin: 0 5px;}
.view-jugadores-internacionales.listado-alfabetico a {color: #acacac;}
.view-filtro-internacionales .isotope-filters li{display: inline-block;margin: 0 5px;}
.view-filtro-internacionales .isotope-filters {
	margin-bottom: 40px;
	font-size: 2.1em;
	line-height: 35px;
	font-weight: 200;
	text-align: center;
	color: #ccc;
}

.view-filtro-internacionales .isotope-options {background: none !important;}

a.filterbutton.selected{font-weight: 300;color: rgb(230, 34, 34);}

/*  Jugadores Convocados
---------------------------------------------------------------------*/

.page-convocados .apodo-convocado,
.page-convocados .posicion-convocado{
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
	height: 18px;
}

.page-convocados .apodo-convocado{margin-top: 5px;}
.page-convocados .posicion-convocado{text-transform: uppercase;}


/*  Partidos Internacionales
---------------------------------------------------------------------*/


.resul-partido{
	background-color: #ededed;
	padding: 25px;
	font-weight: 200;
	font-size: 30px;
}

ul.plantilla-partido div{
	display: inline-block;
}

ul.plantilla-partido .item-jugador 
{
	width: 150px;
	text-transform: uppercase;
}

.lista-goleadores {
  font-style: italic;
  font-size: 12px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.lista-goleadores a{
	text-transform: uppercase;
}

.datos-partido {
  padding-bottom: 40px;
}

.datos-tecnicos-partido{
	padding: 30px;
	margin-top: 20px;
	background-color: #ededed;
	background: url("../images/escudo-mini-partidos.png") no-repeat #ededed right center;
}

.partido-internacional{
	font-weight: 300;
}

.num-partidos {
	margin: 30px 0;
	border-bottom: #aaa 2px dotted;
	padding-bottom: 10px;
}

li.lista-partido-item {
  margin-bottom: 15px;
  line-height: 17px;
}

.lista-partidos {
	background: url("../images/escudo-lista-partidos.png") no-repeat;
    min-height: 1186px;
}

.lista-partidos .es-esp {
  color: #e62222;
}

.fecha-partido {
  font-weight: 300;
}

.col-izq-lista-partidos{
	border-right: 10px solid red;
 	padding-right: 20px;
}

.nombre-peq-ficha{
	color: #475055;
	font-size: 24px;
	margin-bottom: 10px;
}

.ficha-jugador{
	background: url("../images/escudo-ficha.png") no-repeat 100% 50px;
}

.col-der-ficha-internacional .title{
	background-color: #e6c965;
}
.col-der-ficha-internacional .title:after{
	border-top: 6px solid #E6C965;
}
  
#jquery_ajax_load_target img{
	width: auto;
}

#jquery_ajax_load_target .node-evento-de-calendario{
	padding: 20px;
}

.img-internacional{
	width: 242px;
	height: 354px;
}

.partido-internacional .flechas-cambio-entra,
.partido-internacional .flechas-cambio-sale,
.partido-internacional .tarjeta-amarilla,
.partido-internacional .tarjeta-roja,
.partido-internacional .doble-amarilla,
.partido-internacional .amarilla-sus
{width: 17px;height: 20px;display: inline-block;background-image: url('../images/modo-partido/iconos_modo_partido_2.png')}
.partido-internacional .doble-amarilla{width:25px;}

.partido-internacional .flechas-cambio-entra{background-position: -17px -174px;background-repeat: no-repeat;}
.partido-internacional .flechas-cambio-sale {background-position: -17px -155px;background-repeat: no-repeat;}
.partido-internacional .tarjeta-amarilla {background-position: -25px -203px;background-repeat: no-repeat; margin: -3px 3px;}
.partido-internacional .tarjeta-roja {background-position: -17px -228px;background-repeat: no-repeat;}
.partido-internacional .doble-amarilla {background-position: -13px -200px;background-repeat: no-repeat;}
.partido-internacional .amarilla-sus {background-position: -25px -200px;background-repeat: no-repeat;}

.img-hist-part {position: absolute;right: 250px;}
.img-hist-part img{max-height: 180px;max-width: 370px;}


/*  Buscador Partidos Internacionales
---------------------------------------------------------------------*/

.view-buscador-partidos .resul-partido{margin-bottom: 20px;background-color: #ededed;}
.view-buscador-partidos .resul-partido .datos-tecnicos-partido{font-size: 15px; padding: 0;cursor: pointer;}
.view-buscador-partidos .plantilla-partido,
.view-buscador-partidos .seleccionadores-partido{font-size: 15px;}
.view-buscador-partidos .marcador{margin-bottom: 70px;background-color: #fff;cursor: pointer;}
.view-buscador-partidos .marcador div{display: inline;font-size: 30px;margin: 15px 0;}
.view-buscador-partidos .contenido-partido{background-color: #fff;}

.view-buscador-partidos div#jquery_ajax_load_target {margin-bottom: 20px;}

.view-buscador-partidos .views-exposed-widget.views-submit-button,
.view-buscador-partidos .views-exposed-widget.views-reset-button {margin-top: 25px;}

.view-buscador-partidos input::selection{background-color: #000;}
.view-buscador-partidos select#edit-field-competicion-tid,
.view-buscador-partidos input#edit-field-equipo-vis-2-tid {width: 130px; text-align: left;}

.view-buscador-partidos .lista-goleadores a,
.view-buscador-partidos .plantillas-partido a {text-decoration: underline;}

.view-buscador-partidos .ver-plantillas,
.view-buscador-partidos .fa-plus-square,
.view-buscador-partidos .fa-minus-square{cursor: pointer;}

.view-buscador-partidos .flechas-cambio-entra,
.view-buscador-partidos .flechas-cambio-sale,
.view-buscador-partidos .tarjeta-amarilla,
.view-buscador-partidos .tarjeta-roja,
.view-buscador-partidos .doble-amarilla,
.view-buscador-partidos .amarilla-sus
{width: 17px;height: 20px;display: inline-block;background-image: url('../images/modo-partido/iconos_modo_partido_2.png')}
.view-buscador-partidos .doble-amarilla{width:25px;}

.view-buscador-partidos .flechas-cambio-entra{background-position: -17px -174px;background-repeat: no-repeat;}
.view-buscador-partidos .flechas-cambio-sale {background-position: -17px -155px;background-repeat: no-repeat;}
.view-buscador-partidos .tarjeta-amarilla {background-position: -25px -203px;background-repeat: no-repeat; margin: -3px 3px;}
.view-buscador-partidos .tarjeta-roja {background-position: -17px -228px;background-repeat: no-repeat;}
.view-buscador-partidos .doble-amarilla {background-position: -13px -200px;background-repeat: no-repeat;}
.view-buscador-partidos .amarilla-sus {background-position: -25px -200px;background-repeat: no-repeat;}

.view-buscador-partidos .ver-plantillas{display: inline; font-size: 16px;}
.view-buscador-partidos .resumen-partido{margin-top: 20px;}
.view-buscador-partidos .texto-principal{font-size: 15px; margin: 10px;}


.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}
.video-js-responsive-container {
    width: 100%;
    position: relative;
}
.video-js-responsive-container .video-js {
    height: 100% !important; 
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.enlace-cronica {
	font-size: 16px;
	margin: 15px 0;
}


/*  Resultados búsquedas
---------------------------------------------------------------------*/

.search-result h3.title a{color: #fff;font-weight: 300;}
.search-results h3.title a{color: #fff;font-weight: 300;}


/*  Menús y submenús
---------------------------------------------------------------------*/

.sf-menu li{
	height: 72px;
}

.sf-menu li.active-trail {
  background-color: rgb(230, 34, 34);
}


/*  Widget redes sociales Facebook Twitter
---------------------------------------------------------------------*/

.front .tabs {
	border: none;
}
.tabs .tab-twit, 
.tabs .tab-twit a,
.tabs .tab-twit a.active{
	background-color: #36a7d6 !important;

}

.tabs .tab-face, 
.tabs .tab-face a,
.tabs .tab-face a.active {
	background-color: #3d7cb7 !important;
}

.tabs .tab-face, 
.tabs .tab-face a,
.tabs .tab-twit, 
.tabs .tab-twit a{
	color: #FFF;
	font-size: 18px;
	font-weight: 200;
	margin: 0;
	width: 50%;
}

.front .tabs-content{
	padding: 0;
}

iframe#twitter-widget-0{padding: 0 0 20px !important;}

.front .tabs-content iframe#twitter-widget-0{
	width: 100% !important;
	height: 210px !important;
}
.front .tabs-content iframe#twitter-widget-0 .timeline{
	border-radius: 0 !important;
	width: 100% !important;
}

.front .fb_iframe_widget,
.front .fb_iframe_widget span,
.front .fb_iframe_widget iframe{ width: 100% !important; background-color: #fff;}

.fb_iframe_widget{background-color: #fff !important;display: inline !important;}

/*  Share bar
---------------------------------------------------------------------*/


.share-post.mbf {
	display: inline-flex;
	width: 100%;
}

.share_post span {
  color: #fff;
  background: none;
  padding: 4px 10px;
}

.tag-share{
	display: inline-block;
	background: #e62222 !important;
	float: left;
}

.share_post .socials {
  float: none;
  padding: 5px 0 0 5px;
  width: 100%;
}

.socials .intro-box{
	width: 130px;
	margin: 5px 0px 0px 0px;
	float: left;
}

.socials .fb_iframe_widget{background: none !important;}

.socials .share-tw{margin-left: 10px;}

/* -- Nuevo seftv -- */ 


.view-n-seftv{
	font-weight: 200;
	margin-bottom: 10px;
}

.caja-seftv{
	background-color: #E5E5E5;
	margin-bottom: 20px;
	max-height: 425px;
}

.view-n-seftv .marcador-local,
.view-n-seftv .marcador-vis{
	font-size: 28px;
	text-align: center;
	margin: 20px 0 0px !important;
}
.view-n-seftv .nombre-comp{
	font-size: 18px;
	text-align: center;
	margin: 15px 0;
}
.view-n-seftv .estadio-ciu{
	font-size: 18px;
}
.view-n-seftv .fecha-part{
	font-size: 18px;
}

.view-n-seftv .seftv-categ,
.view-n-seftv .fecha-part,
.view-n-seftv .seftv-categ,
.view-n-seftv .estadio-ciu {
  margin-left: 10px;
}

.video-box {
  margin-top: 20px;
}

.seftv>.view-content .menu-seftv {
  float: left;
  margin: 10px;
  max-width: 150px;
}


.seftv .bt-seftv{
	text-align: center;
}
.seftv .bt-seftv a{
	color: #fff;
}

.seftv .bt-seftv {
  height: 50px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  background-color: rgb(229, 26, 16);
  margin-bottom: 10px;
  padding-top: 10px;
}

.bt-seftv:hover {
  background-color: #E0B737;
  color: #fff;
}

.bt-seftv img {
  margin-top: -10px;
}
/* ------- */



.f-seftv{
	width: 435px;
	display: inline-table;
	margin: 10px;
	height: 403px;
	background: url("/sites/all/themes/basecdt/img/f-celda-seftv.png") no-repeat #b5b4b3 bottom;
}

.f-seftv iframe{
	width: 100% !important;
}


#edit-submit-n-seftv{
	background: url("/sites/all/themes/basecdt/img/btn-buscar.png") no-repeat;
	width: 36px;
	height: 36px;
	border: none;
	cursor: pointer;
	float: left;
	text-indent: -3000px;
	padding: 0px;
	margin: 0px;
}

#views-exposed-form-n-seftv-page input#edit-keys.form-text
{
	-webkit-appearance: none;
	border-radius: 0 5px 5px 0!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-moz-box-shadow: inset -3px 3px 5px 0 rgba(0,0,0,1);
	-webkit-box-shadow: inset -3px 3px 5px 0 rgba(0,0,0,1);
	box-shadow: inset -3px 3px 5px 0 rgba(0,0,0,1);
	height: 36px;
	width: 130px;
	border: 0;
}

#block-views-exp-n-seftv-page{
	width: 168px;
	float: right;
	margin-right: 50px;
	margin-top: 28px;
}

#views-exposed-form-n-seftv-page .views-submit-button{
	float: left;
	padding: 0;
}

#views-exposed-form-n-seftv-page .views-widget-filter-keys{
	float: right;
	padding: 0;
}

#block-menu-menu-seftv{
	margin-top: 110px;
}


#block-menu-menu-youtube{
	position: relative;
	top: 40px;
}

.view-n-seftv .views-field-field-f-tec-equipo-local, .view-n-seftv .views-field-field-f-tec-equipo-visitante{
	font-size: 30px;
	color: #fff;
}
.view-n-seftv .views-field-field-f-tec-equipo-local{
	position: relative;
	top: 15px;
	right: 240px;
	text-align: right;
	float: right;
}
.view-n-seftv .views-field-field-f-tec-equipo-visitante{
	position: relative;
	top: 15px;
	left: 240px;
	text-align: left;
	float: left;
}

.view-n-seftv .views-field-field-tipo-competici-n{
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
	top: 30px;
	float: left;
	width: 100%;
}

.view-n-seftv .views-field-field-categoria-equipo, .view-n-seftv .views-field-field-estadio, .view-n-seftv .views-field-field-ciudad, .view-n-seftv .views-field-field-fecha-partido, .view-n-seftv .views-field-field-titulo-c-sefutbol, .view-n-seftv .views-field-field-descripci-n-programa{
	color: #9a8b56;font-size: 17px;font-weight: bold;position: relative;z-index: 1000;width: 100%;margin: 0;padding: 0;float: left;
}
.view-n-seftv .views-field-field-categoria-equipo {
	top: 35px; right: 20px; text-align: right;
}
.view-n-seftv .views-field-field-estadio {
	top: 55px; left: 20px; text-align: left;
}
.view-n-seftv .views-field-field-ciudad{
	top: 50px; left: 20px; text-align: left;
}

.views-n-seftv .views-field-field-titulo-c-sefutbol{
	top: 50px; left: 20px; text-align: left;
}

.view-n-seftv .views-field-field-fecha-partido .field-content{
	top: 30px; right: 20px; text-align: right;
}

.view-n-seftv .hide{
	display: none;
}

.view-n-seftv .seftv-play{
	cursor: pointer;
	height: 245px;
}
.b_seftv_youtube{
	list-style-type: none !important;
	list-style-image: none !important;
}

.view-n-seftv .item-list .pager li a, .view-n-seftv .item-list .pager li span, .view-n-seftv .item-list .pager li a{
	vertical-align: middle !important;
	
}

.view-n-seftv .pager .pager-previous a{
background-position: 15px -485px;
}
.view-n-seftv .pager .pager-next a {
background-position: -45px -485px;
}

.m_seftv.active-trail.active{
	color: #666 !important;
	border-top: solid 2px #666;
	border-bottom: solid 2px #666;
}

.ocultar{
	display: none;
}

hr.separador-home{
	margin: 80px 0;
	opacity: 0;
}

/*
---  Logos patros
*/

.footer-logos{
	background: url("/sites/all/themes/ipress/images/linea-footer-2.png") no-repeat rgba(255, 255, 255, 0.95);
	/*background: url("/sites/all/themes/ipress/images/linea-footer.png") no-repeat rgba(255, 255, 255, 0.9);*/
}

.logo-patro {
  position: relative;
  margin: 6px;
  height: 140px;
}

.logo-patro img {
  position: absolute;
  margin: auto;
  padding-top: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*
.logo-patro:first-child img {
	margin: auto 0;
}
*/

/*
---  Museo - Hotel 
*/


.titular-especiales{
	color: #e0b737;
	font-size: 200%;
	font-weight: 200;
}

.titular-especiales span,
.titular-especiales  a{
	color: #e0b737;
	font-size: 75px;
	
}

.especiales-telefono {
	margin: 0 50px;
}

.precios{
	text-align: center;
}

.icono-person,
.icono-nino{
	margin: 20px 0;
}

.cabecera-especiales{
	margin-bottom: 40px;
}


/*
==============  Palmarés  ==============
*/

.palmares-box{
	background-color: rgba(255, 255, 255, 0.95);
	max-width: 99%;
	padding: 6px;
}

.titulo-palmares{
	color: #acacac;
	font-weight: 100;
	font-size: 70px;
	text-align: center;
	margin: 50px 0;
}

.cont-nom-trofeo{
	top: 0px;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	width: 620px;
	height: 2140px;
}

.nom-trofeo{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 1480px;
	height: 1470px;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: 200px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #d4d4d4;
	font-size: 104px;
	text-align: right;
}

.num-trofeos{
	color: #d4d4d4;
	display: inline-block;
	font-size: 170px;
	font-weight: 200;
}

.foto-trofeo {
  display: inline-block;
  position: relative;
  height: 270px;
}

.foto-trofeo {
  display: inline-block;
  position: relative;
  height: 270px;
}

.palmares-num-trofeos{
	font-weight: 100;
	font-size: 50px;
	position: relative;
	top: -15px;
	color: rgb(122,122,122);
}
.view-palmares {
	margin-bottom: 50px;
}

.view-palmares .owl-item{
	text-align: center;
	line-height: 17px;
	color: rgb(122,122,122);
}

.view-palmares .owl-item a{
	color: rgb(122,122,122);
	font-size: 12px;
}

.nombre-competicion{
	font-weight: normal;
	font-size: 24px;
	color: #475055;
	border-left: 5px solid #e0b737;
	padding-left: 10px;
	margin-top: 30px;
}

.body-palmares
{
	margin-bottom: 50px;
}

.fechas-trofeos{
	font-size: 13px;
	color: #7d8488;
}



/*
==============  Salón de la fama  ==============
*/

.lista-salon {
  margin-bottom: 25px;
}

/*
==============  Especiales home  ==============
*/

.page-node-32986 .page-content,
.page-node-32986 .mbf,
.page-node-32981 .page-content,
.page-node-32981 .mbf,
.page-node-43419 .page-content,
.page-node-43419 .mbf{
	margin: 0 !important;
}

#node-32986{ background: url("/sites/all/themes/ipress/images/fondo-canada.png") no-repeat top center;}
#node-32981{ background: url("/sites/all/themes/ipress/images/fondo-euro16.png") no-repeat top center;}
#node-43419{ background: url("/sites/all/themes/ipress/images/fondo_especial_rusia_1182x708.png") no-repeat top center;}
.node-especiales{ margin-top: 105px;}



/*
==============  Ficha técnica  ==============
*/

.ftec-content {padding: 25px;}
.titulo-ftec {padding: 5px 10px;background-color: #fff;margin: 15px;text-align: center;font-weight: bold;}
.ftec-tabla-equipos td, .ftec-tabla-datos td{padding: 6px;vertical-align: top;}
.ftec-tabla-equipos tbody, .ftec-tabla-datos tbody{border: 0px;}
.ftec-equipos-content img{width: 100px !important}
.ftec-equipos-content,.convocatoria-content{background-color: #e5e5e5;padding: 25px;margin-top: 25px;border-bottom: 1px solid #fff;font-size: 16px;line-height: 22px;}
.destacado-content{background-color: #e5e5e5;padding: 25px;margin-top: 25px;border-bottom: 1px solid #fff;font-size: 13px;line-height: 24px;}
.ftec-datos-content{background-color: #d2d2d2;padding: 25px;border-bottom: 1px solid #fff;font-size: 16px;line-height: 22px;}
.ftec-nombre-sel{font-weight: bold;text-transform: uppercase;}
.titulo-ftec-content{text-align: center;margin-bottom: 20px;}
.pie-ftec{height: 12px;background-color: #e5e5e5;margin-bottom: 50px;}
.ftec-tabla-datos .icon {display: block;width: 40px;height: 35px;padding-top: 0px;margin-right: .5em;background: transparent url("../images/iconos_ftecnica_partidos.png") no-repeat 0 0;}
.icon-gol{ background-position: 0px -24px !important;}
.icon-silvato{ background-position: 0px -60px !important; }
.icon-copa{ background-position: 0px -104px !important; }
.icon-campo{ background-position: 0px -148px !important; }
.icon-inci{ background-position: 0px -195px !important; }
.content-estadisticas{width: 70%;margin: 0 auto;}

#canvas .circle {display: inline-block;margin: 40px 10px 10px 10px;}
.circles-decimals {font-size: .4em;font-family: helvetica;}
.circles-text{font-size: 18px !important;}
.titulo-circle {
  display: inline-block;
  position: absolute;
  margin: 0 auto;
  width: 144px;
  padding-top: 5px;
  text-align: center;
}
#circles-1{margin-left: 13px !important;}
.ftec-estadisticas{background-color: #DADADA;border-bottom: 1px solid #fff;}
.content-circle {width: 145px;display: inline-block;}

/*
==============  Estadísticas home  ==============
*/

.home-estadisticas .content-estadisticas{width: 100%;margin: 0 auto;background-color: rgba(255, 255, 255, 0.95);}
.home-estadisticas .content-circle{width: 105px;margin-left: 25px;  margin-top: 10px;}
.home-estadisticas .titulo-circle{padding-top: 33px;}
.home-estadisticas #canvas .circle {display: inline-block;margin: 0px;}
.home-estadisticas #circles-1 {margin-left: 0 !important;}
.home-estadisticas #canvas .circle .circles-text{line-height: 125px !important;color: #bd9d2c;font-weight: bold;}
.home-estadisticas .titulo-circle {width: 105px;font-size: 12px;color: #bd9d2c;}

/*
==============  Convocatoria  ==============
*/

.convocatoria-text{
	text-align: center;
}
.convocados{
	text-align: left;
	border-collapse: inherit;
	width: 100%;
}

.convocatoria-content table td {padding: 15px;}
.convocatoria-content table th {padding: 15px;background-color: #fff; font-weight: bold;}

h2.titulo-convocatoria{
	padding: 20px 0;
}

.view-convocatorias .views-exposed-form .form-select
{
	width: 270px;
}

.view-convocatorias table.convocados tr:nth-child(even){background: #dadada;}
.view-convocatorias table.convocados tr:nth-child(odd){background: #efefef;}

/*
==============  Vídeo en noticias  ==============
*/
iframe.video-youtube{width: 100%;height:487px}


/*
==============  Filtros en lista de noticias  ==============
*/
.view-lista-de-noticias .views-exposed-form {width: 100%;margin: 0 auto;}
.views-exposed-form .ajax-progress-throbber {float: left;}
.views-exposed-form .views-exposed-widget{padding: .5em 0em 0 0;}

.views-exposed-form .form-select{
    
    -webkit-align-items: center;
    -webkit-appearance: menulist-button;
    -webkit-rtl-ordering: logical;
    -webkit-writing-mode: horizontal-tb;
    background-color: rgb(229, 26, 16);
    border-radius: 0px;
    border: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    letter-spacing: normal;
    line-height: normal;
    margin: 0px 0px 10px 0px;
    padding: 4px 6px;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    word-spacing: 0px;
    width: 90px;
}

.views-exposed-form .form-submit{
	background-color: rgb(229, 26, 16);
	border-radius: 0;
	border: 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: 45px;
	letter-spacing: normal;
	line-height: normal;
	margin: 0px 0px 10px 0px !important;
	padding: 4px 6px;
	text-align: center;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	vertical-align: middle;
	white-space: pre;
	word-spacing: 0px;
	width: 90px;
}

.views-exposed-form input[type="text"]{
	background-color: rgb(229, 26, 16);
	border-radius: 0;
	border: 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: 45px;
	letter-spacing: normal;
	line-height: normal;
	margin: 0px 0px 10px 0px !important;
	padding: 4px 6px;
	text-align: center;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	vertical-align: middle;
	white-space: pre;
	word-spacing: 0px;
	width: 90px;
}

/*
==============  Filtros en lista de noticias  ==============
*/

.views-exposed-form .views-exposed-widget{padding: 15px;}



/*
==============  Modo partido  ==============
*/

.modo-partido {font-size: 20px;vertical-align: top;  background-color: rgba(255, 255, 255, 1);}

.modo-partido .col-1{display: inline-block;width: 280px;vertical-align: top;}
.modo-partido .col-2,
.modo-partido .col-3{display: inline-block;width: 304px;}
.modo-partido .col-4{display: inline-block;width: 265px;vertical-align: top;}

.modo-partido .col-1.inTablet,
.modo-partido .col-1.inTabletS,
.modo-partido .col-1.inPortrait,
.modo-partido .col-1.inMovil
{
    width: 100% !important;
    padding-bottom: 25px;
}
.modo-partido .col-1.inTablet .caja-arbitros
{
	padding-top: 0px;
	background-position-y: 0;
	width: 28%;
}
.modo-partido .col-1.inTabletS .caja-arbitros,
.modo-partido .col-1.inPortrait .caja-arbitros
{
	padding-top: 0px;
	background-position-y: 0;
	width: 40%;
}

.modo-partido .col-1.inTablet .caja-datos
{
	width: 33%;
}
.modo-partido .col-1.inMovil .caja-datos
{
	padding-top: 25px;
}
.modo-partido .col-1.inTabletS .caja-datos,
.modo-partido .col-1.inPortrait .caja-datos
{
	width: 40%;
}
.modo-partido .col-1.inTablet .logo-competicion
{
	width: 25%;
}
.modo-partido .col-3.inMovil .marcador-visitante
{
	float: right;
}
.modo-partido .col-3.inMovil .penaltis-visitante
{
	right: 5px;
}


.modo-partido .caja-arbitros {
	background: url('../images/modo-partido/silvato.png') 0 20px no-repeat;
	padding: 20px 0 0 60px;
	font-size: 16px;
}

.modo-partido .tabs li{
	width: 50%;
	text-align: center;
	text-transform: uppercase;
}

.modo-partido .caja-datos,.modo-partido .caja-arbitros {margin-left: 15px;}
.modo-partido .fecha-partido,.modo-partido .hora-partido{font-weight: 400;}

.modo-partido .caja-clima {
	background: url('../images/modo-partido/caja-clima.png') 0 20px no-repeat rgba(0,0,0,.1);
	padding: 10px;
	width: 260px;
	height: 148px;
	margin-top: 30px;
	position:relative;
}

.modo-partido .clima-actual{
	width:60px;height:60px;
	background-image: url("../images/modo-partido/iconos_tiempo.png");
	background-repeat: no-repeat;
	position:absolute;
	right:60px;
	top:100px;
}
.modo-partido .clima-actual.sol			{background-position: 0 0}
.modo-partido .clima-actual.noche		{background-position: 0 -60px}
.modo-partido .clima-actual.nubes-dia	{background-position: 0 -120px}
.modo-partido .clima-actual.lluvia		{background-position: 0 -180px}
.modo-partido .clima-actual.nubes-noche {background-position: 0 -235px}
.modo-partido .clima-actual.tormenta	{background-position: 0 -295px}
.modo-partido .clima-actual.niebla		{background-position: 0 -355px}
.modo-partido .clima-actual.nublado		{background-position: 0 -415px}
.modo-partido .clima-actual.nieve		{background-position: 0 -475px}

.modo-partido .temperatura,
.modo-partido .humedad,
.modo-partido .viento {display: inline;position: relative;}
.modo-partido .temperatura {top: 40px;left: 50px;}
.modo-partido .humedad {top: 40px;left: 100px;}
.modo-partido .viento {top: 110px;left: -95px;}

.modo-partido .caja-marcador-local,
.modo-partido .caja-marcador-visitante {height: 153px;position: relative;}

.modo-partido .goleadores-local,
.modo-partido .goleadores-visitante{min-height: 45px;font-size: 14px;line-height: 15px;padding: 0 5px;position:relative;color:#F00;}
.modo-partido .goleadores-local{text-align: right;;}
.modo-partido .goleadores-visitante{text-align: left;}
.modo-partido .gol-local{float:right;margin-left: 5px;height: 40px;opacity: 0.7;}
.modo-partido .gol-visitante{float:left;margin-right: 5px;height: 40px;opacity: 0.7;}

.modo-partido .penaltis-local,
.modo-partido .penaltis-visitante{position: absolute;}
.modo-partido .penaltis-local{right: 5px; margin-top: 7px;}
.modo-partido .penaltis-visitante{left: 5px; margin-top: 7px;}
.modo-partido .penaltis-local.marcador-penaltis{color: #fff; bottom: 5px;}
.modo-partido .penaltis-visitante.marcador-penaltis{color: #fff; bottom: 5px;}

.modo-partido .escudo-local,
.modo-partido .escudo-visitante{width:100%; height: 93px;}
.modo-partido .escudo-local img,
.modo-partido .escudo-visitante img  {margin: 0 auto;}

.modo-partido .equipo-local,
.modo-partido .equipo-visitante
 {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-transform: capitalize;
  margin: 4px auto;
  width: 204px;
  text-align: center;
  font-weight: 400;
  float: left;
  font-size: 34px;
  height: 26px;
  line-height: 26px;
}
.modo-partido .equipo-visitante{float:right;}

.modo-partido .marcador-local,
.modo-partido .marcador-visitante
 {
	background: #F00;
	width: 80px;
	height: 110px;
	margin-top: 40px;
	float: right;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-size: 70px;
	line-height: 110px;
	color: #FFF;
}
.modo-partido .marcador-visitante{float:left;}

.modo-partido .jugadores-local,
.modo-partido .jugadores-visitante {}

.modo-partido .jugador-local,
.modo-partido .jugador-visitante,
.modo-partido .seleccionador-local,
.modo-partido .seleccionador-visitante
{height:37px;line-height:37px;padding: 0 5px;font-size: 16px;}

.modo-partido .seleccionador-local,
.modo-partido .seleccionador-visitante
{font-weight: 400;text-align: center;font-size: 15px;}

.modo-partido .jugador-local:nth-of-type(odd),
.modo-partido .jugador-visitante:nth-of-type(odd) {
    background: rgba(224, 224, 224, 0.5);
}

.modo-partido .jugador-local {text-align: right;}
.modo-partido .caja-entrevista-datos img{float:right;}
.modo-partido .caja-entrevista-datos {height: 97px;position: relative;bottom: 10px;right: 20px;  margin-top: 50px;}

.modo-partido .caja-crono {
	height: 46px;
	background-color: #E0B737;
	line-height: 46px;
	text-align: center;
	font-size: 28px;
	color: #000;
	font-weight: 400;
}
.modo-partido .caja-twitter {width: 100%;}
.modo-partido .widget-twi{width:220px;margin:22px auto;}

.modo-partido .cronometro, .modo-partido .situacion{display: inline;}

.modo-partido .flechas-cambio-entra,
.modo-partido .flechas-cambio-sale,
.modo-partido .tarjeta-amarilla,
.modo-partido .tarjeta-roja,
.modo-partido .doble-amarilla,
.modo-partido .amarilla-sus,
.modo-partido .penalti-gol,
.modo-partido .penalti-falla
{width: 17px;height: 20px;display: inline-block;background-image: url('../images/modo-partido/iconos_modo_partido_2.png')}
.modo-partido .doble-amarilla{width:25px;}

.modo-partido .flechas-cambio-entra{background-position: -17px -174px;background-repeat: no-repeat;}
.modo-partido .flechas-cambio-sale {background-position: -17px -155px;background-repeat: no-repeat;}
.modo-partido .tarjeta-amarilla {background-position: -25px -200px;background-repeat: no-repeat; margin: -3px 3px;}
.modo-partido .tarjeta-roja {background-position: -17px -228px;background-repeat: no-repeat;}
.modo-partido .doble-amarilla {background-position: -13px -200px;background-repeat: no-repeat;}
.modo-partido .amarilla-sus {background-position: -25px -200px;background-repeat: no-repeat;}
.modo-partido .penalti-gol {background-position: -17px -324px;background-repeat: no-repeat;}
.modo-partido .penalti-falla {background-position: -17px -295px;background-repeat: no-repeat;}

.modo-partido-corto .col-1{width: 275px;}
.modo-partido-corto .col-2,
.modo-partido-corto .col-3{width: 290px;}
.modo-partido-corto .col-4{display: none;}
.modo-partido-corto .marcador-local, 
.modo-partido-corto .marcador-visitante{width: 65px;}
.modo-partido-corto img{width: auto;}
.modo-partido-corto .escudo-local img, 
.modo-partido-corto .escudo-visitante img {
    margin: 30px auto;
}

.modo-partido-corto .logo-competicion img{
    margin: 0 auto;
    padding: 10px;
}

.modo-partido .tabs{
	border: none;
}

.modo-partido .tabs li a{
	background: #ccc;
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    cursor:pointer;
}
.modo-partido .tabs li a.active{
	background: #fff;
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}

.modo-partido .marc-pest-local,
.modo-partido .marc-pest-visi
{
	width: 49%;
	display: inline-block;
	margin-top: 25px;
}
.modo-partido .goles-pest-local, 
.modo-partido .goles-pest-visi
{
	background: #F00;
    width: 49%;
    height: 110px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 70px;
    line-height: 110px;
    color: #FFF;
}
.modo-partido .goles-pest-local{
	float: right;
	border-right: 1px solid #fff;
}
.modo-partido .goles-pest-visi
{
	float: left;
	border-left: 1px solid #fff;
}

.modo-partido .escudo-pest-local
{
	width: 50%;
	float: left;
	margin-top: 15px;
}
.modo-partido .escudo-pest-visi
{
	width: 50%;
	float: right;
	margin-top: 15px;
}

.modo-partido .pestanas .gol-local {float: left; margin-right: 5px; margin-left: 0}
.modo-partido .pestanas .gol-visitante {float: right; margin-left: 5px; margin-right: 0}
.modo-partido .pestanas .goleadores-local {text-align: left;}
.modo-partido .pestanas .goleadores-visitante {text-align: right;}

.modo-partido .marcador-pestanas {position: relative;}
.modo-partido .pestanas .penaltis-local {
    left: 0px;
    margin-top: 0px;
    width: 50%;
    top: 0;
    text-align: right;
}
.modo-partido .pestanas .penaltis-visitante {
    left: 0px;
    margin-top: 0px;
    width: 50%;
    top: 0;
    text-align: left;
}

.modo-partido .pestanas .penalti-gol,
.modo-partido .pestanas .penalti-falla {
    background-position: -16px -324px;
    background-repeat: no-repeat;
    font-size: 11px;
    text-align: center;
    color: #000;
    line-height: 26px;
}
.modo-partido .pestanas .penalti-falla {
	background-position: -16px -295px;
	color: #fff;
}

.modo-partido .pestanas .marc-pest-local .marcador-penaltis {
    position: absolute;
    bottom: 5px;
    left: 122px;
    color: #fff;
}

.modo-partido .pestanas .marc-pest-visi .marcador-penaltis {
    position: absolute;
    bottom: 5px;
    left: 154px;
    color: #fff;
}

/*
==============  Especial tapar web home  ==============
*/

.especial-tapar-web img{
	width: 100% !important;
	max-width: 1170px;
	height: auto !important;
}
.especial-tapar-web a {
  display: inline-block;
  width: 100%;
}

/*
==============  Smart Paging  ==============
*/

.smart-paging-pager{
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
}

.smart-paging-pager ul.pager li {
  display: inline-block;
  margin: 1px;
}

/*
==============  Logo AEDFI menú  ==============
*/

.menu-aedfi {
  background-image: url(../images/logo-aedfi.png);
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: center;
  width: 140px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

/*
==============  Efemérides  ==============
*/

.efemerides{
	float: left;
    line-height: 16px;
    margin: 8px 6px 0;
    font-weight: 400;
    font-style: italic;
}

.tal-dia{
	font-style: normal;
	font-weight: bold;
}


/*
==============  Slide In fotos noticias  ==============
*/

.come-in{
	visibility: hidden;
	animation: animationFrames ease-out 1.2s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames ease-out 1.2s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames ease-out 1.2s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: animationFrames ease-out 1.2s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames ease-out 1.2s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,200px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,200px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,200px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,200px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,200px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

#lightgallery{
	position: relative;
	cursor: pointer;
	height: 580px;
	/*display: contents;*/
}
#lightgallery img{
	width: initial;
}
.thumb-lightgallery
{
	position: absolute;
}

#lightgallery:before,
#lightgallery:after {
    content: "";
    display: table;
}
#lightgallery:after {
    clear: both;
}

.aItem {
  float: left;
  
}
.aItem img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  border: 1px solid white;
}
.aItem.first-item {
  clear: both;
}
/* remove margin bottom on last row */
.aItem.last-row, .aItem.last-row ~ .aItem {
  margin-bottom: 0;
}

.emision-directo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.emision-directo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ----------------------------------------------------------------
    Alineaciones
-----------------------------------------------------------------*/
div.node-alineaciones,
div.view-Alineaciones{
  padding: 2em;
  background-color: #fff;
}

div.node-alineaciones h3,
div.node-alineaciones h1{
  
  color: #ef2a38;
}
div.node-alineaciones h1{
  text-align: center;
  font-size: 2em;
}

article.alineaciones-enfrentamiento .club{
}
div.view-Alineaciones .teaser-enlace{
  text-align: center;
  padding: 10px;
  font-size: 1.3em;
}

article.alineaciones-enfrentamiento
{
  max-width: 100%;
  display: grid;
  grid-template-columns: 33% 15% 15% 33%;
  grid-template-rows: auto;
  grid-gap: .5rem;
  text-align: center;
}
article.alineaciones-enfrentamiento .teaser-equipo-local,
article.alineaciones-enfrentamiento .teaser-equipo-visitante
{
    font-size: 1.5em;
    margin: auto;
    width: 100%;
    padding: 10px;
    width: 100%;
}
article.alineaciones-enfrentamiento .teaser-equipo-local a,
article.alineaciones-enfrentamiento .teaser-equipo-visitante a
{
  color: #ef2a38;
}

div.view-Alineaciones .teaser-enfrentamientos
{
  margin: 0 !important;
}



div.view-Alineaciones .view-header
{
  font-size: 1.5em;
  margin: auto;
  width: 100%;
  padding: 10px;
  width: 100%;
  text-align: center;
}

ul.teaser-enfrentamientos li{
  border-top: 1px solid #D3D7D9;
  margin-top: 1em;
  padding: 20px 0;
}


section#equipos {
  max-width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
}
section.plantillas{
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 50% 50%;
  max-width: 100%;
}

article.plantilla.plantilla-local,
article.plantilla.plantilla-visitante,
article.plantilla.tecnicos-local,
article.plantilla.tecnicos-visitante,
article.arbitros.equipo-arbitral
{
  border-top: 1px solid #D3D7D9;
  margin-top: 1em;
  padding-top: 10px;
}


article .field-name-field-e-local .field-item,
article .field-name-field-equipo-vis .field-item
{
  text-align: center;
  font-size: 2.5em;
  margin: .5em;
  color: #ef2a38;
  font-weight: 400;
  line-height: 35px;
}
article .field-name-field-image-equipo-local .field-item,
article .field-name-field-image-equipo-visitante .field-item
{
  text-align: center;
  margin: 0 auto;
}
article .field-name-field-image-equipo-local .field-item img,
article .field-name-field-image-equipo-visitante .field-item img
{
  margin: 0 auto;
}

ul.plantilla-alineacion,
ul.plantilla-tecnicos,
ul.equipo-arbitral
{
  list-style-type: none !important;
  text-align: left;
  font-size: 1.2em;
}

table#field-jugador-plantilla-local-values div.field-name-field-dorsal,
table#field-jugador-plantilla-local-values div.field-name-field-nombre-jugador-alineado,
table#field-jugador-plantilla-local div.field-name-field-dorsal,
table#field-jugador-plantilla-local div.field-name-field-nombre-jugador-alineado
{
    display: inline-block;
}

.teaser-escudo-local.club img,
.teaser-escudo-visitante.club img {
    margin: 0 auto;
}

/* Style buttons */
.btn-dossier {
    background-color: white;
    color: white;
    padding: 12px 16px;
    font-size: 21px;
    cursor: pointer;
    background-image: url(/sites/all/themes/ipress/images/icono-pdf.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 50px;
    background-size: 40px;
    border: 1px solid #ccc;
}

article.dossier {
    text-align: center;
}

