/*CSS Start*/

/* ================================================= GLOBAL ================================================= */
body{
	background-color:#333333;
	overflow-x:hidden !important;
}
body.modal-open{
	padding-right: 0px !important;
	overflow:auto !important;
	overflow-x:hidden !important;
}
img{
	border:0;
}
p, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}
a, a:visited, a:hover, a:active, a:focus {
	text-decoration:none !important;
	outline: 0 !important;
}
a:hover{
	text-decoration:none !important;
}
ul{
	padding-left:13px;
}
ol{
	padding-left:16px;
}
/* ================================================= GLOBAL ================================================= */

/* ================================================= LOADING ================================================= */
body > .loading{
	background-image:url("loading/loading-bg.png");
	background-position:center center;
	background-repeat:repeat;
	background-color: transparent;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	top:0px;
}
body > .loading > span{
	background-position:center center;
	background-repeat:no-repeat;
	border-radius: 20px;
	position:fixed;
	width:100px;
	height:100px;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
}
body > .loading.red > span{
	background-image:url("loading/loading-icon-red.gif");
	background-color:#d2040d;
}
body > .loading.blue > span{
	background-image:url("loading/loading-icon-blue.gif");
	background-color:#486ca5;
}
/* ================================================= LOADING ================================================= */

/* ================================================= BOOTSTRAP ================================================= */

/*Drop Down Menu*/
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
/*Drop Down Menu*/

/*Panel - Modal Paragraph*/
.modal-body p,
.panel-body p{
    margin-bottom: 27px;
}
.modal-body p:last-child,
.panel-body p:last-child{
	margin-bottom:0px;
}
/*Panel - Modal Paragraph*/

/*Custom Body*/
.container{
	
}
.container-full{
	
}
.container-fluid{
	
}
/*Custom Body*/

/*Custom Panel*/
.modal-body{
	text-align:justify;
}
.modal-backdrop{
	position:fixed;
}
.panel-custom {
    border-color: #0074b9;
	float:left;
	width:100%;
	margin-bottom: 25px;
}
.panel-custom > .panel-heading {
    background-color: #0074b9;
    border-color: #0074b9;
    color: #fff;
}
/*Custom Panel*/

/*Title Fix*/
.ellipsis {
    position: relative;
}
.ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}
.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Title Fix*/

/*UI Date Picker*/
.ui-datepicker{
	font-size:12px;
}
.ui-datepicker .ui-datepicker-header{
	background: #0074b9;
	border-color: #0074b9;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev{
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover{
	background: #ca9e64;
	border-color: #ca9e64;
}
.ui-datepicker .ui-datepicker-next-hover span,
.ui-datepicker .ui-datepicker-prev-hover span{
	background:url("images/ui-icons_ffffff_256x240.png");
	background-position:-48px -192px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	font-weight:normal;
	color:#0074b9;
}
/*UI Date Picker*/

/*Video Launch*/
.videoLaunchText{
	display:none !important;
}
.videoLaunchIframe{
	display:inline-block;
	width:100%;
	height:488px;
	border-radius:10px;
	margin-bottom: 10px;
}
.videoLaunchURL{
	display:inline-block;
	width:100%;
	text-align: center;
	margin-bottom: -10px;
}
.videoLaunchURL b{
	color: #FFF;
	font-family: 'Raleway-v2-Regular';
	font-weight: normal;
	background-color: #0074b9;
	border-radius: 3px;
	font-size: 12px;
	padding: 3px 5px;
	margin-right: 5px;
	padding-left: 8px;
	display: inline-block;
	margin-bottom: 10px;
}
.videoLaunchURL b span{
	vertical-align: initial;
	font-size: 11px;
}
.videoLaunchURL input{
	display: inline-block;
	border: 1px solid #aeaeb3;
	font-size: 12px;
	font-family: 'Raleway-v2-Regular';
	font-weight: normal;
	padding: 2px 5px;
	background-color: #FFF;
	border-radius: 3px;
	width: 285px;
	max-width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}
@media (max-width: 480px) {
	.videoLaunchIframe{
		height:270px;
	}
}
/*Video Launch*/

/*Data Tables*/
th[align='center'],
td[align='center']{
	text-align:center;
}
th[align='right'],
td[align='right']{
	text-align:right;
}
th[align='left'],
td[align='left']{
	text-align:left;
}
.dataTables_wrapper .glyphicon{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

/*popOver*/
.popover{ /*Fix over modal*/
	z-index: 99999;
}
.popover-content{
	color:#333;
	padding: 8px 10px 8px;
}

/*Carousel*/
/* Fade transition for carousel items */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*Control Shadows*/
.carousel-control.left,
.carousel-control.right{
	background:none !important;
	background-image:none !important;
	background-color:transparent !important;
	filter:none !important;
	width:10% !important;
}

/*Other*/
/*.hoverOpacity{
	
	CSS3
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
}
.hoverOpacity:hover{
	CSS3
	opacity:0.6;
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
}*/

.textBold b,
.textBold strong{
	font-family: 'Raleway-v2-SemiBold';
	font-weight: normal;
	/*color: #0074b9;*/
}
.textUrl a.textoEnlace,
.textUrl a.textoEnlace:visited,
.textUrl a.textoEnlace:hover{
	color:#FFF;
	font-family: 'Raleway-v2-SemiBold';
	font-weight: normal;
	background-color: #0074b9;
	border-radius: 3px;
	font-size: 13px;
    padding: 0 4px;
}
.notificacion{
	background-color: #ff0000;
    border-radius: 500px;
    color: #fff;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    width: 16px;
    height: 16px;
	/*CSS3*/
	opacity:1;
	-webkit-animation: fadeinout 2s linear infinite;
	-moz-animation: fadeinout 2s linear infinite;
	-o-animation: fadeinout 2s linear infinite;
    animation: fadeinout 2s linear infinite;
}
@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0.3; }
  50% { opacity: 1; }
}
@-moz-keyframes fadeinout {
  0%,100% { opacity: 0.3; }
  50% { opacity: 1; }
}
@-o-keyframes fadeinout {
  0%,100% { opacity: 0.3; }
  50% { opacity: 1; }
}
@keyframes fadeinout {
  0%,100% { opacity: 0.3; }
  50% { opacity: 1; }
}
/*Map Select*/
.mapSelectInfo{
	display:inline-block;
	width:100%;
	height:auto;
}
.mapSelectInfo span{
	display:inline-block;
	width:100%;
	height:auto;
}
.mapSelectInfo > .mapSelectIcons{
	display:inline-block;
	width:100%;
	height:auto;
	margin-top:15px;
	text-align:center;
}
.mapSelectInfo > .mapSelectIcons img{
	width:100%;
	max-width:90px;
	vertical-align:middle;
	margin:0px 5px;
}
/*Map Select*/

/*LightGallery*/
.lg-outer .lg-thumb {
	margin-left: auto !important;
	margin-right: auto !important;
}
.lg-outer .lg-thumb .lg-thumb-item.noBorder{
	border-color: transparent !important;
}
.lightgallery .lg-prevthumb,
.lightgallery .lg-nextthumb{
	display: none;
}
/*LightGallery*/

/* ================================================= BOOTSTRAP ================================================= */

/* ================================================= FUENTES ================================================= */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica_Cond_Light';
    src: url('../fonts/HelveticaCdLt.eot');
    src: url('../fonts/HelveticaCdLt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaCdLt.woff') format('woff'),
         url('../fonts/HelveticaCdLt.ttf') format('truetype'),
         url('../fonts/HelveticaCdLt.svg#HelveticaCdLt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica_Cond_Bold';
    src: url('../fonts/HelveticaCdBd.eot');
    src: url('../fonts/HelveticaCdBd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaCdBd.woff') format('woff'),
         url('../fonts/HelveticaCdBd.ttf') format('truetype'),
         url('../fonts/HelveticaCdBd.svg#HelveticaCdBd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Raleway-v2-ExtraLight';
  src: url('../fonts/Raleway-v2-ExtraLight.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/Raleway-v2-ExtraLight.woff') format('woff'), 
	   url('../fonts/Raleway-v2-ExtraLight.ttf')  format('truetype'), 
	   url('../fonts/Raleway-v2-ExtraLight.svg#Raleway-v2-ExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-v2-Regular';
  src: url('../fonts/Raleway-v2-Regular.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/Raleway-v2-Regular.woff') format('woff'), 
	   url('../fonts/Raleway-v2-Regular.ttf')  format('truetype'), 
	   url('../fonts/Raleway-v2-Regular.svg#Raleway-v2-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-v2-SemiBold';
  src: url('../fonts/Raleway-v2-SemiBold.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/Raleway-v2-SemiBold.woff') format('woff'), 
	   url('../fonts/Raleway-v2-SemiBold.ttf')  format('truetype'), 
	   url('../fonts/Raleway-v2-SemiBold.svg#Raleway-v2-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ================================================= FUENTES ================================================= */

/* ================================================= CUSTOM ================================================= */

/*Aditional hover effects*/
.hvr-opacity{
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
}
.hvr-opacity:hover{
	opacity:0.6;
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
}
/*Aditional hover effects/

/*JS Auto Background*/
.JSimgFill img{
	display: none;
}
/*JS Auto Background*/

/*Set margin*/
.margin-5{ margin: 5px !important; }
.margin-10{ margin: 10px !important; }
.margin-15{ margin: 15px !important; }
.margin-20{ margin: 20px !important; }
.margin-25{ margin: 25px !important; }
.margin-30{ margin: 30px !important; }
.margin-35{ margin: 35px !important; }
.margin-40{ margin: 40px !important; }
.margin-45{ margin: 45px !important; }
.margin-50{ margin: 50px !important; }
.margin-55{ margin: 55px !important; }
.margin-60{ margin: 60px !important; }
.margin-65{ margin: 65px !important; }
.margin-70{ margin: 70px !important; }
.margin-75{ margin: 75px !important; }
.margin-80{ margin: 80px !important; }
.margin-85{ margin: 85px !important; }
.margin-90{ margin: 90px !important; }
.margin-95{ margin: 95px !important; }
.margin-100{ margin: 100px !important; }

.margin-t-5{ margin-top: 5px !important; }
.margin-t-10{ margin-top: 10px !important; }
.margin-t-15{ margin-top: 15px !important; }
.margin-t-20{ margin-top: 20px !important; }
.margin-t-25{ margin-top: 25px !important; }
.margin-t-30{ margin-top: 30px !important; }
.margin-t-35{ margin-top: 35px !important; }
.margin-t-40{ margin-top: 40px !important; }
.margin-t-45{ margin-top: 45px !important; }
.margin-t-50{ margin-top: 50px !important; }
.margin-t-55{ margin-top: 55px !important; }
.margin-t-60{ margin-top: 60px !important; }
.margin-t-65{ margin-top: 65px !important; }
.margin-t-70{ margin-top: 70px !important; }
.margin-t-75{ margin-top: 75px !important; }
.margin-t-80{ margin-top: 80px !important; }
.margin-t-85{ margin-top: 85px !important; }
.margin-t-90{ margin-top: 90px !important; }
.margin-t-95{ margin-top: 95px !important; }
.margin-t-100{ margin-top: 100px !important; }

.margin-b-5{ margin-bottom: 5px !important; }
.margin-b-10{ margin-bottom: 10px !important; }
.margin-b-15{ margin-bottom: 15px !important; }
.margin-b-20{ margin-bottom: 20px !important; }
.margin-b-25{ margin-bottom: 25px !important; }
.margin-b-30{ margin-bottom: 30px !important; }
.margin-b-35{ margin-bottom: 35px !important; }
.margin-b-40{ margin-bottom: 40px !important; }
.margin-b-45{ margin-bottom: 45px !important; }
.margin-b-50{ margin-bottom: 50px !important; }
.margin-b-55{ margin-bottom: 55px !important; }
.margin-b-60{ margin-bottom: 60px !important; }
.margin-b-65{ margin-bottom: 65px !important; }
.margin-b-70{ margin-bottom: 70px !important; }
.margin-b-75{ margin-bottom: 75px !important; }
.margin-b-80{ margin-bottom: 80px !important; }
.margin-b-85{ margin-bottom: 85px !important; }
.margin-b-90{ margin-bottom: 90px !important; }
.margin-b-95{ margin-bottom: 95px !important; }
.margin-b-100{ margin-bottom: 100px !important; }

.margin-l-5{ margin-left: 5px !important; }
.margin-l-10{ margin-left: 10px !important; }
.margin-l-15{ margin-left: 15px !important; }
.margin-l-20{ margin-left: 20px !important; }
.margin-l-25{ margin-left: 25px !important; }
.margin-l-30{ margin-left: 30px !important; }
.margin-l-35{ margin-left: 35px !important; }
.margin-l-40{ margin-left: 40px !important; }
.margin-l-45{ margin-left: 45px !important; }
.margin-l-50{ margin-left: 50px !important; }
.margin-l-55{ margin-left: 55px !important; }
.margin-l-60{ margin-left: 60px !important; }
.margin-l-65{ margin-left: 65px !important; }
.margin-l-70{ margin-left: 70px !important; }
.margin-l-75{ margin-left: 75px !important; }
.margin-l-80{ margin-left: 80px !important; }
.margin-l-85{ margin-left: 85px !important; }
.margin-l-90{ margin-left: 90px !important; }
.margin-l-95{ margin-left: 95px !important; }
.margin-l-100{ margin-left: 100px !important; }

.margin-r-5{ margin-right: 5px !important; }
.margin-r-10{ margin-right: 10px !important; }
.margin-r-15{ margin-right: 15px !important; }
.margin-r-20{ margin-right: 20px !important; }
.margin-r-25{ margin-right: 25px !important; }
.margin-r-30{ margin-right: 30px !important; }
.margin-r-35{ margin-right: 35px !important; }
.margin-r-40{ margin-right: 40px !important; }
.margin-r-45{ margin-right: 45px !important; }
.margin-r-50{ margin-right: 50px !important; }
.margin-r-55{ margin-right: 55px !important; }
.margin-r-60{ margin-right: 60px !important; }
.margin-r-65{ margin-right: 65px !important; }
.margin-r-70{ margin-right: 70px !important; }
.margin-r-75{ margin-right: 75px !important; }
.margin-r-80{ margin-right: 80px !important; }
.margin-r-85{ margin-right: 85px !important; }
.margin-r-90{ margin-right: 90px !important; }
.margin-r-95{ margin-right: 95px !important; }
.margin-r-100{ margin-right: 100px !important; }
/*Set margin*/

/*Set padding*/
.padding-5{ padding: 5px !important; }
.padding-10{ padding: 10px !important; }
.padding-15{ padding: 15px !important; }
.padding-20{ padding: 20px !important; }
.padding-25{ padding: 25px !important; }
.padding-30{ padding: 30px !important; }
.padding-35{ padding: 35px !important; }
.padding-40{ padding: 40px !important; }
.padding-45{ padding: 45px !important; }
.padding-50{ padding: 50px !important; }
.padding-55{ padding: 55px !important; }
.padding-60{ padding: 60px !important; }
.padding-65{ padding: 65px !important; }
.padding-70{ padding: 70px !important; }
.padding-75{ padding: 75px !important; }
.padding-80{ padding: 80px !important; }
.padding-85{ padding: 85px !important; }
.padding-90{ padding: 90px !important; }
.padding-95{ padding: 95px !important; }
.padding-100{ padding: 100px !important; }

.padding-t-5{ padding-top: 5px !important; }
.padding-t-10{ padding-top: 10px !important; }
.padding-t-15{ padding-top: 15px !important; }
.padding-t-20{ padding-top: 20px !important; }
.padding-t-25{ padding-top: 25px !important; }
.padding-t-30{ padding-top: 30px !important; }
.padding-t-35{ padding-top: 35px !important; }
.padding-t-40{ padding-top: 40px !important; }
.padding-t-45{ padding-top: 45px !important; }
.padding-t-50{ padding-top: 50px !important; }
.padding-t-55{ padding-top: 55px !important; }
.padding-t-60{ padding-top: 60px !important; }
.padding-t-65{ padding-top: 65px !important; }
.padding-t-70{ padding-top: 70px !important; }
.padding-t-75{ padding-top: 75px !important; }
.padding-t-80{ padding-top: 80px !important; }
.padding-t-85{ padding-top: 85px !important; }
.padding-t-90{ padding-top: 90px !important; }
.padding-t-95{ padding-top: 95px !important; }
.padding-t-100{ padding-top: 100px !important; }

.padding-b-5{ padding-bottom: 5px !important; }
.padding-b-10{ padding-bottom: 10px !important; }
.padding-b-15{ padding-bottom: 15px !important; }
.padding-b-20{ padding-bottom: 20px !important; }
.padding-b-25{ padding-bottom: 25px !important; }
.padding-b-30{ padding-bottom: 30px !important; }
.padding-b-35{ padding-bottom: 35px !important; }
.padding-b-40{ padding-bottom: 40px !important; }
.padding-b-45{ padding-bottom: 45px !important; }
.padding-b-50{ padding-bottom: 50px !important; }
.padding-b-55{ padding-bottom: 55px !important; }
.padding-b-60{ padding-bottom: 60px !important; }
.padding-b-65{ padding-bottom: 65px !important; }
.padding-b-70{ padding-bottom: 70px !important; }
.padding-b-75{ padding-bottom: 75px !important; }
.padding-b-80{ padding-bottom: 80px !important; }
.padding-b-85{ padding-bottom: 85px !important; }
.padding-b-90{ padding-bottom: 90px !important; }
.padding-b-95{ padding-bottom: 95px !important; }
.padding-b-100{ padding-bottom: 100px !important; }

.padding-l-5{ padding-left: 5px !important; }
.padding-l-10{ padding-left: 10px !important; }
.padding-l-15{ padding-left: 15px !important; }
.padding-l-20{ padding-left: 20px !important; }
.padding-l-25{ padding-left: 25px !important; }
.padding-l-30{ padding-left: 30px !important; }
.padding-l-35{ padding-left: 35px !important; }
.padding-l-40{ padding-left: 40px !important; }
.padding-l-45{ padding-left: 45px !important; }
.padding-l-50{ padding-left: 50px !important; }
.padding-l-55{ padding-left: 55px !important; }
.padding-l-60{ padding-left: 60px !important; }
.padding-l-65{ padding-left: 65px !important; }
.padding-l-70{ padding-left: 70px !important; }
.padding-l-75{ padding-left: 75px !important; }
.padding-l-80{ padding-left: 80px !important; }
.padding-l-85{ padding-left: 85px !important; }
.padding-l-90{ padding-left: 90px !important; }
.padding-l-95{ padding-left: 95px !important; }
.padding-l-100{ padding-left: 100px !important; }

.padding-r-5{ padding-right: 5px !important; }
.padding-r-10{ padding-right: 10px !important; }
.padding-r-15{ padding-right: 15px !important; }
.padding-r-20{ padding-right: 20px !important; }
.padding-r-25{ padding-right: 25px !important; }
.padding-r-30{ padding-right: 30px !important; }
.padding-r-35{ padding-right: 35px !important; }
.padding-r-40{ padding-right: 40px !important; }
.padding-r-45{ padding-right: 45px !important; }
.padding-r-50{ padding-right: 50px !important; }
.padding-r-55{ padding-right: 55px !important; }
.padding-r-60{ padding-right: 60px !important; }
.padding-r-65{ padding-right: 65px !important; }
.padding-r-70{ padding-right: 70px !important; }
.padding-r-75{ padding-right: 75px !important; }
.padding-r-80{ padding-right: 80px !important; }
.padding-r-85{ padding-right: 85px !important; }
.padding-r-90{ padding-right: 90px !important; }
.padding-r-95{ padding-right: 95px !important; }
.padding-r-100{ padding-right: 100px !important; }
/*Set padding*/

/*Disable margin*/
.no-margin{ margin: 0px !important; }
.no-margin-h{ padding-left: 0px !important; padding-right: 0px !important; }
.no-margin-v{ padding-top: 0px !important; padding-bottom: 0px !important; }
.no-margin-l{ margin-left: 0px !important; }
.no-margin-r{ margin-right: 0px !important; }
.no-margin-t{ margin-top: 0px !important; }
.no-margin-b{ margin-bottom: 0px !important; }
/*Disable margin*/

/*Disable padding*/
.no-padding{ padding: 0px !important; }
.no-padding-h{ padding-left: 0px !important; padding-right: 0px !important; }
.no-padding-v{ padding-top: 0px !important; padding-bottom: 0px !important; }
.no-padding-l{ padding-left: 0px !important; }
.no-padding-r{ padding-right: 0px !important; }
.no-padding-t{ padding-top: 0px !important; }
.no-padding-b{ padding-bottom: 0px !important; }
/*Disable padding*/

/*Vertical align*/
.v-align,
.v-align,
.v-align{
	display: table;
}
.v-align-top{
	display: table-cell !important;
	vertical-align: top !important;
}
.v-align-middle{
	display: table-cell !important;
	vertical-align: middle !important;
}
.v-align-bottom{
	display: table-cell !important;
	vertical-align: bottom !important;
}
/*Vertical align*/

/*Width percentage*/
.width-33{
	width:33.3% !important;
}
.width-50{
	width:50% !important;
}
.width-100{
	width:100% !important;
}
/*Width percentage*/

/*Height percentage*/
.height-33{
	height:33.3% !important;
}
.height-50{
	height:50% !important;
}
.height-100{
	height:100% !important;
}
/*Height percentage*/

/* ================================================= CUSTOM ================================================= */

/*CSS End*//*CSS Start*/

/* ================================================= AUSPICIADOR PRINCIPAL ================================================= */
.auspiciadorBanner{
	background-color: #333333;
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
}
.auspiciadorBanner > .container{
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}
.auspiciadorBanner > .container > a,
.auspiciadorBanner > .container > a:visited,
.auspiciadorBanner > .container > a:hover{
	background-color:#FFF;
	display:inline-block;
}
.auspiciadorBanner > .container > a img{
	max-width:100%;
	width: 600px;
	height:auto;
}
.auspiciadorBanner > .container > a img.desktop{
	display:inline-block;
}
.auspiciadorBanner > .container > a img.movil{
	display:none;
}
/* ================================================= AUSPICIADOR PRINCIPAL ================================================= */
.banner-wide{
	background: white;
}
.banner-wide img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90px;
}

.main-titulo{
	width:100%;
	display: inline-block;
}
.main-titulo > .texto{
 	font-family: "Raleway-v2-Regular";
    font-size: 17px;
	color:#333333;
	text-transform: uppercase;
	width:100%;
	display: inline-block;
}
.main-titulo > .texto > b{
	font-family: 'Raleway-v2-SemiBold';
	font-weight: normal;
	color:#0074b9;
}
.main-titulo > .linea{
	width:100%;
	display: inline-block;
}
.main-titulo > .linea b{
	width:42px;
	height:2px;
	display:block;
	background-color:#aeaeb3;
}
.main-titulo.text-center > .linea b{
	margin: 0 auto;
}
.abiertoDeChile2017 .media-noticia,
.abiertoDeChile2017 .media-noticia:visited,
.abiertoDeChile2017 .media-noticia:hover{
	color:#333333;
	display: block;
}
.abiertoDeChile2017 .media-noticia .media-heading{
	font-family: 'Raleway-v2-SemiBold';
	font-weight: normal;
}
.abiertoDeChile2017 .media-noticia .media-desc{
	font-size: 12px;
	padding-top: 5px;
	display: inline-block;
	line-height: 19px;
	max-height: 65px;
	overflow: hidden;
}
.abiertoDeChile2017 .media-noticia .media-foto{
	width: 150px; 
	height: 90px; 
	position: relative; 
	overflow: hidden;
}

#facebook_dashboard_widget .inside{
	height: 300px;
}
#fb_container{
	width: 100%; 
	height: 300px; 
	text-align: center;
}
@media (max-width: 1200px) 
{ 
	.abiertoDeChile2017 .media-noticia .media-foto{
		width: 110px; 
	}
}
@media (max-width: 480px) 
{ 
	#facebook_dashboard_widget .inside{
		height: 400px;
	}
	#fb_container{
		width: 100%; 
		height: 400px; 
		text-align: center;
	}
	.abiertoDeChile2017 .media-noticia .media-foto{
		width: 100%; 
		height: 110px;
	}
	.abiertoDeChile2017 .media-noticia .media-left{
		width: 100%;
		float: left;
		padding-right: 0px;
	}
	.abiertoDeChile2017 .media-noticia .media-body{
		width: 100%;
		float: left;
		padding-top: 15px;
	}
	.abiertoDeChile2017 .media-noticia .media-desc{
		max-height: none;
	}
}

.v2-bloque-3 .v2-left iframe{
	background-color: #0074b9;
	height: 300px;
	position: relative;
}
.v2-bloque-3 .v2-left .titulo,
.v2-bloque-3 .v2-right .titulo{
	font-family: 'Raleway-v2-SemiBold';
	font-size: 15px;
	color: #333;
}
.v2-bloque-3 .v2-right .imagen{
	height: 118px;
	position: relative;
}
.v2-bloque-3 .v2-right .imagen .fondo{
	background-color: #0074b9;
	position: absolute;
	width: 100%;
	height: 100%;
}
@media (max-width: 1200px) 
{
	.v2-bloque-3 .v2-left iframe{
		height: 250px;
	}
	.v2-bloque-3 .v2-right .imagen{
		height: 93px;
	}
}
@media (max-width: 480px) 
{
	.v2-bloque-3 .v2-right .imagen{
		height: 75px;
	}
}
/* ================================================= SOCIAL ================================================= */
.socialBar{
	background-color:#e9e9e9;
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
}
.socialBar > .container{
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
}
.socialBar > .container > .icon,
.socialBar > .container > .icon:visited,
.socialBar > .container > .icon:hover{
	float:left;
	margin-right:6px;
	vertical-align:middle;
}
.socialBar > .container > .icon.last{
	margin-right:0px;
}
.socialBar > .container > .icon > img{
	width:29px;
	height:29px;
	border-radius:5px;
}
.socialBar > .container > .login,
.socialBar > .container > .login:visited,
.socialBar > .container > .login:hover{
	font-family: 'Raleway-v2-ExtraLight';
	font-size: 11px;
    letter-spacing: 0.5px;
	float:right;
	margin-left:6px;
	color:#FFF;
	border-radius:4px;
	padding:7px 15px;
	vertical-align:middle;
}
.socialBar > .container > .login.first{
	background-color:#eb6866;
}
.socialBar > .container > .login.second{
	background-color:#0074b9;
}
.socialBar > .container > .login.last{
	background-color:#444444;
	margin-left:0px;
}
.socialBar > .container > .login > b{
	display:inline-block;
	font-weight:normal;
}
.socialBar > .container > .login > .glyphicon{
	display:none;
}
/* ================================================= SOCIAL  ================================================= */

.panel-body img.aligncenter{
    margin: 0 auto;
    display: block;
}
.panel-body img.alignleft{
    float: left;
    margin-right: 15px;
}
.panel-body img.alignright{
    float: right;
    margin-left: 15px;
}

/* ================================================= MAIN MENU ================================================= */
.mainMenu{
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	color:#333333;
}
.mainMenu > .container{
	text-align:center;
}
.mainMenu > .container > .logo,
.mainMenu > .container > .logo:visited,
.mainMenu > .container > .logo:hover{
	display:inline-block;
	padding-right:30px;
	vertical-align:middle;
	padding-top:5px;
}
.mainMenu > .container > .logo > img{
	width:208px;
	height:auto;
}
.mainMenu > .container > .item,
.mainMenu > .container > .item:visited,
.mainMenu > .container > .item:hover{
	border-bottom: 5px solid #FFF;
    border-top: 5px solid #FFF;
    color: #666666;
    display: inline-block;
    font-family: 'Raleway-v2-Regular';
    font-size: 12px;
    margin-left: 30px;
    padding-bottom: 35px;
    padding-top: 45px;
    text-transform: uppercase;
    vertical-align: middle;
	cursor:pointer;
}
.mainMenu > .container > .item > .glyphicon{
	color: #0074b9;
    font-size: 13px;
    margin-right: 10px;
}
.mainMenu > .container > .item.active{
	font-family:'Raleway-v2-SemiBold' !important;
	color:#000  !important;
	border-bottom-color:#0074b9 !important;
}
.mainMenu > .container > .item.movil{
	display:none;
}
.mainMenu > .container > .item.jugadores{
	padding-top: 48px;
	padding-bottom: 24px;
	line-height: 12px;
	height: 107.15px;
	width: 53px;
	margin-left: 20px;
}
.mainMenu > .container > .item.jugadores > b{
	width: 100%;
	height: auto;
	display: inline-block;
	font-weight: normal;
}
.mainMenu > .container > .item.jugadores > b .notificacion{
	padding-top: 2px;
	font-size: 9px;
}
.mainMenu > .container > .item.jugadores > i{
	width: 100%;
	height: auto;
	display: inline-block;
	font-size: 10px;
	font-style: normal;
	color:#0074b9;
	font-family:'Raleway-v2-SemiBold';
}
/* ================================================= MAIN MENU ================================================= */

/* ================================================= MAIN MENU MOVIL ================================================= */
.mainMenuMovil{
	background-image:url("../img/mainmenu_bg.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#0074b9;
	background-size: contain;
	width:100%;
	height:0px;
	float:left;
	color:#FFF;
	overflow:hidden;
	position:relative;
	/*CSS3*/
	transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-webkit-transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
}
.mainMenuMovil > .container{
	text-align:center;
	padding-left:0px;
	padding-right:0px;
}
.mainMenuMovil > .container > .item,
.mainMenuMovil > .container > .item:visited,
.mainMenuMovil > .container > .item:hover{
    border-bottom: 1px dashed #FFF;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-family: 'Raleway-v2-Regular';
    font-size: 12px;
    height: auto;
    padding: 13px 15px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.mainMenuMovil > .container > .item.last{
	border-bottom:none;
}
.mainMenuMovil > .container > .item > .glyphicon{
	margin-right:10px;
}
.mainMenuMovil > .container > .item > .notificacion{
	font-size: 9px;
}
.mainMenuMovil > .container > .item > .notificacion > span{
	margin-top: 2px;	
}
/* ================================================= MAIN MENU MOVIL ================================================= */

/* ================================================= HOME BANNER ================================================= */
.homeBanner{
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
	overflow:hidden;
	position: relative;
}
.homeBanner .desktop{
	float: left;
	width: 100%;
	height: auto;
	display: block;
}
.homeBanner .movil{
	display: none;
}
.homeBanner .item{
	float:left;
	width:33.33%;
}
.homeBanner .item .itemTable{
	display: table;
	width: 100%;
	height: 400px;
}
.homeBanner .item:nth-child(1){
	padding-right: 7px;
}
.homeBanner .item:nth-child(2){
	padding-left: 3px;
	padding-right: 3px;
}
.homeBanner .item:nth-child(3){
	padding-left: 7px;
}
.homeBanner .item .container,
.homeBanner .item .container:visited,
.homeBanner .item .container:hover{
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: bottom;
	padding: 0px;
	color:#FFF;
}
.homeBanner .item .container > .fondo{
	position:absolute;
	width:100%;
	height:100%;
	z-index:50;
	top:0px;
}
.homeBanner .item .container > .fondo img{
	display: none;
}
.homeBanner .item .container > .sombra{
	background-image:url("../img/bannerhome_bg_3.png");
	background-position:center bottom;
	background-repeat:repeat-x;
	background-color: transparent;
	position:absolute;
	width:100%;
	height:100%;
	z-index:50;
	top:0px;
}
.homeBanner .item .container > .datos{
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	z-index:100;
	padding: 25px 20px;
}
.homeBanner .item .container > .datos > i{
	font-style: normal;
}
.homeBanner .item .container > .datos > .categoria{
	text-align:left;
	/*margin-bottom: 13px;*/
	margin-bottom: 3px;
	float: left;
	width: 100%;
}
.homeBanner .item .container > .datos > .categoria b{
	/*width:42px;
	height:2px;
	display:inline-block;
	background-color:#aeaeb3;
	float: left;*/
	background-color: #FFF;
	color:#333;
	font-size: 17px;
	display: inline-block;
	padding: 1px 6px;
	cursor: pointer;
	font-weight: normal;
	height: 26px;
	width: auto;
	max-width: 100%;
	border-radius: 5px;
	font-family: "bebas_neueregular";
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.homeBanner .item .container > .datos > .titulo{
	font-family: "bebas_neueregular";
    font-size: 31px;
    line-height: 36px;
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: left;
	text-shadow: 1px 1px 12px rgba(0,0,0,0.5);
}
.homeBanner .item .container > .datos > .texto{
    font-family: 'Raleway-v2-Regular';
    font-size: 12px;
	line-height: 20px;
	letter-spacing:0.5px;
	display: inline-block;
	width: 100%;
	height: auto;
	padding-top: 8px;
	text-align: justify;
	text-shadow: 1px 1px 12px rgba(0,0,0,0.5);
}
.homeBanner .item .container > .datos > .boton{
	padding:15px 0px 0px;
	text-align:left;
	display: inline-block;
	width: 100%;
	height: auto;
}
.homeBanner .item .container > .datos > .boton b{
	border: 1px solid #FFF;
    /*display:inline-block;*/
	float: left;
    font-family: "Raleway-v2-Regular";
    font-size: 11px;
    padding: 7px 15px;
    text-transform: uppercase;
	font-weight: normal;
}
.homeBanner .item .container > .datos > .boton u{
	border: 1px solid transparent;
	/*display:inline-block;*/
	float: right;
	font-family: "Raleway-v2-Regular";
	font-size: 12px;
	padding-top: 17px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	margin-bottom: -5px;
	line-height: 12px;
}
/* ================================================= HOME BANNER ================================================= */

/* ================================================= HOME NOTICIAS ================================================= */
.homeNoticias{
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
}
.homeNoticias > .container{
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}
.homeNoticias > .container > a,
.homeNoticias > .container > a:visited,
.homeNoticias > .container > a:hover{
	display: inline-block;
	width: 33.2%;
	height: auto;
	padding-left: 11px;
    padding-right: 11px;
	text-align: left;
	vertical-align: top;
}
.homeNoticias > .container > a:nth-child(1){
	padding-left: 0px;
}
.homeNoticias > .container > a:nth-child(3n+3){
	padding-right: 0px;
}
.homeNoticias > .container > a > i > img{
	display: none;
}
.homeNoticias > .container > a > i{
	float: left;
	width: 100%;
	height: auto;
	font-style: normal;
}
.homeNoticias > .container > a > .categoria{
    font-family: "Raleway-v2-Regular";
    font-size: 17px;
	color:#333333;
	text-transform: uppercase;
	padding-bottom: 13px;
}
.homeNoticias > .container > a > .categoria > b{
	font-family: 'Raleway-v2-SemiBold';
	font-weight: normal;
	color:#0074b9;
}
.homeNoticias > .container > a > .foto{
	background-color: #0074b9;
	height: 175px;
}
.homeNoticias > .container > a > .fecha{
	float: left;
	width: 100%;
	height: 21px;
	text-align: right;
	margin-top:-21px;
	z-index: 50;
	position: relative;
	margin-bottom: 15px;
}
.homeNoticias > .container > a > .fecha b{
	background-color: #0074b9;
	color:#FFF;
	font-size: 12px;
	display: inline-block;
	padding: 1px 6px;
	cursor: pointer;
	font-weight: normal;
	height: 21px;
	max-width: 100%;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.homeNoticias > .container > a > .categoriaMini{
	text-align:left;
	margin-bottom: 3px;
	float: left;
	width: 100%;
	text-transform: none;
}
.homeNoticias > .container > a > .categoriaMini b{
	background-color: #a5a5a5;
	color:#FFF;
	font-size: 12px;
	display: inline-block;
	padding: 1px 6px;
	cursor: pointer;
	font-weight: normal;
	height: 21px;
	width: auto;
	max-width: 100%;
	border-radius: 5px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.homeNoticias > .container > a > .linea{
	text-align:left;
	margin-bottom: 13px;
	float: left;
	width: 100%;
}

.homeNoticias > .container > a > .linea b{
	width:42px;
	height:2px;
	display:inline-block;
	background-color:#aeaeb3;
	float: left;
}
.homeNoticias > .container > a > .titulo{
	font-family: 'Raleway-v2-SemiBold';
    font-size: 13px;
	color:#333333;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: left;
}
.homeNoticias > .container > a > .texto{
    font-family: "Raleway-v2-Regular";
    color: #333333;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 13px;
    text-align: justify;
}
.homeNoticias > .container > a > .boton{
}
.homeNoticias > .container > a > .boton b{
	border: 1px solid #0074b9;
	color:#0074b9;
    display:inline-block;
    font-family: "Raleway-v2-Regular";
    font-size: 11px;
    padding: 10px 15px;
	font-weight: normal;
    text-transform: uppercase;
}
.homeNoticias > .container > a.special{
	display: none;
}
.homeNoticias > .container > a.special > div > span{
	display:table;
	height: 300px;
	width: 100%;
}
.homeNoticias > .container > a.special > div > span i{
	background-image:url("../img/homenoticias_bg.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	font-style:normal;
	display:table-cell;
	vertical-align:middle;
	color:#333333;
	text-align:center;
	border: 1px solid #a0a0a0;
    padding: 25px 30px;
    font-family: "Raleway-v2-Regular";
    font-size: 16px;
}
.homeNoticias > .container > a.special > div > span u{
	display:inline-block;
	width:100%;
	height:auto; 
	font-family: "bebas_neueregular";
    font-size: 33px;
    line-height: 35px;
	text-decoration:none;
	color:#666;
}
.homeNoticias > .container > a.special > div > span u b{
	color: #0074b9;
    font-weight: normal;
}
.homeNoticias > .container > a.special > div > span img{
	margin-top: 5px;
    width: 35px;
	height: 35px;
}
/* ================================================= HOME NOTICIAS ================================================= */

/* ================================================= HOME AUSPICIADORES ================================================= */
.homeAuspiciadores{
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.homeAuspiciadores > .container{
	padding-top:15px;
	padding-bottom:30px;
	text-align:center;
}
.homeAuspiciadores > .container > a,
.homeAuspiciadores > .container > a:visited,
.homeAuspiciadores > .container > a:hover{
	display: inline-block;
    height: auto;
    /*min-width: 150px;
    width: 15%;*/
    padding: 15px 1% 0;
    vertical-align: middle;
}
.homeAuspiciadores > .container > a > img{
	max-width: 120px;
	max-height: 60px;
}
.homeAuspiciadores > .container > a > img.size_S{
	max-width:150px;
	max-height:70px;
}
.homeAuspiciadores > .container > a > img.size_M{
	max-width:180px;
	max-height:90px;
}
.homeAuspiciadores > .container > a > img.size_L{
	max-width:200px;
	max-height:100px;
}
.homeAuspiciadores > .container > a > img.size_XL{
	max-height: 150px;
    max-width: 300px;
}
/* ================================================= HOME AUSPICIADORES ================================================= */

/* ================================================= HOME ACCESOS ================================================= */
.homeAccesos{
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
}
.homeAccesos > .container{
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}
.homeAccesos > .container > a,
.homeAccesos > .container > a:visited,
.homeAccesos > .container > a:hover{
	display: inline-block;
	width: 50%;
	height: auto;
}
.homeAccesos > .container > a.izq{
	padding-left: 0px;
    padding-right: 13px;
}
.homeAccesos > .container > a.der{
	padding-left: 13px;
    padding-right: 0x;
}
.homeAccesos > .container > a > .texto{
	background-color:#034074;
	float: left;
	width: 100%;
	height: 270px;
	display: table;
	overflow: hidden;
	position: relative;
}
.homeAccesos > .container > a > .texto > .fondo{
	position:absolute;
	width:100%;
	height:100%;
	z-index:50;
}
.homeAccesos > .container > a > .texto > .fondo > img{
	display:none;
}
.homeAccesos > .container > a > .texto > span{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	color:#FFF;
	position: relative;
	z-index: 100;
	padding:30px;
}
.homeAccesos > .container > a.izq > .texto > span{
	background-image:url("../img/homeaccesos_bg_1.png");
	background-position:center center;
	background-repeat:no-repeat;
}
.homeAccesos > .container > a.der > .texto > span{
	background-image:url("../img/homeaccesos_bg_2.png");
	background-position:center center;
	background-repeat:no-repeat;
}
.homeAccesos > .container > a.izq > .texto > span > .top,
.homeAccesos > .container > a.der > .texto > span > .top{
	display: inline-block;
    font-family: "bebas_neueregular";
    font-size: 25px;
    height: auto;
    line-height: 30px;
    width: 50%;
    margin-top: 10px;
	text-align:center;
    margin-right: -30px;
}
.homeAccesos > .container > a.izq > .texto > span > .top > b,
.homeAccesos > .container > a.der > .texto > span > .top > b{
	font-size:35px;
	font-weight:normal;
	padding-right: 15%;
}
.homeAccesos > .container > a.izq > .texto > span > .top > i,
.homeAccesos > .container > a.der > .texto > span > .top > i{
	font-style:normal;
	padding-left: 15%;
}
.homeAccesos > .container > a.izq > .texto > span > .bottom,
.homeAccesos > .container > a.der > .texto > span > .bottom{
	background-image:url("../img/homeaccesos_bg_3.png");
	background-position:left bottom;
	background-repeat:no-repeat;
	display: inline-block;
    height: auto;
    margin-right: -30px;
    margin-top: 10px;
    padding: 15px 10px;
    width: 80%;
}
.homeAccesos > .container > a.izq > .texto > span > .bottom > i,
.homeAccesos > .container > a.der > .texto > span > .bottom > i{
	font-style:normal;
	font-family: "Raleway-v2-Regular";
    font-size: 13px;
	display: inline-block;
	vertical-align:middle;
	padding-left: 10px;
	padding-right:10px;
	width:80%;
}
.homeAccesos > .container > a.izq > .texto > span > .bottom > b,
.homeAccesos > .container > a.der > .texto > span > .bottom > b{
	border: 1px solid #FFF;
	color:#FFF;
    display:inline-block;
    font-family: "Raleway-v2-Regular";
    font-size: 11px;
    padding: 10px 0px;
	text-align:center;
	font-weight: normal;
    text-transform: uppercase;
	vertical-align:middle;
	width:20%;
}
.homeAccesos > .container > a.izq > .texto > span > .bottom > u,
.homeAccesos > .container > a.der > .texto > span > .bottom > u{
	border: 1px solid #FFF;
	color:#FFF;
    font-size: 18px;
    padding: 10px 0px;
	text-align:center;
	font-weight: normal;
	vertical-align:middle;
	width:20%;
	display:none;
	text-decoration:none;
}
/* ================================================= HOME ACCESOS ================================================= */

/* ================================================= HOME JUGADORES ================================================= */
.homeJugadores{
	background-color:#333333;
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
	position:relative;
	overflow:hidden;
}
.homeJugadores > .fondo1{
	position:absolute;
	width:100%;
	height:100%;
	z-index:50;
	margin: 0 auto;
	/*CSS3
	transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;*/
}
.homeJugadores:hover > .fondo1{
    /*-moz-transform: scale(1.2, 1.2) rotate(-1.5deg);
    -webkit-transform: scale(1.2, 1.2) rotate(-1.5deg);
    -o-transform: scale(1.2, 1.2) rotate(-1.5deg);
    transform: scale(1.2, 1.2) rotate(-1.5deg);
	CSS3
	transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;*/
}
.homeJugadores > .fondo1 > img{
	display: none;
}
.homeJugadores > .fondo2{
	background-image:url("../img/homejugadores_bg_2.png");
	background-position:center center;
	background-repeat:repeat;
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
}
.homeJugadores > .container{
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	position:relative;
	color:#FFF;
	z-index:150;
}
.homeJugadores > .container > a,
.homeJugadores > .container > a:visited,
.homeJugadores > .container > a:hover{
	display:inline-block;
	color:#FFF;
	width:100%;
	height:auto;
	text-align:center;
}
.homeJugadores > .container > a > .icono{
	width:185px;
	height:60px;
	display: table;
	margin: 0 auto;
}
.homeJugadores > .container > a > .icono > .left{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 60px;
}
.homeJugadores > .container > a > .icono > .left > img{
	width: 100%;
	height: auto;
}
.homeJugadores > .container > a > .icono > .right{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: auto;
	font-family: 'bebas_neueregular';
	font-size: 32px;
	line-height: 27px;
	padding-left: 10px;
}
.homeJugadores > .container > a > .icono > .right b{
	font-weight: normal;
	display: inline-block;
	width: 100%;
}
.homeJugadores > .container > a > .icono > .right i{
	font-style: normal;
	font-size: 24px;
	width: 100%;
	display: inline-block;
}
.homeJugadores > .container > a > .texto{
    font-family: "Raleway-v2-Regular";
    font-size: 14px;
	width:100%;
	height:auto;
	float:left;
	padding:25px 0px;
}
.homeJugadores > .container > a > .boton{
	width:100%;
	height:auto;
	float:left;
}
.homeJugadores > .container > a > .boton b{
	border: 1px solid #FFF;
    display:inline-block;
    font-family: "Raleway-v2-Regular";
    font-size: 11px;
    padding: 10px 15px;
    text-transform: uppercase;
	font-weight: normal;
}
/* ================================================= HOME JUGADORES ================================================= */

/* ================================================= HOME ALIANZAS ================================================= */
.homeAlianzas{
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
}
.homeAlianzas > .container{
	padding-top:30px;
	padding-bottom:20px;
	text-align:center;
}
.homeAlianzas > .container > .titulo{
	width:100%;
	float:left;
}
.homeAlianzas > .container > .titulo > .texto{
 	font-family: "Raleway-v2-Regular";
    font-size: 17px;
	color:#333333;
	text-transform: uppercase;
	padding-bottom: 15px;
	width:100%;
	float:left;
}
.homeAlianzas > .container > .titulo > .texto > b{
	font-family: 'Raleway-v2-SemiBold';
	font-weight: normal;
	color:#0074b9;
}
.homeAlianzas > .container > .titulo > .linea{
	width:100%;
	float:left;
}
.homeAlianzas > .container > .titulo > .linea b{
	width:42px;
	height:2px;
	display:block;
	margin: 0 auto;
	background-color:#aeaeb3;
}
.homeAlianzas > .container > .logos{
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	float:left;
	width:100%;
}
.homeAlianzas > .container > .logos > a,
.homeAlianzas > .container > .logos > a:visited,
.homeAlianzas > .container > .logos > a:hover{
	display: inline-block;
    height: auto;
    /*min-width: 150px;
    width: 15%;*/
    padding: 15px 1% 0;
    vertical-align: middle;
}
.homeAlianzas > .container > .logos > a > img{
	max-width: 120px;
	max-height: 60px;
}
.homeAlianzas > .container > .logos > a > img.size_S{
	max-width:150px;
	max-height:70px;
}
.homeAlianzas > .container > .logos > a > img.size_M{
	max-width:180px;
	max-height:90px;
}
.homeAlianzas > .container > .logos > a > img.size_L{
	max-width:200px;
	max-height:100px;
}
.homeAlianzas > .container > .logos > a > img.size_XL{
	max-height: 150px;
    max-width: 300px;
}
/* ================================================= HOME ALIANZAS ================================================= */

/* ================================================= BANNER PAGE ================================================= */
.pageBanner{
	background-color:#333333;
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
	position: relative;
	overflow: hidden;
}
.pageBanner > .fondo{
	position:absolute;
	width:100%;
	height:100%;
	z-index:50;
}
.pageBanner > .fondo > img{
	display: none;
}
.pageBanner > .container{
	padding-top:30px;
	padding-bottom:0px;
	text-align:center;
	position: relative;
	z-index: 100;
}
.pageBanner > .container > .texto{
	float: left;
	width: 100%;
	height: auto;
}
.pageBanner > .container > .texto > span{
	background-image:url("../img/page_bg_2.png");
	background-position:left bottom;
	background-repeat:no-repeat;
	font-weight: normal;
	display: inline-block;
    height: auto;
    margin-top: 70px;
    padding: 15px 0px 15px 35px;
    width: auto;
	z-index: 100;
	position: relative;
	
	float: right;
	text-align: right;
	font-family: "bebas_neueregular";
    font-size: 33px;
    line-height: 35px;
	/*text-shadow:0 2px 4px rgba(0,0,0,0.5),0 2px 25px rgba(0,0,0,0.5);*/
	/*CSS3*/
	opacity:1;
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-o-animation: fadein 2s;
    animation: fadein 2s;
}
.pageBanner > .container > .texto > span.subtitle{
	 line-height: 22px;
}
.pageBanner > .container > .texto > span .title1{
	display: inline-block;
	font-size: 30px;
}
.pageBanner > .container > .texto > span .title2{
	display: inline-block;
	font-size: 20px;
}
.pageBanner > .container > .texto > span.red{
	background-image:url("../img/page_bg_2b.png");
}
.pageBanner > .container > .texto > i{
	background-image:url("../img/page_bg_4.png");
	background-position:left bottom;
	background-repeat:no-repeat;
    bottom: 0;
    height: 100%;
    margin-right: -95%;
    position: absolute;
    right: 15px;
    width: 100%;
	z-index: 50;
}
.pageBanner > .container > .texto > b{
	background-image:url("../img/page_bg_3.png");
	background-position:center center;
	background-repeat:repeat;
    bottom: 0;
    height: auto;
    margin-right: -100%;
    position: absolute;
    right: 15px;
    width: 100%;
	z-index: 100;
	/*CSS3*/
	opacity:1;
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-o-animation: fadein 2s;
    animation: fadein 2s;
}
.pageBanner > .container > .texto > b.red{
	background-image:url("../img/page_bg_3b.png");
}
@-webkit-keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/* ================================================= BANNER PAGE================================================= */

/* ================================================= PAGE AUSPICIADORES ================================================= */
.pageAuspiciadores{
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
}
.pageAuspiciadores > .container{
	padding-bottom:30px;
	text-align:center;
}
.pageAuspiciadores > .container a,
.pageAuspiciadores > .container a:visited,
.pageAuspiciadores > .container a:hover{
	display: inline-block;
    padding: 15px 15px 0px;
    vertical-align: middle;
	cursor: default;
}
.pageAuspiciadores > .container a[href]{
	cursor: pointer;
}
.pageAuspiciadores > .container img{
	max-width: 100px;
	max-height: 85px;
}
@media (max-width: 480px)
{
	.pageAuspiciadores > .container a,
	.pageAuspiciadores > .container a:visited,
	.pageAuspiciadores > .container a:hover{
   		padding: 10px 10px 0px;
	}
	.pageAuspiciadores > .container img{
		max-width: 85px;
		max-height: 65px;
	}
}
/*
.pageAuspiciadores > .container > a,
.pageAuspiciadores > .container > a:visited,
.pageAuspiciadores > .container > a:hover{
	display: inline-block;
    height: auto;
    padding: 15px 1% 0;
    vertical-align: middle;
}
.pageAuspiciadores > .container > a > img{
	max-width: 120px;
	max-height: 60px;
}
.pageAuspiciadores > .container > a > img.size_S{
	max-width:150px;
	max-height:70px;
}
.pageAuspiciadores > .container > a > img.size_M{
	max-width:180px;
	max-height:90px;
}
.pageAuspiciadores > .container > a > img.size_L{
	max-width:200px;
	max-height:100px;
}
.pageAuspiciadores > .container > a > img.size_XL{
	max-height: 150px;
    max-width: 300px;
}*/
/* ================================================= PAGE AUSPICIADORES ================================================= */

/* ================================================= PAGE CONTENT ================================================= */
.pageContent{
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	color:#333333;
	min-height: 300px;
}
.pageContent > .container{
	padding-top:30px;
	padding-bottom:30px;
    font-family: "Raleway-v2-Regular";
	text-align: justify;
}
/* ================================================= PAGE CONTENT ================================================= */

/* ================================================= PAGE 404 ================================================= */
.pageContent.error404 .imagen{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
}
.pageContent.error404 .imagen img{
	width: 100%;
	max-width: 230px;
	height: auto;
}
.pageContent.error404 h4{
	margin-bottom: 15px;
}
/* ================================================= PAGE 404 ================================================= */

/* ================================================= PAGE NOTICIAS ================================================= */
.pageContent.noticiasHome .panel-title{
	text-align: center;
}
.pageContent.noticiasHome .categorias{
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.pageContent.noticiasHome .categorias a,
.pageContent.noticiasHome .categorias a:visited,
.pageContent.noticiasHome .categorias a:hover{
	text-align: center;
	background-color: #0074b9;
	border:1px solid #0074b9;
	color: #FFF;
	padding: 6px 6px;
	margin: 0px 5px;
	margin-bottom: 13px;
	display: inline-block;
	padding-right: 13px;
}
.pageContent.noticiasHome .categorias a .glyphicon{
	vertical-align: initial;
	margin-right: 6px;
}.pageContent.noticiasHome .categorias a.active{
	background-color: #FFF;
	color: #0074b9;
}
.pageContent.noticiasHome > .container > .bloques{
	text-align:center;
	margin-bottom: -10px;
}
.pageContent.noticiasHome > .container > .bloques > a,
.pageContent.noticiasHome > .container > .bloques > a:visited,
.pageContent.noticiasHome > .container > .bloques > a:hover{
	display: inline-block;
	width: 33.33%;
	height: auto;
	padding-left: 11px;
    padding-right: 11px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
}
.pageContent.noticiasHome > .container > .bloques > a:nth-child(1),
.pageContent.noticiasHome > .container > .bloques > a:nth-child(4),
.pageContent.noticiasHome > .container > .bloques > a:nth-child(7){
	padding-left: 0px;
}
.pageContent.noticiasHome > .container > .bloques > a:nth-child(3),
.pageContent.noticiasHome > .container > .bloques > a:nth-child(6),
.pageContent.noticiasHome > .container > .bloques > a:nth-child(9){
	padding-right: 0px;
}
.pageContent.noticiasHome > .container > .bloques > a > i > img{
	display: none;
}
.pageContent.noticiasHome > .container > .bloques > a > i{
	float: left;
	width: 100%;
	height: auto;
	font-style: normal;
}
.pageContent.noticiasHome > .container > .bloques > a > .categoria{
    font-family: "Raleway-v2-Regular";
    font-size: 17px;
	color:#333333;
	text-transform: uppercase;
	padding-bottom: 13px;
}
.pageContent.noticiasHome > .container > .bloques > a > .categoria > b{
	font-family: 'Raleway-v2-SemiBold';
	font-weight: normal;
	color:#0074b9;
}
.pageContent.noticiasHome > .container > .bloques > a > .foto{
	background-color: #0074b9;
	height: 175px;
}
.pageContent.noticiasHome > .container > .bloques > a > .fecha{
	float: left;
	width: 100%;
	height: 21px;
	text-align: right;
	margin-top:-21px;
	z-index: 50;
	position: relative;
	margin-bottom: 15px;
}
.pageContent.noticiasHome > .container > .bloques > a > .fecha b{
	background-color: #0074b9;
	color:#FFF;
	font-size: 12px;
	display: inline-block;
	padding: 1px 6px;
	cursor: pointer;
	font-weight: normal;
	height: 21px;
	max-width: 100%;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pageContent.noticiasHome > .container > .bloques > a > .categoriaMini{
	text-align:left;
	margin-bottom: 3px;
	float: left;
	width: 100%;
	text-transform: none;
}
.pageContent.noticiasHome > .container > .bloques > a > .categoriaMini b{
	background-color: #a5a5a5;
	color:#FFF;
	font-size: 12px;
	display: inline-block;
	padding: 1px 6px;
	cursor: pointer;
	font-weight: normal;
	height: 21px;
	width: auto;
	max-width: 100%;
	border-radius: 5px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pageContent.noticiasHome > .container > .bloques > a > .linea{
	text-align:left;
	margin-bottom: 13px;
	float: left;
	width: 100%;
}

.pageContent.noticiasHome > .container > .bloques > a > .linea b{
	width:42px;
	height:2px;
	display:inline-block;
	background-color:#aeaeb3;
	float: left;
}
.pageContent.noticiasHome > .container > .bloques > a > .titulo{
	font-family: 'Raleway-v2-SemiBold';
    font-size: 13px;
	color:#333333;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: left;
}
.pageContent.noticiasHome > .container > .bloques > a > .texto{
    font-family: "Raleway-v2-Regular";
    color: #333333;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 13px;
    text-align: justify;
}
.pageContent.noticiasHome > .container > .bloques > a > .boton{
}
.pageContent.noticiasHome > .container > .bloques > a > .boton b{
	border: 1px solid #0074b9;
	color:#0074b9;
    display:inline-block;
    font-family: "Raleway-v2-Regular";
    font-size: 11px;
    padding: 10px 15px;
	font-weight: normal;
    text-transform: uppercase;
}
.pageContent.noticiasHome > .container > .bloquePrincipal{
	display: table;
	width: 100%;
	height: 400px;
	margin-bottom: 25px;
}
.pageContent.noticiasHome > .container > .bloquePrincipal a,
.pageContent.noticiasHome > .container > .bloquePrincipal a:visited,
.pageContent.noticiasHome > .container > .bloquePrincipal a:hover{
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: bottom;
	padding: 0px;
	color:#FFF;
}
.pageContent.noticiasHome > .container > .bloquePrincipal a > .fondo{
	position:absolute;
	width:100%;
	height:100%;
	z-index:50;
	top:0px;
}
.pageContent.noticiasHome > .container > .bloquePrincipal a > .fondo img{
	display: none;
}
.pageContent.noticiasHome > .container > .bloquePrincipal a > .sombra{
	background-image:url("../img/bannerhome_bg_3.png");
	background-position:center bottom;
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:100%;
	z-index:50;
	top:0px;
}
.pageContent.noticiasHome > .container > .bloquePrincipal a > .datos{
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	z-index:100;
	padding: 25px 20px;
}
.pageContent.noticiasHome > .container > .bloquePrincipal a > .datos > i{
	font-style: normal;
}
.pageContent.noticiasHome > .container > .bloquePrincipal a > .datos > .titulo{
	font-family: "bebas_neueregular";
    font-size: 31px;
    line-height: 36px;
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: left;
	text-shadow: 1px 1px 12px rgba(0,0,0,0.5);
}
.pageContent.noticiasHome > .container > .bloquePrincipal a > .datos > .texto{
    font-family: 'Raleway-v2-Regular';
    font-size: 14px;
	letter-spacing:0.5px;
	display: inline-block;
	width: 100%;
	height: auto;
	padding-top: 8px;
	text-align: justify;
	text-shadow: 1px 1px 12px rgba(0,0,0,0.5);
}
.pageContent.noticiasHome > .container > .bloquePrincipal a > .datos > .boton{
	padding:15px 0px 0px;
	text-align:left;
	display: inline-block;
	width: 100%;
	height: auto;
}
.pageContent.noticiasHome > .container > .bloquePrincipal a > .datos > .boton b{
	border: 1px solid #FFF;
    /*display:inline-block;*/
	float: left;
    font-family: "Raleway-v2-Regular";
    font-size: 11px;
    padding: 7px 15px;
    text-transform: uppercase;
	font-weight: normal;
}
.pageContent.noticiasHome > .container > .bloquePrincipal a > .datos > .boton u{
	border: 1px solid transparent;
	/*display:inline-block;*/
	float: right;
	font-family: "Raleway-v2-Regular";
	font-size: 12px;
	padding-top: 17px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	margin-bottom: -5px;
	line-height: 12px;
}
/* ================================================= PAGE NOTICIAS ================================================= */

/* ================================================= PAGE NOTICIAS SINGLE ================================================= */
.pageContent.noticiasPage > .container .titulo{
	display: inline-block;
    font-family: 'Raleway-v2-SemiBold';
    font-size: 31px;
    font-style: normal;
    height: auto;
    line-height: 34px;
    margin-bottom: 20px;
    width: 100%;
	text-align: left;
}
.pageContent.noticiasPage > .container .bajada{
	border-left: 7px solid #0074b9;
	display: inline-block;
	font-family: "Raleway-v2-Regular";
	font-size: 16px;
	font-weight: normal;
	height: auto;
	line-height: 26px;
	width: 100%;
	margin-bottom: 20px;
	font-style: italic;
	text-align: center;
	background-color: #eee;
	padding: 8px 20px;
}
.pageContent.noticiasPage > .container .foto{
	background-color: #333;
	width: 55%;
	height: auto;
	margin-bottom: 25px;
	margin-right: 35px;
	float: left;
	margin-top: 8px;
}
.pageContent.noticiasPage > .container .foto img{
	width:100%;
	height:auto;
	z-index: 40;
	position: relative;
}
.pageContent.noticiasPage > .container .foto .fotoPor{
	float: left;
	width: 100%;
	height: 23px;
	text-align: right;
	margin-top:-23px;
	z-index: 50;
	position: relative;
}
.pageContent.noticiasPage > .container .foto .fotoPor b{
	/*background-color: #0074b9;*/
	color:#FFF;
	font-size: 12px;
	display: inline-block;
	padding: 1px 6px;
	cursor: pointer;
	font-weight: normal;
	height: 23px;
	max-width: 100%;
	text-shadow: 1px 1px 3px #000000,1px 1px 3px #000000,1px 1px 3px #000000;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pageContent.noticiasPage > .container .texto{
    font-family: "Raleway-v2-Regular";
	color: #000;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 28px;
	width: 100%;
	text-align: justify;
}
.pageContent.noticiasPage > .container .texto b,
.pageContent.noticiasPage > .container .texto strong{
	font-family: 'Raleway-v2-SemiBold';
	font-weight: normal;
	color: #0074b9;
}
.pageContent.noticiasPage > .container .texto p{
	margin-bottom:20px;
}
.pageContent.noticiasPage > .container .texto p:last-child{
	margin-bottom:0px;
}
.pageContent.noticiasPage > .container .texto blockquote{
	background-color:#eee;
	border-left: 5px solid #0074b9;
    font-size: 15px;
    padding: 10px 20px;
}
.pageContent.noticiasPage > .container .texto img{
	max-width:100%;
	height:auto;
}
.pageContent.noticiasPage > .container .texto img.size-thumbnail{
	/*width: 150px;*/
}
.pageContent.noticiasPage > .container .texto img.size-medium{
	/*width: 300px;*/
}
.pageContent.noticiasPage > .container .texto img.size-full{
}
.pageContent.noticiasPage > .container .texto img.alignleft{
	margin-right:20px;
	float: left;
}
.pageContent.noticiasPage > .container .texto .fotoCentral{
	float:left;
	width: 100%;
	height: auto;
	margin-bottom:20px;
	text-align: center;
}
.pageContent.noticiasPage > .container .texto .fotoCentral img{
	display: inline-block;
}
.pageContent.noticiasPage > .container .texto img.aligncenter{
    margin: 0 auto;
    display: block;
}
.pageContent.noticiasPage > .container .texto img.alignright{
	margin-left:20px;
	float: right;
}
.pageContent.noticiasPage > .container .codigoAdicional{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	text-align: center;
}
.pageContent.noticiasPage > .container .codigoAdicional object,
.pageContent.noticiasPage > .container .codigoAdicional iframe{
	max-width: 100%;
}
.pageContent.noticiasPage > .container .campeonatoLeaderboard{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	text-align: center;
}
.pageContent.noticiasPage > .container .campeonatoLeaderboard .categoria{
    font-size: 17px;
	color:#333333;
	text-transform: uppercase;
    text-align: left;
	text-align: center;
}
.pageContent.noticiasPage > .container .campeonatoLeaderboard .categoria .linea{
	text-align: left;
	width: 100%;
	height: 2px;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}
.pageContent.noticiasPage > .container .campeonatoLeaderboard .categoria .linea{
	width:42px;
	height:2px;
	display:block;
	background-color:#0074b9;
}
.pageContent.noticiasPage > .container .campeonatoLeaderboard .categoria.catCenter .linea{
	margin: 0 auto;
}
.pageContent.noticiasPage > .container .campeonatoLeaderboard table{
	width: 100% !important;
	max-width: 600px !important;
}
.pageContent.noticiasPage > .container .campeonatoLeaderboard a,
.pageContent.noticiasPage > .container .campeonatoLeaderboard a:visited,
.pageContent.noticiasPage > .container .campeonatoLeaderboard a:hover{
	border: 1px solid #0074b9;
	color:#FFF;
	background-color:#0074b9;
    display:inline-block;
    font-family: "Raleway-v2-Regular";
    font-size: 11px;
    padding: 10px 15px;
	font-weight: normal;
    text-transform: uppercase;
	max-width: 100%;
	width: 600px;
}
.pageContent.noticiasPage > .container .campeonatoLeaderboard a:hover{
	color:#0074b9;
	background-color:#FFF;
}
.pageContent.noticiasPage > .container .campeonatoLeaderboard a u{
	margin-left: 3px;
	margin-right: -3px;
	text-decoration:none;
}
.pageContent.noticiasPage > .container .datosFuente{
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	margin-top:25px;
	margin-top:15px;
}
.pageContent.noticiasPage > .container .datosFuente a,
.pageContent.noticiasPage > .container .datosFuente a:visited,
.pageContent.noticiasPage > .container .datosFuente a:hover,
.pageContent.noticiasPage > .container .datosFuente b{
	background-color: #a0a0a0;
	color:#FFF;
	font-size: 12px;
	display: inline-block;
	padding: 1px 6px;
	cursor: pointer;
	font-weight: normal;
}
.pageContent.noticiasPage > .container .datosInferior{
	background-image:url("../img/border_1.png");
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
	height:50px;
	float:left;
	display:table;
	/*margin-top:35px;*/
	padding-top:20px;
	margin-bottom: -10px;
}
.pageContent.noticiasPage > .container .datosInferior .items{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width: auto;
}
.pageContent.noticiasPage > .container .datosInferior .items.left{
	text-align: left;
}
.pageContent.noticiasPage > .container .datosInferior .items.right{
	text-align: right;
}
.pageContent.noticiasPage > .container .datosInferior .items.left .fecha{
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Raleway-v2-Regular";
	color: #000;
	font-style: italic;
	vertical-align: middle;
}
.pageContent.noticiasPage > .container .datosInferior .items.left .fecha b{
	font-family: 'Raleway-v2-SemiBold';
	font-weight: normal;
	color: #0074b9;
	padding-right: 10px;
}
.pageContent.noticiasPage > .container .datosInferior .items.left .enlaces i{
	display: inline-block;
	width: auto;
	height: auto;
}
.pageContent.noticiasPage > .container .datosInferior .items.left .enlaces{
	display: inline-block;
	width: auto;
	height: auto;
}
.pageContent.noticiasPage > .container .datosInferior .items.left .enlaces a,
.pageContent.noticiasPage > .container .datosInferior .items.left .enlaces a:visited,
.pageContent.noticiasPage > .container .datosInferior .items.left .enlaces a:hover{
	padding: 2px;
	display: inline-block;
}
.pageContent.noticiasPage > .container .datosInferior .items.left .enlaces a img{
	width: 30px;
	height: 30px;
}
.pageContent.noticiasPage > .container .datosInferior .items.right a,
.pageContent.noticiasPage > .container .datosInferior .items.right a:visited,
.pageContent.noticiasPage > .container .datosInferior .items.right a:hover{
	display: inline-block;
	background-color: #0074b9;
	margin: 2px;
	padding: 2px 7px;
	font-size: 12px;
	font-family: "Raleway-v2-Regular";
	color: #FFF;
	border-radius: 3px;
}
/* ================================================= PAGE NOTICIAS SINGLE ================================================= */

/* ================================================= PAGE JUGADORES INICIO ================================================= */
.pageContent.jugadoresHome > .container > .bloque{
	float: left;
	width: 104%;
	height: auto;
    text-align: center;
    margin-left: -2%;
}
.pageContent.jugadoresHome > .container > .bloque .jugador{
    width: 20%;
    display: inline-block;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 20px;
    vertical-align: top;
}

.pageContent.jugadoresHome > .container > .bloque .jugador .foto{
    width: 100%;
    height: 190px;
    display: table;
}
.pageContent.jugadoresHome > .container > .bloque .jugador .foto img{
    display: none;
}
.pageContent.jugadoresHome > .container > .bloque .jugador .nombre-jugador{
     color: #333333;
    font-family: "Raleway-v2-SemiBold";
    font-size: 13px;
    margin: 10px 0;
    text-transform: uppercase;
    display: table;
    width: 100%;
}
.pageContent.jugadoresHome > .container > .bloque .jugador .nombre-jugador span{
    display: table-cell;
    vertical-align: middle;
}
.pageContent.jugadoresHome > .container > .bloque .jugador .boton{
    border: 1px solid #0074b9;
    color: #0074b9;
    display: inline-block;
    font-family: "Raleway-v2-Regular";
    font-size: 11px;
    font-weight: normal;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}
/* ================================================= PAGE JUGADORES FIN ================================================= */

/* ================================================= PAGE CAMPEONATOS INICIO ================================================= */
.pageContent.campeonatosHome > .container > .bloque{
	float: left;
	width: 104%;
	height: auto;
    text-align: center;
    margin-left: -2%;
}
.pageContent.campeonatosHome > .container > .bloque .jugador{
    width: 20%;
    display: inline-block;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 20px;
    vertical-align: top;
}

.pageContent.campeonatosHome > .container > .bloque .jugador .foto{
    width: 100%;
    height: 190px;
    display: table;
}
.pageContent.campeonatosHome > .container > .bloque .jugador .foto span{
    color: #FFF;
    padding: 10px;
    width: 100%;
    display: table-cell;
    font-family: "bebas_neueregular";
    font-size: 19px;
    line-height: 20px;
    vertical-align: bottom;
    text-shadow: 1px 1px 5px #000;
    
}
.pageContent.campeonatosHome > .container > .bloque .jugador .foto img{
    display: none;
}
.pageContent.campeonatosHome > .container > .bloque .jugador .nombre-jugador{
     color: #333333;
    font-family: "Raleway-v2-SemiBold";
    font-size: 13px;
    margin: 10px 0;
    text-transform: uppercase;
    display: table;
    width: 100%;
}
.pageContent.campeonatosHome > .container > .bloque .jugador .nombre-jugador span{
    display: table-cell;
    vertical-align: middle;
}
.pageContent.campeonatosHome > .container > .bloque .jugador .boton{
    border: 1px solid #0074b9;
    color: #0074b9;
    display: inline-block;
    font-family: "Raleway-v2-Regular";
    font-size: 11px;
    font-weight: normal;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}
/* ================================================= PAGE CAMPEONATOS FIN ================================================= */

/* ================================================= PAGE FOTOS INICIO ================================================= */

.fotosHome .container .categoria, 
.fotosHome .container .full .btnTriFoto .categoria{
    font-family: "Raleway-v2-Regular";
    font-size: 17px;
	color:#333333;
	text-transform: uppercase;
	padding-bottom: 13px;
    text-align: left;
}
.fotosHome .container .categoria.catCenter, 
.fotosHome .container .full .btnTriFoto .categoria.catCenter{
	text-align: center;
}
.fotosHome .container .categoria .linea, 
.fotosHome .container .full .btnTriFoto .categoria .linea{
	text-align: left;
	width: 100%;
	height: 2px;
	display: block;
	margin-top: 5px;
}
.fotosHome .container .categoria .linea b, 
.fotosHome .container .full .btnTriFoto .categoria .linea b{
	width:42px;
	height:2px;
	display:block;
	background-color:#0074b9;
}
.fotosHome .container .categoria.catCenter .linea b, 
.fotosHome .container .full .btnTriFoto .categoria.catCenter .linea b{
	margin: 0 auto;
}
.fotosHome .container .full{
    text-align: center;
    width: 100%;
    float: left;
    height: auto;
}
.fotosHome .container .full2{
    /*margin-top: 20px;*/
}
.fotosHome .container .full .contPrincipal{
    width: 66.6%;
    height: 430px;
    padding-right: 10px;
    float: left;
}
.fotosHome .container .full .contPrincipal .fotoPrincipal{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.fotosHome .container .full .contPrincipal .fotoPrincipal img{
    display: none;
}
.fotosHome .container .full .contPrincipal .fotoPrincipal > span{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/lupa-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px;
    left: 0;
}
.fotosHome .container .full .contPrincipal .fotoPrincipal .sombra{
    position: absolute;
    width: 100%;
    display: table;
    height: 100%;
    background-image: url(../img/bannerhome_bg_4.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    left: 0;
    text-align: center;
    bottom: 0;
}
.fotosHome .container .full .contPrincipal .fotoPrincipal .sombra div{
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px; 
}
.fotosHome .container .full .contPrincipal .fotoPrincipal .sombra div span{
    display: inline-block;
    font-family: "bebas_neueregular";
    font-size: 20px;
    height: auto;
    color: white;
    display: table;
    line-height: 24px;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
    width: 100%;
}
.fotosHome .container .full .contSecundarias{
    width: 33.4%;
    height: 130px;
    padding-left: 10px;
    float: left;
    margin-bottom: 20px;
}
.fotosHome .container .full .contSecundarias .fotoSecundarias{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.fotosHome .container .full .contSecundarias .fotoSecundarias:last-child{
    margin-bottom: 0;
}
.fotosHome .container .full .contSecundarias .fotoSecundarias .sombra{
    position: absolute;
    width: 100%;
    display: table;
    height: 100%;
    background-image: url(../img/bannerhome_bg_4.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    left: 0;
    text-align: center;
    bottom: 0;
}
.fotosHome .container .full .contSecundarias .fotoSecundarias .sombra div{
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px; 
}
.fotosHome .container .full .contSecundarias .fotoSecundarias .sombra div span{
    display: inline-block;
    font-family: "bebas_neueregular";
    font-size: 20px;
    height: auto;
    color: white;
    display: table;
    line-height: 24px;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
    width: 100%;
}
.fotosHome .container .full .fotoSecundarias > span, .fotosHome .container .full .btnTriFoto .triFoto span{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/lupa-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    left: 0;
}
.fotosHome .container .full .contSecundarias .fotoSecundarias img{
    display: none;
}
.fotosHome .container .full .btnTriFoto{
    display: inline-block;
    width: 33.3%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.fotosHome .container .full .btnTriFoto:nth-child(1), .fotosHome .container .full .btnTriFoto:nth-child(4n+0){
    padding-left: 0;
}
.fotosHome .container .full .btnTriFoto:nth-child(3n+0){
    padding-right: 0;
}
.fotosHome .container .full .btnTriFoto .triFoto{
    width: 100%;
    float: left;
    height: 130px;
    position: relative;
}
.fotosHome .container .full .btnTriFoto .triFoto img{
    display: none;
}
.fotosHome .container .full .btnPlayText{
	background-position: center 40% !important;
}
/* ================================================= PAGE FOTOS FIN ================================================= */

/* ================================================= ARCHIVE FOTOS INICIO ================================================= */

.fotosArchiveHome .container .categoria{
    font-family: "Raleway-v2-Regular";
    font-size: 17px;
	color:#333333;
	text-transform: uppercase;
	padding-bottom: 13px;
    text-align: left;
}
.fotosArchiveHome .container .categoria.catCenter{
	text-align: center;
}
.fotosArchiveHome .container .categoria .linea{
	text-align: left;
	width: 100%;
	height: 2px;
	display: block;
	margin-top: 5px;
}
.fotosArchiveHome .container .categoria .linea b{
	width:42px;
	height:2px;
	display:block;
	background-color:#0074b9;
}
.fotosArchiveHome .container .categoria.catCenter .linea b{
	margin: 0 auto;
}
.fotosArchiveHome .container .full{
    text-align: center;
    width: 100%;
    float: left;
    height: auto;
}
.fotosArchiveHome .container .full .itemGal{
    width: 25%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    margin-bottom: 20px;
}
.fotosArchiveHome .container .full .itemGal:nth-child(1), .fotosArchiveHome .container .full .itemGal:nth-child(5n+0){
    padding-left: 0;
}
.fotosArchiveHome .container .full .itemGal:nth-child(4n+0){
    padding-right: 0;
}
.fotosArchiveHome .container .full .itemGal .foto{
    float: left;
    width: 100%;
    height: 150px;
    position: relative;
}
.fotosArchiveHome .container .full .itemGal .foto img{
    display: none;
}
.fotosArchiveHome .container .full .itemGal .foto .sombra{
    position: absolute;
    width: 100%;
    display: table;
    height: 100%;
    background-image: url(../img/bannerhome_bg_4.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    left: 0;
    text-align: center;
    bottom: 0;
}
.fotosArchiveHome .container .full .itemGal .foto .sombra div{
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px; 
}
.fotosArchiveHome .container .full .itemGal .foto .sombra div span{
    display: inline-block;
    font-family: "bebas_neueregular";
    font-size: 20px;
    height: auto;
    color: white;
    display: table;
    line-height: 24px;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
    width: 100%;
}
/* ================================================= ARCHIVE FOTOS FIN ================================================= */

/* ================================================= SINGLE FOTOS INICIO ================================================= */

.fotosSingleHome .container .categoria{
    font-family: "Raleway-v2-Regular";
    font-size: 17px;
	color:#333333;
	text-transform: uppercase;
	padding-bottom: 13px;
    text-align: left;
}
.fotosSingleHome .container .categoria.catCenter{
	text-align: center;
}
.fotosSingleHome .container .categoria .linea{
	text-align: left;
	width: 100%;
	height: 2px;
	display: block;
	margin-top: 5px;
}
.fotosSingleHome .container .categoria .linea b{
	width:42px;
	height:2px;
	display:block;
	background-color:#0074b9;
}
.fotosSingleHome .container .categoria.catCenter .linea b{
	margin: 0 auto;
}
.fotosSingleHome .container .full{
    text-align: center;
    width: 100%;
    float: left;
    height: auto;
}
.fotosSingleHome .container .full .itemGal{
    width: 25%;
    height: auto !important;
    /*padding-right: 10px;
    padding-left: 10px;*/
    display: inline-block;
    margin-bottom: 20px;
}
.fotosSingleHome .container .full .itemGal:nth-of-type(1), 
.fotosSingleHome .container .full .itemGal:nth-of-type(5), 
.fotosSingleHome .container .full .itemGal:nth-of-type(9), 
.fotosSingleHome .container .full .itemGal:nth-of-type(13){
    padding-left: 0;
}
.fotosSingleHome .container .full .itemGal:nth-of-type(4),
.fotosSingleHome .container .full .itemGal:nth-of-type(8),
.fotosSingleHome .container .full .itemGal:nth-of-type(12),
.fotosSingleHome .container .full .itemGal:nth-of-type(16){
    padding-right: 0;
}
.fotosSingleHome .container .full .itemGal .foto{
    float: left;
    width: 100%;
    height: auto !important;/*150px*/
    position: relative;
	padding-right: 10px;
    padding-left: 10px;
}
.fotosSingleHome .container .full .itemGal /*.foto*/ img{
    float: left;
    width: 100%;
    /*display: none;*/
}
/* ================================================= SINGLE FOTOS FIN ================================================= */

/* ================================================= PAGE VIDEOS INICIO ================================================= */

.videosHome .container .categoria, 
.videosHome .container .full .btnTriFoto .categoria{
    font-family: "Raleway-v2-Regular";
    font-size: 17px;
	color:#333333;
	text-transform: uppercase;
	padding-bottom: 13px;
    text-align: left;
}
.videosHome .container .categoria.catCenter, 
.videosHome .container .full .btnTriFoto .categoria.catCenter{
	text-align: center;
}
.videosHome .container .categoria .linea, 
.videosHome .container .full .btnTriFoto .categoria .linea{
	text-align: left;
	width: 100%;
	height: 2px;
	display: block;
	margin-top: 5px;
}
.videosHome .container .categoria .linea b, 
.videosHome .container .full .btnTriFoto .categoria .linea b{
	width:42px;
	height:2px;
	display:block;
	background-color:#0074b9;
}
.videosHome .container .categoria.catCenter .linea b, 
.videosHome .container .full .btnTriFoto .categoria.catCenter .linea b{
	margin: 0 auto;
}
.videosHome .container .full{
    text-align: center;
    width: 100%;
    float: left;
    height: auto;
}
.videosHome .container .full2{
    /*margin-top: 20px;*/
}
.videosHome .container .full .contPrincipal{
    width: 66.6%;
    height: 430px;
    padding-right: 10px;
    float: left;
}
.videosHome .container .full .contPrincipal .fotoPrincipal{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.videosHome .container .full .contPrincipal .fotoPrincipal img{
    display: none;
}
.videosHome .container .full .contPrincipal .fotoPrincipal > span{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/i-play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px;
    left: 0;
}
.videosHome .container .full .contPrincipal .fotoPrincipal .sombra{
    position: absolute;
    width: 100%;
    display: table;
    height: 100%;
    background-image: url(../img/bannerhome_bg_4.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    left: 0;
    text-align: center;
    bottom: 0;
}
.videosHome .container .full .contPrincipal .fotoPrincipal .sombra div{
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px; 
}
.videosHome .container .full .contPrincipal .fotoPrincipal .sombra div span{
    display: inline-block;
    font-family: "bebas_neueregular";
    font-size: 20px;
    height: auto;
    color: white;
    display: table;
    line-height: 24px;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
    width: 100%;
}
.videosHome .container .full .contSecundarias{
    width: 33.4%;
    height: 130px;
    padding-left: 10px;
    float: left;
    margin-bottom: 20px;
}
.videosHome .container .full .contSecundarias .fotoSecundarias{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.videosHome .container .full .contSecundarias .fotoSecundarias:last-child{
    margin-bottom: 0;
}
.videosHome .container .full .contSecundarias .fotoSecundarias .sombra{
    position: absolute;
    width: 100%;
    display: table;
    height: 100%;
    background-image: url(../img/bannerhome_bg_4.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    left: 0;
    text-align: center;
    bottom: 0;
}
.videosHome .container .full .contSecundarias .fotoSecundarias .sombra div{
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px; 
}
.videosHome .container .full .contSecundarias .fotoSecundarias .sombra div span{
    display: inline-block;
    font-family: "bebas_neueregular";
    font-size: 20px;
    height: auto;
    color: white;
    display: table;
    line-height: 24px;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
    width: 100%;
}
.videosHome .container .full .fotoSecundarias > span, .videosHome .container .full .btnTriFoto .triFoto span{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/i-play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
    left: 0;
}
.videosHome .container .full .contSecundarias .fotoSecundarias img{
    display: none;
}
.videosHome .container .full .btnTriFoto{
    display: inline-block;
    width: 33.3%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.videosHome .container .full .btnTriFoto:nth-child(1), .videosHome .container .full .btnTriFoto:nth-child(4n+0){
    padding-left: 0;
}
.videosHome .container .full .btnTriFoto:nth-child(3n+0){
    padding-right: 0;
}
.videosHome .container .full .btnTriFoto .triFoto{
    width: 100%;
    float: left;
    height: 130px;
    position: relative;
}
.videosHome .container .full .btnTriFoto .triFoto img{
    display: none;
}
.videosHome .container .full .btnPlayText{
	background-position: center 40% !important;
}
/* ================================================= PAGE VIDEOS FIN ================================================= */

/* ================================================= PAGE CONTACTO ================================================= */
.pageContent.contactoHome > .container > .formulario{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.pageContent.contactoHome > .container > .formulario > .left{
	width: 50%;
	float: left;
	height: auto;
	padding-right:10px;
}
.pageContent.contactoHome > .container > .formulario > .left > form > .item{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.pageContent.contactoHome > .container > .formulario > .left > form > .item:nth-last-child(1){
	margin-bottom: 0px;
}
.pageContent.contactoHome > .container > .formulario > .left > form > .item > label{
	width: 40%;
	float: left;
	min-height: 30px;
	font-family: 'Raleway-v2-SemiBold';
	font-weight:normal;
	padding-top: 5px;
}
.pageContent.contactoHome > .container > .formulario > .left > form > .item > label > .show1{
	display: inline-block;
}
.pageContent.contactoHome > .container > .formulario > .left > form > .item > label > .hide1{
	display: none;
}
.pageContent.contactoHome > .container > .formulario > .left > form > .item > input[type="text"],
.pageContent.contactoHome > .container > .formulario > .left > form > .item > input[type="email"],
.pageContent.contactoHome > .container > .formulario > .left > form > .item > input[type="tel"]{
    float: left;
    height: 30px;
    padding: 0 4px;
    width: 60%;
	border: 1px solid #a0a0a0;
}
.pageContent.contactoHome > .container > .formulario > .left > form > .item > textarea{
	float: left;
    height: 122px;
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    padding: 0px 4px;
	padding-top: 5px;
	border: 1px solid #a0a0a0;
	resize: none;
	-webkit-appearance:none;
    -moz-appearance: none;
	/*CSS3*/
	transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-webkit-transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
}
.pageContent.contactoHome > .container > .formulario > .left > form > .item > input[type="submit"]{
	background-color: #0074b9;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "bebas_neueregular";
	font-weight:normal;
    font-size: 20px;
    padding: 6px 10px;
    width: 100%;
	border-radius:5px;
}
.pageContent.contactoHome > .container > .formulario > .left > .alert{
	text-align: center;
}
.pageContent.contactoHome > .container > .formulario > .left > .imagen{
	text-align: center;
	margin-bottom: 20px;
}
.pageContent.contactoHome > .container > .formulario > .left > .imagen img{
	max-width: 200px;
	height: auto;
	width: 100%;
}
.pageContent.contactoHome > .container > .formulario > .right{
	width: 50%;
	float: left;
	height: auto;
	padding-left:10px;
}
.pageContent.contactoHome > .container > .formulario > .right > .item,
.pageContent.contactoHome > .container > .formulario > .right > .item:visited,
.pageContent.contactoHome > .container > .formulario > .right > .item:hover{
	display:table;
	height:20px;
	color:#888888;
	margin-bottom:10px;
}
.pageContent.contactoHome > .container > .formulario > .right > .item > .icono{
	display:table-cell;
	vertical-align:top;
	text-align:center;
	width:13px;
	color:#0074b9;
}
.pageContent.contactoHome > .container > .formulario > .right > .item > .desc{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	padding-left:5px;
}
.pageContent.contactoHome > .container > .formulario > .right > .item > .desc > b{
	font-weight:normal;
	color:#FFF;
}
.pageContent.contactoHome > .container > .formulario > .right > .item > .desc > img{
	width:59px;
	height:auto;
	margin-top: -5px;
}
.pageContent.contactoHome > .container > .formulario > .right > .mapa{
	width: 100%;
	height: 218px;
	float: left;
	background-color: #0074b9;
	border-radius: 5px;
}
/* ================================================= PAGE CONTACTO ================================================= */

/* ================================================= PAGE TABLE ================================================= */

.tablePage table{
	font-family: 'Helvetica_Cond_Light';
    font-size: 14px;
	color:#000;
	max-width:100%;
	height:auto;
	position:relative;
	z-index:50;
	text-align:left;
	line-height:15px;
	margin: 0 auto;
	font-size: 15px;
}
.tablePage table .par{
	background-color:#EEE;
}
.tablePage table .impar{
	background-color:#FFF;
}
.tablePage table .title{
	background-color: #0074b9;
	cursor: default !important;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: normal;
	font-family: 'bebas_neueregular';
}
.tablePage table .title,
.tablePage table .item{
	height:40px;
}
.tablePage table .title .dato{
	font-weight:normal;
	text-align:center;
	/*font-family: 'montserratregular';*/
	text-transform:uppercase;
	background-image:none !important;
	color:#FFF;
}
.tablePage table .item{
	background-image:url("../img/border_1.png");
	background-position:top center;
	background-repeat:repeat-x;
}
.tablePage table .dato{
	background-image:url("../img/border_1.png");
	background-position:right center;
	background-repeat:repeat-y;
    padding:0px 10px;
}
.tablePage table .dato.first{
	
}
.tablePage table .dato.last{
	background:none;
}
/* ================================================= PAGE TABLE ================================================= */

/* ================================================= PAGE PAGINADOR ================================================= */
.pageContent > .container > .paginador{
	background-image:url("../img/border_1.png");
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
	height:80px;
	float:left;
	display:table;
	margin-top:20px;
	padding-top:20px;
	margin-bottom: -10px;
}
.pageContent > .container > .paginador .items{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.pageContent > .container > .paginador .items .group{/*paginador group*/
	display: inline;
}
.pageContent > .container > .paginador .items .group.groupNext:before,
.pageContent > .container > .paginador .items .group.groupPrev:before{/*paginador group*/
	content: '•••';
	vertical-align: bottom;
}
.pageContent > .container > .paginador .items a,
.pageContent > .container > .paginador .items a:hover,
.pageContent > .container > .paginador .items a:visited{
	display:none;/*paginador group*/
	color:#666;
	font-size:24px;
	font-family: 'montserratlight';
	vertical-align:middle;
	padding:5px 8px;
	cursor:pointer;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.pageContent > .container > .paginador .items .group.active a,
.pageContent > .container > .paginador .items .group.active a:hover,
.pageContent > .container > .paginador .items .group.active a:visited{/*paginador group*/
	display: inline-block;
}
.pageContent > .container > .paginador .items a.prev,
.pageContent > .container > .paginador .items a.next{
	display: inline-block;/*paginador group*/
}
.pageContent > .container > .paginador .items a:hover,
.pageContent > .container > .paginador .items a.active{
	color:#0074b9;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.pageContent > .container > .paginador .items a.botonHome,
.pageContent > .container > .paginador .items a.botonHome:visited,
.pageContent > .container > .paginador .items a.botonHome:hover{
	border: 1px solid #0074b9;
	color:#FFF;
	background-color:#0074b9;
    display:inline-block;
    font-family: "Raleway-v2-Regular";
    font-size: 11px;
    padding: 10px 15px;
	font-weight: normal;
    text-transform: uppercase;
}
.pageContent > .container > .paginador .items a.botonHome:hover{
	color:#0074b9;
	background-color:#FFF;
}
.pageContent > .container > .paginador .items a.botonHome u{
	margin-left: 3px;
	margin-right: -3px;
	text-decoration:none;
}
/* ================================================= PAGE PAGINADOR ================================================= */

/* ================================================= FOOTER ================================================= */
.footer{
	background-color:#333333;
	width:100%;
	height:auto;
	float:left;
	color:#FFF;
}
.footer > .container{
	padding-top:45px;
	padding-bottom:45px;
}
.footer > .container > .suscribete{
	position:absolute;
	float:left;
	text-align:left;
	width:auto;
	margin-top:-63px;
}
.footer > .container > .suscribete > img{
	width:156px;
	height:auto;
}
.footer > .container > .block{
	width:33%;
	height:auto;
	float:left;
}
.footer > .container > .block.tipo_1{
	padding-left:0px;
	padding-right:30px;
}
.footer > .container > .block.tipo_2{
	padding-left:10px;
	padding-right:20px;
}
.footer > .container > .block.tipo_3{
	padding-left:20px;
	padding-right:10px;
}
.footer > .container > .block.tipo_4{
	padding-left:30px;
	padding-right:0px;
}
.footer > .container > .block > .titulo{
	float: left;
    font-family: "Raleway-v2-Regular";
    font-size: 20px;
    padding-bottom: 15px;
    text-align: left;
    width: 100%;
}
.footer > .container > .block > .texto{
	float: left;
    font-family: "Raleway-v2-Regular";
    font-size: 13px;
    text-align: left;
    width: 100%;
	color:#888888;
	line-height:22px;
}
.footer > .container > .block > .mailing{
	background-color:#f6f6f6;
	border-radius:5px;
	position:relative;
	width:100%;
	height:auto;
	float:left;
	margin-top:25px;
	display:table;
}
.footer > .container > .block > .mailing a,
.footer > .container > .block > .mailing a:visited,
.footer > .container > .block > .mailing a:hover{
	background-color: transparent;
    background-image: url("../img/border_2.png");
    background-position: left center;
    background-repeat: repeat-y;
    color: #888888;
    cursor: pointer;
    font-family: "Raleway-v2-Regular";
    font-size: 13px;
    padding: 9px 9px 9px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: middle;
}
.footer > .container > .block > .mailing input[type="email"]{
	background-color: transparent;
    border: medium none;
    color: #888888;
    display: table-cell;
    font-family: "Raleway-v2-Regular";
    font-size: 13px;
    height: 37px;
    padding: 0 60px 0 15px;
    width: 100%;
}
.footer > .container > .block > .mailing input[type="email"]::-webkit-input-placeholder {
    color:#888888;
	opacity: 1 !important;
}
.footer > .container > .block > .mailing input[type="email"]:-moz-placeholder, {
    /* FF 4-18 */
    color:#888888;
	opacity: 1 !important;
}
.footer > .container > .block > .mailing input[type="email"]::-moz-placeholder {
    /* FF 19+ */
    color:#888888;
	opacity: 1 !important;
}
.footer > .container > .block > .mailing input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color:#888888;
	opacity: 1 !important;
}
.footer > .container > .block > .texto.item,
.footer > .container > .block > .texto.item:visited,
.footer > .container > .block > .texto.item:hover{
	display:table;
	height:20px;
	color:#888888;
	margin-bottom:20px;
}
.footer > .container > .block > .texto.item:last-child{
	margin-bottom:0px;
}
.footer > .container > .block > .texto.item > .icono{
	display:table-cell;
	vertical-align:top;
	text-align:center;
	width:13px;
}
.footer > .container > .block > .texto.item > .icono > img{
	width:13px;
	height:auto;
}
.footer > .container > .block > .texto.item > .desc{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	padding-left:13px;
}
.footer > .container > .block > .texto.item > .desc > b{
	font-weight:normal;
	color:#FFF;
	font-size:12px;
}
.footer > .container > .block > .texto.item > .desc > img{
	width: 40px;
	height:auto;
}
.footer > .container > .block > .texto.item.small{
	margin-bottom:7px;
}
.footer > .container > .block > .texto.item > .desc > .hide1{
	display:inline-block;
}
.footer > .container > .block > .texto.item > .desc > .hide2{
	display:none;
}
.footer > .container > .block > .social{
	float:left;
	width:100%;
	height:auto;
	margin-top:10px;
	text-align:left;
}
.footer > .container > .block > .social > .icon,
.footer > .container > .block > .social > .icon:visited,
.footer > .container > .block > .social > .icon:hover{
	display:inline-block;
	width:43px;
	height:43px;
	margin-right:10px;
}
.footer > .container > .block > .social > .icon:last-child{
	margin-right:0px;
}
.footer > .container > .block > .social > .icon > img{
	width:100%;
	height:auto;
	border-radius:500px;
}
/* ================================================= FOOTER ================================================= */

/* ================================================= HOVERS ================================================= */
.homeBanner .item .container > .datos > .boton b,
.homeAccesos > .container > a.izq > .texto > span > .bottom > b, 
.homeAccesos > .container > a.der > .texto > span > .bottom > b,
.homeJugadores > .container > a > .boton b,
.pageContent.noticiasHome > .container > .bloquePrincipal a > .datos > .boton b{
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.homeBanner .item .container:hover > .datos > .boton b,
.homeAccesos > .container > a.izq:hover > .texto > span > .bottom > b, 
.homeAccesos > .container > a.der:hover > .texto > span > .bottom > b,
.homeJugadores > .container > a:hover > .boton b,
.pageContent.noticiasHome > .container > .bloquePrincipal a:hover > .datos > .boton b{
	background-color: #FFF;
	color:#333;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.homeNoticias > .container > a > .boton b,
.pageContent.noticiasHome > .container > .bloques > a > .boton b,
.pageContent.campeonatosHome > .container > .bloque .jugador .boton,
.pageContent.jugadoresHome > .container > .bloque .jugador .boton{
	color:#0074b9;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.homeNoticias > .container > a:hover > .boton b,
.pageContent.noticiasHome > .container > .bloques > a:hover > .boton b,
.pageContent.campeonatosHome > .container > .bloque .jugador:hover .boton,
.pageContent.jugadoresHome > .container > .bloque .jugador:hover .boton{
	background-color: #0074b9;
	color:#FFF;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.videosHome .container .full .contPrincipal .fotoPrincipal > span,
.videosHome .container .full .fotoSecundarias > span, 
.videosHome .container .full .btnTriFoto .triFoto span,
.fotosHome .container .full .contPrincipal .fotoPrincipal > span,
.fotosHome .container .full .fotoSecundarias > span, 
.fotosHome .container .full .btnTriFoto .triFoto span{
	/*CSS3*/
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
}
.videosHome .container .full .contPrincipal .fotoPrincipal:hover > span,
.videosHome .container .full .fotoSecundarias:hover > span, 
.videosHome .container .full .btnTriFoto .triFoto:hover span,
.fotosHome .container .full .contPrincipal .fotoPrincipal:hover > span,
.fotosHome .container .full .fotoSecundarias:hover > span, 
.fotosHome .container .full .btnTriFoto .triFoto:hover span{
	opacity:0.6;
	/*CSS3*/
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
}
/* ================================================= HOVERS ================================================= */

/*CSS End*//*CSS Start*/

/*
"@screen-xs": "480px",
"@screen-xs-min": "@screen-xs",
"480px": "@screen-xs-min",
"@screen-sm": "768px",
"@screen-sm-min": "@screen-sm",
"768px": "@screen-sm-min",
"@screen-md": "992px",
"@screen-md-min": "@screen-md",
"992px": "@screen-md-min",
"@screen-lg": "1200px",
"@screen-lg-min": "@screen-lg",
"@screen-lg-desktop": "@screen-lg-min",
"@screen-xs-max": "(@screen-sm-min - 1)",
"@screen-sm-max": "(@screen-md-min - 1)",
"@screen-md-max": "(@screen-lg-min - 1)",
*/
/*****/

/*Large Desktop*/
@media (max-width: 1200px) 
{ 
	/* ================================================= MAIN MENU ================================================= */
	.mainMenu > .container > .logo,
	.mainMenu > .container > .logo:visited,
	.mainMenu > .container > .logo:hover{
		padding-right:0px;
	}
	.mainMenu > .container > .item, 
	.mainMenu > .container > .item:visited, 
	.mainMenu > .container > .item:hover{
		margin-left: 25px;
	}
	/* ================================================= MAIN MENU ================================================= */
	
	/* ================================================= HOME ACCESOS ================================================= */
	.homeAccesos > .container > a.izq > .texto > span{
		background-position: center 65%;
	}
	.homeAccesos > .container > a.izq > .texto > span > .top,
	.homeAccesos > .container > a.der > .texto > span > .top{
		width:55%;
	}
	.homeAccesos > .container > a.izq > .texto > span > .bottom,
	.homeAccesos > .container > a.der > .texto > span > .bottom{
		width:95%;
    	padding: 10px;
	}
	/* ================================================= HOME ACCESOS ================================================= */
    
	/* ================================================= FOOTER ================================================= */
	.footer > .container > .block > .texto.item > .desc > .hide1{
		display:none;
	}
	.footer > .container > .block > .texto.item > .desc > .hide2{
		display:inline-block;
	}
	/* ================================================= FOOTER ================================================= */
	
	/* ================================================= PAGE BANNER ================================================= */
	.pageBanner > .container > .texto > i{
		margin-right: -90%;
	}
	/* ================================================= PAGE BANNER ================================================= */
}
/*Desktop*/
@media (max-width: 992px) 
{ 
	/* ================================================= MAIN MENU ================================================= */
	.mainMenu > .container > .logo,
	.mainMenu > .container > .logo:visited,
	.mainMenu > .container > .logo:hover{
		padding-bottom:12px;
		width:100%;
		padding-top:20px;
		border-bottom: 1px dashed #a0a0a0;
	}
	.mainMenu > .container > .item,
	.mainMenu > .container > .item:visited,
	.mainMenu > .container > .item:hover{
		padding-bottom: 15px;
   		padding-top: 15px;
	}
	.mainMenu > .container > .item.first{
		margin-left:0px;
	}
	.mainMenu > .container > .item.jugadores{
		padding-top: 14px;
		padding-bottom: 8px;
		height: 57.15px;
	}
	/* ================================================= MAIN MENU ================================================= */
	
	/* ================================================= HOME BANNER ================================================= */
	.homeBanner .desktop{
		display: none;
	}
	.homeBanner .movil{
		display: block;
	}
	.homeBanner .item{
		width: 100%;
	}
	.homeBanner .item:nth-child(1){
		padding-right: 0px;
	}
	.homeBanner .item:nth-child(2){
		padding-left: 0px;
		padding-right: 0px;
	}
	.homeBanner .item:nth-child(3){
		padding-left: 0px;
	}
	/* ================================================= HOME BANNER ================================================= */
	
	/* ================================================= HOME NOTICIAS ================================================= */
	.homeNoticias > .container > a,
	.homeNoticias > .container > a:visited,
	.homeNoticias > .container > a:hover,
	.homeNoticias > .container > a:nth-child(1),
	.homeNoticias > .container > a:nth-child(3n+3){
		width: 50%;
		margin-bottom: 25px;
		padding-left: 11px;
		padding-right: 11px;
	}
	.homeNoticias > .container > a:nth-last-child(1),
	.homeNoticias > .container > a:nth-last-child(2){
		margin-bottom: 0px;
	}
	.homeNoticias > .container > a.special{
		display: inline-block;
	}
	/* ================================================= HOME NOTICIAS ================================================= */
    
    /* ================================================= PAGE JUGADORES INICIO ================================================= */
    .pageContent.jugadoresHome > .container > .bloque .jugador{
        width: 200px;
    }
    /* ================================================= PAGE JUGADORES FIN ================================================= */
	
	/* ================================================= PAGE CAMPEONATOS INICIO ================================================= */
    .pageContent.campeonatosHome > .container > .bloque .jugador{
        width: 200px;
    }
    /* ================================================= PAGE CAMPEONATOS FIN ================================================= */
	
	/* ================================================= PAGE VIDEOS INICIO ================================================= */
	.videosHome .container .categoria, 
	.videosHome .container .full .btnTriFoto .categoria{
		font-size: 16px;
	}
	/* ================================================= PAGE VIDEOS FIN ================================================= */

	/* ================================================= PAGE FOTOS INICIO ================================================= */

	.fotosHome .container .categoria, 
	.fotosHome .container .full .btnTriFoto .categoria{
		font-size: 16px;
	}
	/* ================================================= PAGE FOTOS FIN ================================================= */
	
	/* ================================================= HOME ACCESOS ================================================= */
	.homeAccesos > .container > a.izq > .texto > span,
	.homeAccesos > .container > a.der > .texto > span{
		background-position: center 85%;
	}
	.homeAccesos > .container > a.izq > .texto > span > .top,
	.homeAccesos > .container > a.der > .texto > span > .top{
		width:75%;
	}
	.homeAccesos > .container > a.izq > .texto > span > .bottom,
	.homeAccesos > .container > a.der > .texto > span > .bottom{
		width: 110%;
	}
	/* ================================================= HOME ACCESOS ================================================= */
	
	/* ================================================= FOOTER ================================================= */
	.footer > .container > .block{
		width:50%;
	}
	.footer > .container > .block.tipo_1{
		padding-left:0px;
		padding-right:15px;
		padding-bottom:30px;
	}
	.footer > .container > .block.tipo_2{
		padding-left:15px;
		padding-right:0px;
		padding-bottom:30px;
	}
	.footer > .container > .block.tipo_3{
		padding-left:0px;
		padding-right:15px;
	}
	.footer > .container > .block.tipo_4{
		padding-left:15px;
		padding-right:0px;
	}
	/* ================================================= FOOTER ================================================= */
	
	/* ================================================= PAGE BANNER ================================================= */
	.pageBanner > .container > .texto > i{
		margin-right: -88%;
	}
	/* ================================================= PAGE BANNER ================================================= */
	
	/* ================================================= PAGE CONTACTO ================================================= */
	.pageContent.contactoHome > .container > .formulario > .left{
		width: 100%;
		padding-right: 0px;
	}
	.pageContent.contactoHome > .container > .formulario > .right{
		background-image:url("../img/border_1.png");
		background-position:top center;
		background-repeat:repeat-x;
		width: 100%;
		padding-left: 0px;
		margin-top: 15px;
		padding-top: 20px;
	}
	/* ================================================= PAGE CONTACTO ================================================= */
}
/*Tablet*/
@media (min-width: 769px) 
{ 
	.mainMenuMovil{
		display:none !important;
	}
}
@media (max-width: 768px) 
{ 
	/* ================================================= MAIN MENU ================================================= */
	.mainMenu > .container > .item,
	.mainMenu > .container > .item:visited,
	.mainMenu > .container > .item:hover{
		display:none;
		border-bottom-color:#dddddd;
	}
	.mainMenu > .container > .item.first{
		display:inline-block;
		float:left;
		margin-left:10%;
	}
	.mainMenu > .container > .item.movil{
		display:inline-block;
		float:right;
		margin-right:10%;
		margin-left:0px;
	}
	/* ================================================= MAIN MENU ================================================= */
	
	/* ================================================= PAGE NOTICIAS SINGLE ================================================= */
	.pageContent.noticiasPage > .container .datosInferior{
		display: block;
		float: left;
		height: auto;
	}
	.pageContent.noticiasPage > .container .datosInferior .items,
	.pageContent.noticiasPage > .container .datosInferior .items.left,
	.pageContent.noticiasPage > .container .datosInferior .items.left .enlaces,
	.pageContent.noticiasPage > .container .datosInferior .items.right{
		width: 100%;
		display: block;
		float: left;
		text-align: center;
	}
	.pageContent.noticiasPage > .container .datosInferior .items.left .fecha b{
		padding-right: 0px;
	}
	.pageContent.noticiasPage > .container .datosInferior .items.left .enlaces,
	.pageContent.noticiasPage > .container .datosInferior .items.right{
		padding-top: 5px;
	}
	/* ================================================= PAGE NOTICIAS SINGLE ================================================= */
    
    /* ================================================= GALERIA FOTOS INICIO ================================================= */
    
    .fotosHome .container .full .contPrincipal{
        width: 50%;
        height: 120px;
    }
    .fotosHome .container .full .contPrincipal .fotoPrincipal span{
        background-size: 40px;
    }
    .fotosHome .container .full .contSecundarias{
        width: 50%;
        height: 120px;
    }
    .fotosHome .container .full .contSecundarias:nth-child(3){
        padding-left: 0;
        padding-right: 10px;
    }
	.fotosHome .container .full .btnPlayTextFirst{
		background-position: center 40% !important;
	}
    /* ================================================= GALERIA FOTOS FIN ================================================= */
    
     /* ================================================= GALERIA FOTOS ARCHIVE INICIO ================================================= */
    
    .fotosArchiveHome .container .full .itemGal{
        width: 50%;
    }
    .fotosArchiveHome .container .full .itemGal:nth-child(1), .fotosArchiveHome .container .full .itemGal:nth-child(5n+0){
        padding-left: 10px;
    }
    .fotosArchiveHome .container .full .itemGal:nth-child(4n+0){
        padding-right: 10px;
    }
	.fotosArchiveHome .container .full .itemGal:nth-child(even){
        padding-right: 0;
    }
    .fotosArchiveHome .container .full .itemGal:nth-child(odd){
        padding-left: 0;
    }
	/* ================================================= GALERIA FOTOS ARCHIVE INICIO ================================================= */
    
     /* ================================================= GALERIA FOTOS SINGLE INICIO ================================================= */
    
    .fotosSingleHome .container .full .itemGal{
        width: 50%;
    }
    .fotosSingleHome .container .full .itemGal:nth-of-type(1), 
	.fotosSingleHome .container .full .itemGal:nth-of-type(5), 
	.fotosSingleHome .container .full .itemGal:nth-of-type(9), 
	.fotosSingleHome .container .full .itemGal:nth-of-type(13){
        padding-left: 10px;
    }
    .fotosSingleHome .container .full .itemGal:nth-of-type(4),
	.fotosSingleHome .container .full .itemGal:nth-of-type(8),
	.fotosSingleHome .container .full .itemGal:nth-of-type(12),
	.fotosSingleHome .container .full .itemGal:nth-of-type(16){
        padding-right: 10px;
    }
	.fotosSingleHome .container .full .itemGal:nth-of-type(even){
        padding-right: 0;
    }
    .fotosSingleHome .container .full .itemGal:nth-of-type(odd){
        padding-left: 0;
    }
	/* ================================================= GALERIA FOTOS SINGLE INICIO ================================================= */
    
    /* ================================================= GALERIA VIDEOS INICIO ================================================= */
    
    .videosHome .container .full .contPrincipal{
        width: 50%;
        height: 120px;
    }
    .videosHome .container .full .contPrincipal .fotoPrincipal span{
        background-size: 40px;
    }
    .videosHome .container .full .contSecundarias{
        width: 50%;
        height: 120px;
    }
    .videosHome .container .full .contSecundarias:nth-child(3){
        padding-left: 0;
        padding-right: 10px;
    }
	.videosHome .container .full .btnPlayTextFirst{
		background-position: center 40% !important;
	}
    /* ================================================= GALERIA VIDEOS FIN ================================================= */

}
/*Tablet Medium High*/
@media (max-width: 720px) 
{ 
	/* ================================================= HOME ACCESOS ================================================= */
	.homeAccesos > .container > a,
	.homeAccesos > .container > a:visited,
	.homeAccesos > .container > a:hover{
		width:90%;
		margin-bottom:25px;
	}
	.homeAccesos > .container > a:last-child{
		margin-bottom:0px;
	}
	.homeAccesos > .container > a.izq,
	.homeAccesos > .container > a.der{
		padding-left: 0px;
		padding-right: 0px;
	}
	.homeAccesos > .container > a.izq > .texto > span > .top,
	.homeAccesos > .container > a.der > .texto > span > .top{
		width:65%;
	}
	.homeAccesos > .container > a.izq > .texto > span > .bottom,
	.homeAccesos > .container > a.der > .texto > span > .bottom{
		padding-right:5%;
	}
	/* ================================================= HOME ACCESOS ================================================= */
	
	/* ================================================= PAGE NOTICIAS ================================================= */
	.pageContent.noticiasHome > .container > .bloques{
		width: 103%;
		margin-left: -1.5%;
	}
	.pageContent.noticiasHome > .container > .bloques > a,
	.pageContent.noticiasHome > .container > .bloques > a:visited,
	.pageContent.noticiasHome > .container > .bloques > a:hover,
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(1),
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(4),
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(7),
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(3),
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(6),
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(9){
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
	/* ================================================= PAGE NOTICIAS ================================================= */
	
	/* ================================================= PAGE NOTICIAS SINGLE ================================================= */
	.pageContent.noticiasPage > .container .foto{
		width: 100% !important;
    	margin-left: 0px !important;
    	margin-right: 0px !important;
    	margin-top: 0px !important;
	}
	.pageContent.noticiasPage > .container .foto,
	.pageContent.noticiasPage > .container .texto img{
		margin-bottom: 15px;
	}
	/* ================================================= PAGE NOTICIAS SINGLE ================================================= */
	
}
/*Tablet Medium*/
@media (max-width: 640px) 
{ 
	
	/* ================================================= HOME NOTICIAS ================================================= */
	.homeNoticias > .container > a,
	.homeNoticias > .container > a:visited,
	.homeNoticias > .container > a:hover,
	.homeNoticias > .container > a:nth-child(1),
	.homeNoticias > .container > a:nth-child(3n+3){
		width: 90%;
	}
	.homeNoticias > .container > a.special{
		display: none;
	}
	/* ================================================= HOME NOTICIAS ================================================= */
	
	/* ================================================= HOME ACCESOS ================================================= */
	.homeAccesos > .container > a.izq > .texto > span > .top,
	.homeAccesos > .container > a.der > .texto > span > .top{
		width:75%;
	}
	/* ================================================= HOME ACCESOS ================================================= */
	
	/* ================================================= PAGE BANNER ================================================= */
	.pageBanner > .container > .texto > i{
		margin-right: -83%;
	}
	/* ================================================= PAGE BANNER ================================================= */
	
	/* ================================================= PAGE NOTICIAS SINGLE ================================================= */
	.pageContent.noticiasPage > .container .texto img.size-medium{
		width: 50% !important;
	}
	/* ================================================= PAGE NOTICIAS SINGLE ================================================= */

}
/*Large Phone*/
@media (max-width: 480px) 
{ 
	/* ================================================= HOME BANNER ================================================= */
	.carousel-control.left,
	.carousel-control.right{
		visibility: hidden;
	}
	/* ================================================= HOME BANNER ================================================= */
	
    /* ================================================= GALERIA FOTOS INICIO ================================================= */
    
    .fotosHome .container .full .contPrincipal{
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .fotosHome .container .full .contSecundarias{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
	.fotosHome .container .full .contSecundarias{
		display: none;
	}
    /*.fotosHome .container .full .contSecundarias:nth-child(3){
        padding-left: 0;
        padding-right: 0;
    }*/
    
    .fotosHome .container .full .btnTriFoto{
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    /* ================================================= GALERIA FOTOS FIN ================================================= */
    
    /* ================================================= GALERIA FOTOS ARCHIVE INICIO ================================================= */
    .fotosArchiveHome .container .full .itemGal{
        width: 100%;
        padding: 0;
    }
	/* ================================================= GALERIA FOTOS ARCHIVE FIN ================================================= */
    
     /* ================================================= GALERIA FOTOS SINGLE INICIO ================================================= */
    .fotosSingleHome .container .full .itemGal{
        width: 100%;
        padding: 0;
    }
	/* ================================================= GALERIA FOTOS SINGLE FIN ================================================= */
    
     /* ================================================= GALERIA VIDEOS INICIO ================================================= */
    
    .videosHome .container .full .contPrincipal{
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .videosHome .container .full .contSecundarias{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
	.videosHome .container .full .contSecundarias{
		display: none;
	}
    /*.videosHome .container .full .contSecundarias:nth-child(3){
        padding-left: 0;
        padding-right: 0;
    }*/
    
    .videosHome .container .full .btnTriFoto{
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
     /* ================================================= GALERIA VIDEOS FIN ================================================= */
    
	/* ================================================= AUSPICIADOR PRINCIPAL ================================================= */
	.auspiciadorBanner > .container > a img.desktop{
		display:none;
	}
	.auspiciadorBanner > .container > a img.movil{
		display:inline-block;
	}
	/* ================================================= AUSPICIADOR PRINCIPAL ================================================= */
	
	/* ================================================= SOCIAL  ================================================= */
	.socialBar > .container > .login,
	.socialBar > .container > .login:visited,
	.socialBar > .container > .login:hover{
		font-size: 17px;
		letter-spacing:0px;
		padding: 4px 7px 0;	
	}
	.socialBar > .container > .login > b{
		display:none;
	}
	.socialBar > .container > .login > .glyphicon{
		display:inline-block;
	}
	/* ================================================= SOCIAL  ================================================= */
	
	/* ================================================= HOME NOTICIAS ================================================= */
	.homeNoticias > .container > a,
	.homeNoticias > .container > a:visited,
	.homeNoticias > .container > a:hover,
	.homeNoticias > .container > a:nth-child(1),
	.homeNoticias > .container > a:nth-child(3n+3){
		width: 100%;
	}
	/* ================================================= HOME NOTICIAS ================================================= */
    
    /* ================================================= PAGE JUGADORES INICIO ================================================= */
    .pageContent.jugadoresHome > .container > .bloque .jugador{
        width: 70%;
    }
    /* ================================================= PAGE JUGADORES FIN ================================================= */
	
	/* ================================================= PAGE CAMPEONATOS INICIO ================================================= */
    .pageContent.campeonatosHome > .container > .bloque .jugador{
        width: 70%;
    }
    /* ================================================= PAGE CAMPEONATOS FIN ================================================= */
	
	/* ================================================= HOME ACCESOS ================================================= */
	.homeAccesos > .container > a,
	.homeAccesos > .container > a:visited,
	.homeAccesos > .container > a:hover{
		width:100%;
	}
	.homeAccesos > .container > a.izq > .texto > span > .bottom > b,
	.homeAccesos > .container > a.der > .texto > span > .bottom > b{
		display:none;
	}
	.homeAccesos > .container > a.izq > .texto > span > .bottom > u,
	.homeAccesos > .container > a.der > .texto > span > .bottom > u{
		display:inline-block;
		padding:15px 0px;
	}
	/* ================================================= HOME ACCESOS ================================================= */
	
	/* ================================================= PAGE NOTICIAS ================================================= */
	.pageContent.noticiasHome > .container > .bloques{
		width: 100%;
		margin-left: 0px;
	}
	.pageContent.noticiasHome > .container > .bloques > a,
	.pageContent.noticiasHome > .container > .bloques > a:visited,
	.pageContent.noticiasHome > .container > .bloques > a:hover,
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(1),
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(4),
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(7),
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(3),
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(6),
	.pageContent.noticiasHome > .container > .bloques > a:nth-child(9){
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	/* ================================================= PAGE NOTICIAS ================================================= */
	
	/* ================================================= FOOTER ================================================= */
	.footer > .container > .block{
		width:100%;
	}
	.footer > .container > .block.tipo_1{
		padding-left:0px;
		padding-right:0px;
		padding-bottom:30px;
	}
	.footer > .container > .block.tipo_2{
		padding-left:0px;
		padding-right:0px;
		padding-bottom:30px;
	}
	.footer > .container > .block.tipo_3{
		padding-left:0px;
		padding-right:0px;
		padding-bottom:30px;
	}
	.footer > .container > .block.tipo_4{
		padding-left:0px;
		padding-right:0px;
	}
	.footer > .container > .block > .texto.item > .desc > .hide1{
		display:inline-block;
	}
	.footer > .container > .block > .texto.item > .desc > .hide2{
		display:none;
	}
	/* ================================================= FOOTER ================================================= */
	
	/* ================================================= PAGE PAGINADOR ================================================= */
	.pageContent > .container > .paginador .items a,
	.pageContent > .container > .paginador .items a:hover,
	.pageContent > .container > .paginador .items a:visited,
	.pageContent > .container > .paginador .items span{
		font-size:20px;
	}
	/* ================================================= PAGE PAGINADOR ================================================= */
}
/*Medium Phone*/
@media (max-width: 360px) 
{ 
	/* ================================================= HOME ACCESOS ================================================= */
	.homeAccesos > .container > a.izq > .texto > span,
	.homeAccesos > .container > a.der > .texto > span{
		padding-left:10px;
	}
	.homeAccesos > .container > a.izq > .texto > span > .bottom > i,
	.homeAccesos > .container > a.der > .texto > span > .bottom > i{
		line-height:16px;
	}
	.footer > .container > .block > .texto.item > .desc > .hide1{
		display:none;
	}
	.footer > .container > .block > .texto.item > .desc > .hide2{
		display:inline-block;
	}
	
	/* ================================================= HOME ACCESOS ================================================= */
	
	/* ================================================= PAGE BANNER ================================================= */
	.pageBanner > .container > .texto > i{
		margin-right: -70%;
	}
	/* ================================================= PAGE BANNER ================================================= */
	
	/* ================================================= PAGE NOTICIAS SINGLE ================================================= */
	.pageContent.noticiasPage > .container .texto img.size-medium{
		width: 100% !important;
    	margin-left: 0px !important;
    	margin-right: 0px !important;
	}
	/* ================================================= PAGE NOTICIAS SINGLE ================================================= */
    
    /* ================================================= PAGE JUGADORES INICIO ================================================= */
    .pageContent.jugadoresHome > .container > .bloque .jugador{
        width: 80%;
    }
    /* ================================================= PAGE JUGADORES FIN ================================================= */
	
	/* ================================================= PAGE CAMPEONATOS INICIO ================================================= */
    .pageContent.campeonatosHome > .container > .bloque .jugador{
        width: 80%;
    }
    /* ================================================= PAGE CAMPEONATOS FIN ================================================= */
    
    /* ================================================= GALERIA FOTOS INICIO ================================================= */
    
    .fotosHome .container .full .btnTriFoto{
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
        padding-left: 0;
    }
    
    /* ================================================= GALERIA FOTOS FIN ================================================= */
	
	/* ================================================= PAGE CONTACTO ================================================= */
	.pageContent.contactoHome > .container > .formulario > .left > form > .item > label > .show1{
		display: none;
	}
	.pageContent.contactoHome > .container > .formulario > .left > form > .item > label > .hide1{
		display: inline-block;
	}
	/* ================================================= PAGE CONTACTO ================================================= */
}
/*Small Phone*/
@media (max-width: 320px) 
{ 
	
}

/*CSS End*//*CSS Start*/

/* ================================================= FONTS ================================================= */
@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/bebasneue/BebasNeue.eot');
	src: url('fonts/bebasneue/BebasNeue.eot?#iefix') format('embedded-opentype'),  
		 url('fonts/bebasneue/BebasNeue.otf') format('opentype'),
		 url('fonts/bebasneue/BebasNeue.woff') format('woff'), 
		 url('fonts/bebasneue/BebasNeue.ttf') format('truetype'), 
		 url('fonts/bebasneue/BebasNeue.svg#BebasNeue') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
    font-family: 'Helvetica_Cond_Light';
    src: url('fonts/helvetica/HelveticaCdLt.eot');
    src: url('fonts/helvetica/HelveticaCdLt.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica/HelveticaCdLt.woff') format('woff'),
         url('fonts/helvetica/HelveticaCdLt.ttf') format('truetype'),
         url('fonts/helvetica/HelveticaCdLt.svg#HelveticaCdLt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica_Cond_Bold';
    src: url('fonts/helvetica/HelveticaCdBd.eot');
    src: url('fonts/helvetica/HelveticaCdBd.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica/HelveticaCdBd.woff') format('woff'),
         url('fonts/helvetica/HelveticaCdBd.ttf') format('truetype'),
         url('fonts/helvetica/HelveticaCdBd.svg#HelveticaCdBd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Raleway-v2-ExtraLight';
	src: url('fonts/raleway/Raleway-v2-ExtraLight.eot');
	src: url('fonts/raleway/Raleway-v2-ExtraLight.eot?#iefix') format('embedded-opentype'),  
	     url('fonts/raleway/Raleway-v2-ExtraLight.woff') format('woff'), 
	     url('fonts/raleway/Raleway-v2-ExtraLight.ttf') format('truetype'), 
	     url('fonts/raleway/Raleway-v2-ExtraLight.svg#Raleway-v2-ExtraLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-v2-Regular';
	src: url('fonts/raleway/Raleway-v2-Regular.eot');
	src: url('fonts/raleway/Raleway-v2-Regular.eot?#iefix') format('embedded-opentype'),  
	     url('fonts/raleway/Raleway-v2-Regular.woff') format('woff'), 
	     url('fonts/raleway/Raleway-v2-Regular.ttf') format('truetype'), 
	     url('fonts/raleway/Raleway-v2-Regular.svg#Raleway-v2-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-v2-SemiBold';
	src: url('fonts/raleway/Raleway-v2-SemiBold.eot');
	src: url('fonts/raleway/Raleway-v2-SemiBold.eot?#iefix') format('embedded-opentype'),  
	     url('fonts/raleway/Raleway-v2-SemiBold.woff') format('woff'), 
	     url('fonts/raleway/Raleway-v2-SemiBold.ttf') format('truetype'), 
	     url('fonts/raleway/Raleway-v2-SemiBold.svg#Raleway-v2-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat/montserrat-light-webfont.eot');
    src: url('fonts/montserrat/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
	font-family: 'Asap-Regular';
	src: url('fonts/asap/Asap-Regular.eot');
	src: url('fonts/asap/Asap-Regular.eot?#iefix') format('embedded-opentype'),  
		 url('fonts/asap/Asap-Regular.otf')  format('opentype'),
		 url('fonts/asap/Asap-Regular.woff') format('woff'), 
		 url('fonts/asap/Asap-Regular.ttf')  format('truetype'), 
		 url('fonts/asap/Asap-Regular.svg#Asap-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Asap-Medium';
	src: url('fonts/asap/Asap-Medium.eot');
	src: url('fonts/asap/Asap-Medium.eot?#iefix') format('embedded-opentype'),  
		 url('fonts/asap/Asap-Medium.otf')  format('opentype'),
		 url('fonts/asap/Asap-Medium.woff') format('woff'), 
		 url('fonts/asap/Asap-Medium.ttf')  format('truetype'), 
		 url('fonts/asap/Asap-Medium.svg#Asap-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Asap-Bold';
	src: url('fonts/asap/Asap-Bold.eot');
	src: url('fonts/asap/Asap-Bold.eot?#iefix') format('embedded-opentype'),  
		 url('fonts/asap/Asap-Bold.otf')  format('opentype'),
		 url('fonts/asap/Asap-Bold.woff') format('woff'), url('Asap-Bold.ttf')  format('truetype'), 
		 url('fonts/asap/Asap-Bold.svg#Asap-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Medium';
	src: url('fonts/oswald/Oswald-Medium.eot');
	src: url('fonts/oswald/Oswald-Medium.eot?#iefix') format('embedded-opentype'),  
	     url('fonts/oswald/Oswald-Medium.woff') format('woff'), 
	     url('fonts/oswald/Oswald-Medium.ttf')  format('truetype'), 
	     url('fonts/oswald/Oswald-Medium.svg#Oswald-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Bold';
	src: url('fonts/oswald/Oswald-Bold.eot');
	src: url('fonts/oswald/Oswald-Bold.eot?#iefix') format('embedded-opentype'),  
	     url('fonts/oswald/Oswald-Bold.woff') format('woff'), 
	     url('fonts/oswald/Oswald-Bold.ttf')  format('truetype'), 
	     url('fonts/oswald/Oswald-Bold.svg#Oswald-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ================================================= FONTS ================================================= */

/*CSS End*//*CSS Start*/

/*
'320px' 	=> '320px',
'360px' 	=> '360px',
'480px' 		=> '480px',
'768px' 		=> '768px',
'992px' 		=> '992px',
'1200px' 	=> '1200px',
'1920px' 		=> '1920px',
*/

/* ================================================= GLOBAL ================================================= */
body{
	background-color: #333333;
}
/*Tooltip Custom Color*/
.tooltip > .tooltip-inner{
	background-color: #0074b9;
}
.tooltip.top .tooltip-arrow{
	border-top-color: #0074b9;
}
.tooltip.right .tooltip-arrow{
	border-right-color: #0074b9;
}
.tooltip.bottom .tooltip-arrow{
	border-bottom-color: #0074b9;
}
.tooltip.left .tooltip-arrow{
	border-left-color: #0074b9;
}
/*Tooltip Custom Color*/
.blinking{
	box-shadow: 0px 0px 15px #FF0000, 0px 0px 15px #FF0000, 0px 0px 15px #FF0000, 0px 0px 15px #FF0000;
	/*CSS3*/
	opacity:1;
	-webkit-animation: blinkingout 2s linear infinite;
	-moz-animation: blinkingout 2s linear infinite;
	-o-animation: blinkingout 2s linear infinite;
    animation: blinkingout 2s linear infinite;
}
@-webkit-keyframes blinkingout {
  0%,100% { box-shadow: 0px 0px 15px #FF0000, 0px 0px 15px #FF0000, 0px 0px 15px #FF0000, 0px 0px 15px #FF0000; }
  50% { box-shadow: 0px 0px 15px #333, 0px 0px 15px #333, 0px 0px 15px #333; }
}
@-moz-keyframes blinkingout {
  0%,100% { box-shadow: 0px 0px 15px #FF0000, 0px 0px 15px #FF0000, 0px 0px 15px #FF0000, 0px 0px 15px #FF0000; }
 50% { box-shadow: 0px 0px 15px #333, 0px 0px 15px #333, 0px 0px 15px #333; }
}
@-o-keyframes blinkingout {
  0%,100% { box-shadow: 0px 0px 15px #FF0000, 0px 0px 15px #FF0000, 0px 0px 15px #FF0000, 0px 0px 15px #FF0000; }
  50% { box-shadow: 0px 0px 15px #333, 0px 0px 15px #333, 0px 0px 15px #333; }
}
@keyframes blinkingout {
  0%,100% { box-shadow: 0px 0px 15px #FF0000, 0px 0px 15px #FF0000, 0px 0px 15px #FF0000, 0px 0px 15px #FF0000; }
  50% { box-shadow: 0px 0px 15px #333, 0px 0px 15px #333, 0px 0px 15px #333; }
}
.notification{
	background-color: red;
  border-radius: 500px;
  color: white;
  display: inline-block;
  font-size: 9px !important;
  font-weight: normal;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  width: 16px;
  height: 16px;
	top: inherit;
	padding-top: 3px;
	/*CSS3*/
	opacity:1;
	-webkit-animation: fadeinout 2s linear infinite;
	-moz-animation: fadeinout 2s linear infinite;
	-o-animation: fadeinout 2s linear infinite;
    animation: fadeinout 2s linear infinite;
}
@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0.3; }
  50% { opacity: 1; }
}
@-moz-keyframes fadeinout {
  0%,100% { opacity: 0.3; }
  50% { opacity: 1; }
}
@-o-keyframes fadeinout {
  0%,100% { opacity: 0.3; }
  50% { opacity: 1; }
}
@keyframes fadeinout {
  0%,100% { opacity: 0.3; }
  50% { opacity: 1; }
}
.main-title{
	background-image: url("../imgv2/border-1.png");
	background-position: center center;
	background-repeat: repeat-x;
	text-align: center;
}
.main-title.border-white{
	background-image: url("../imgv2/border-3.png");
}
.main-title span{
	font-family: 'Oswald-Medium';
	font-size: 16px;
	text-transform: uppercase;
	color:white;
	display: inline-block;
	padding: 3px 8px;
	-webkit-transform: skew(-16deg);
	-moz-transform: skew(-16deg);
	-o-transform: skew(-16deg);
	background-color: #0074b9;
}
.main-video:after{
	background-image: url('../imgv2/play.png');
	background-image: none, url('../imgv2/play.svg'), url('../imgv2/play.png'); /*IE8*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';

	transition: background-size 0.4s ease;
	-moz-transition: background-size 0.4s ease;
	-webkit-transition: background-size 0.4s ease;
	-o-transition: background-size 0.4s ease;
}
.main-video:hover:after{
	background-size: 60px;

	transition: background-size 0.4s ease;
	-moz-transition: background-size 0.4s ease;
	-webkit-transition: background-size 0.4s ease;
	-o-transition: background-size 0.4s ease;
}

.test{
	display: inline-block;
	width: 100%;
	background-color: red;
	color:white;
}
/* ================================================= GLOBAL ================================================= */

/* ================================================= PUBLICIDAD ================================================= */
.container .banner-wide img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90px;
}
.container .banner-medium img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 225px;
}
.container .banner-large img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 333px;
}
.container .banner-rotativo{
	margin-bottom: 25px;
}
.container .banner-rotativo .carousel-inner .item img{
	display: inline-block !important;
}
.container .banner-rotativo .carousel-indicators{
	bottom: 0px;
	margin-bottom: -25px;
}
.container .banner-rotativo .carousel-indicators li{
	border-color: #0074b9;
}
.container .banner-rotativo .carousel-indicators li.active{
	background-color: #0074b9;
}
/* ================================================= PUBLICIDAD ================================================= */

/* ================================================= SOCIAL ================================================= */
.social-bar{
	background-color: #333333;
	width:100%;
	height:auto;
	float:left;
	color:white;
}
.social-bar > .container{
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
}
.social-bar > .container .icon,
.social-bar > .container .icon:visited,
.social-bar > .container .icon:hover{
	float:left;
	margin-right:6px;
	vertical-align:middle;
}
.social-bar > .containe .icon.last{
	margin-right:0px;
}
.social-bar > .container .icon img{
	width:29px;
	height:29px;
	border-radius:5px;
}
.social-bar .container .botononlymedia{
	background: red;
	color: white;
	border-radius: 4px;
	padding: 5px 6px 5px;
	margin-top: 0px;
	float: left;
	font-size: 13px;
	font-family: 'Oswald-Medium';
}
.social-bar > .container .acceso,
.social-bar > .container .acceso:visited,
.social-bar > .container .acceso:hover{
	font-family: 'Raleway-v2-ExtraLight';
	font-size: 11px;
    letter-spacing: 0.5px;
	float:right;
	color:white;
	vertical-align:middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.social-bar > .container .acceso:after{
	width: 1px;
	height: 16px;
	display: inline-block;
	content: "";
	background-color: white;
	vertical-align:middle;
	margin-left: 12px;
	margin-right: 12px;
}
.social-bar > .container .acceso.first:after{
	display: none;
}
.social-bar > .container .acceso .glyphicon{
	font-size: 16px;
	vertical-align: sub;
	padding-right: 7px;
}
.social-bar > .container .acceso b{
	font-weight: normal;
}
@media (max-width: 480px)
{
	.social-bar > .container .acceso b{
		display: none;
	}
	.social-bar > .container .acceso:after{
		margin-left: 9px;
		margin-right: 9px;
	}
}
@media (max-width: 360px)
{
	.social-bar > .container .acceso,
	.social-bar > .container .acceso:visited,
	.social-bar > .container .acceso:hover{
		letter-spacing: 0.2px;
	}
	.social-bar > .container .icon img{
		width:26px;
		height:26px;
	}
}
/* ================================================= SOCIAL  ================================================= */

/* ================================================= HEADER ================================================= */
.header{
	background-color: white;
	float: left;
	width: 100%;
}
.header .logo{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 45px;
}
.header .logo img{
	max-height: 88px;
}
.header .banner-wide{
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 1200px)
{
	.header .logo img{
		max-height: 78px;
	}
	.header .banner-wide{
		width: 70%;
	}
}
@media (max-width: 992px)
{
	.header .logo{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.header .banner-wide{
		width: 100%;
	}
}
/* ================================================= HEADER ================================================= */

/* ================================================= MENU ================================================= */
.menu{
	background-color: #e9e9e9;
	width: 100%;
	float: left;
}
.menu > .container > a,
.menu > .container > a:visited,
.menu > .container > a:hover{
	border-bottom: 6px solid #e9e9e9;
    border-top: 5px solid #e9e9e9;
    color: #666;
    display: inline-block;
    font-family: 'Raleway-v2-Regular';
    font-size: 12px;
    margin-left: 30px;
    padding-bottom: 13px;
    padding-top: 13px;
    text-transform: uppercase;
    vertical-align: middle;
	cursor:pointer;
}
.menu > .container > a.first{
	margin-left: 0px !important;
}
.menu > .container > a > .glyphicon{
	color: #0074b9;
    font-size: 13px;
    margin-right: 10px;
	font-size: 12px;
}
.menu > .container > a:hover,
.menu > .container > a.active,
.menu > .container:hover > a.active{
	font-family:'Raleway-v2-SemiBold';
	color:black;
	border-bottom-color:#0074b9;
	letter-spacing: -0.1px;
}
.menu > .container:hover > a.active{
    font-family: 'Raleway-v2-Regular';
	color:#666;
	border-bottom-color:#e9e9e9;
}
.menu > .container:hover > a.active:hover{
	font-family:'Raleway-v2-SemiBold';
	color:black;
	border-bottom-color:#0074b9;
}
.menu > .container > a.movil{
	display:none;
}
.menu > .container > a.doble{
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 12px;
	width: 53px;
	margin-left: 20px;
	margin-right: -12px;
}
.menu > .container > a.doble > b{
	width: 100%;
	height: auto;
	display: inline-block;
	font-weight: normal;
}
.menu > .container > a.doble > b .notificacion{
	padding-top: 2px;
	font-size: 9px;
}
.menu > .container > a.doble > i{
	width: 100%;
	height: auto;
	display: inline-block;
	font-size: 10px;
	font-style: normal;
	color: #0074b9;
	font-family: 'Raleway-v2-SemiBold';
}
.menu > .container > a.destacado,
.menu > .container > a.destacado:visited,
.menu > .container > a.destacado:hover{
	background-color:#D00000 !important;
	border-bottom-color:#D00000 !important;
	border-top-color:#D00000 !important;
    color: white !important;
	font-weight: normal;
	font-family: 'Raleway-v2-SemiBold' !important;
	margin-left: 13px;
	padding-left: 15px;
	padding-right: 10px;
	margin-right: -10px;
	margin-left: 20px;
	letter-spacing: -0.1px;
}
.menu > .container > a.destacado .glyphicon{
	margin: 0px;
	color: white;
	font-weight: normal;
	display: inline-block;
	vertical-align: text-top;
	margin-left: 3px;
}
@media (max-width: 1200px)
{
	.menu > .container > a,
	.menu > .container > a:visited,
	.menu > .container > a:hover{
		margin-left: 21px;
	}
	.menu > .container > a.destacado,
	.menu > .container > a.destacado:visited,
	.menu > .container > a.destacado:hover{
		margin-left: 11px;
	}
	.menu > .container > a.doble{
		margin-right: -5px;
	}
}
@media (max-width: 992px)
{
	.menu > .container > a,
	.menu > .container > a:visited,
	.menu > .container > a:hover{
		display: none;
	}
	.menu > .container > a.first{
		display: block;
		float: left;
	}
	.menu > .container > a.movil{
		display: block;
		float: right
	}
}
/* ================================================= MENU ================================================= */

/* ================================================= MENU MOBILE ================================================= */
.menu-mobile{
	background-image: url("../img/mainmenu_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0074b9;
	background-size: contain;
	width: 100%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
.menu-mobile .container-full .item,
.menu-mobile .container-full .item:visited,
.menu-mobile .container-full .item:hover{
    border-bottom: 1px dashed white;
    color: white;
    cursor: pointer;
    float: left;
    font-family: 'Raleway-v2-Regular';
    font-size: 12px;
    height: auto;
    padding: 13px 15px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.menu-mobile .container-full .item.last{
	border-bottom:none;
}
.menu-mobile .container-full .item.destacado{
	font-weight: normal;
	font-family: 'Raleway-v2-SemiBold' !important;
	background-color: #D00000;
	background: -moz-linear-gradient(left, rgba(208,0,0,1) 0%, rgba(72,108,165,0) 100%); 
	background: -webkit-linear-gradient(left, rgba(208,0,0,1) 0%,rgba(72,108,165,0) 100%); 
	background: linear-gradient(to right, rgba(208,0,0,1) 0%,rgba(72,108,165,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00000', endColorstr='#00486ca5',GradientType=1 );
}
@media (max-width: 992px)
{
	.menu-mobile.collapse{
		display: none !important;
	}
	.menu-mobile.collapse.in{
		display: block !important
	}
}
@media (min-width: 992px)
{
	.menu-mobile.collapse{
		display: none !important;
	}
}
/* ================================================= MENU MOBILE ================================================= */

/* ================================================= BANNER HOME ================================================= */
.banner-home{
	background-color: white;
	float: left;
	width: 100%;
}
.banner-home .carousel .item .fondo{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
}
.banner-home .carousel .item .fondo:after{
	background-image: url("../imgv2/banner-home-sombra.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 6;
	content:"";
}
.banner-home .carousel .item .container{
	z-index: 10;
	position: relative;
	height: 430px;
	display: table;
	color: white;
}
.banner-home .carousel .item .container a,
.banner-home .carousel .item .container a:visited,
.banner-home .carousel .item .container a:hover{
	display: table-cell;
	color: white;
	vertical-align: bottom;
	padding-top: 30px;
	padding-bottom: 30px;
}
.banner-home .carousel .item .container .categoria span{
	background-color: #0074b9;
	padding: 3px 9px;
	font-family: 'BebasNeue';
	font-size: 17px;
	width: auto;
}
.banner-home .carousel .item .container .titulo span{
	font-family: 'Oswald-Medium';
	font-size: 38px;
	line-height: 43px;
	text-shadow:1px 1px 12px rgba(0,0,0,0.5);
}
.banner-home .carousel .item .container .titulo span i{
	font-size: 23px;
	font-style: normal;
	vertical-align: middle;
}
.banner-home .carousel .item .container .info span{
	font-family: 'Asap-Regular';
	text-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	font-size: 15px;
}
.banner-home .carousel .item .container .info span b{
	font-weight: normal;
	font-family: 'Asap-Bold';
}
.banner-home .carousel .item .container .texto span{
	font-family: 'Asap-Regular';
	text-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	font-size: 15px;
}
.banner-home .carousel .nav li{
	background-color: white;
	border-bottom:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	vertical-align: middle;
}
.banner-home .carousel .nav li:last-child{
	border-right:none;
}
.banner-home .carousel .nav li.active{
	background-color: #0074b9;
	border-color: #0074b9;
}
.banner-home .carousel .nav a,
.banner-home .carousel .nav a:visited,
.banner-home .carousel .nav a:hover{
	background-color: transparent;
    border-radius:0px;
	display: table;
	width: 100%;
	color:#333333;
	line-height: 19px;
	margin-bottom: 0px !important;
	padding: 0px;
}
.banner-home .carousel .nav li a .foto{
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 12px 0px 12px 12px;
}
.banner-home .carousel .nav li a .foto span{
	width: 58px;
	height: 58px;
	display: block;
}
.banner-home .carousel .nav li a .texto{
	display: table-cell;
	vertical-align: middle;
	width: 100%;;
	text-align: left;
	font-size: 14px;
	font-family: 'Asap-Regular';
	line-height: 19px;
	padding: 12px 12px 12px 12px;
}
.banner-home .carousel .nav li.active a .texto{
	color: white;
}
.banner-home .carousel .mas-noticias{
	background-image: url("../imgv2/banner-home-item.png");
	background-repeat: no-repeat;
	background-position: center 10%;
	background-size: cover;
	background-color: white;
	border-bottom:1px solid #a0a0a0;
	display: table;
	width: 50%;
	float: right;
}
.banner-home .carousel .mas-noticias a,
.banner-home .carousel .mas-noticias a:visited,
.banner-home .carousel .mas-noticias a:hover{
	background-color: transparent;
    border-radius:0px;
	padding: 12px;
	display: table-cell;
	width: 100%;
	color:#333333;
	line-height: 19px;
	vertical-align: middle;
	text-align: center;
	font-family: 'BebasNeue';
	font-size: 19px;
}
.banner-home .carousel .mas-noticias a i{
	font-style: normal;
	color: #0074b9;
}
.banner-home .carousel .mas-noticias a img{
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 5px;
}
@media (min-width: 1920px)
{
	.banner-home .carousel .item .container{
		height: 500px;
	}
}
@media (max-width: 1200px)
{
	.banner-home .carousel .nav li a .foto span{
		width: 50px;
		height: 50px;
	}
	.banner-home .carousel .nav li a .texto{
		font-size: 13px;
		line-height: 16px;
	}
}
@media (min-width: 992px)
{
	.banner-home .carousel .mas-noticias{
		display: none;
	}
}
@media (max-width: 992px)
{
	.banner-home .carousel .nav li{
		width: 50%;
		float: left;
		margin: 0px;
	}
	.banner-home .carousel .nav li:last-child{
		border-right:1px solid #a0a0a0;
	}
}
@media (max-width: 768px)
{
	.banner-home .carousel .item .container .titulo span{
		font-size: 31px;
		line-height: 35px;
	}
	.banner-home .carousel .item .container .info span{
		font-size: 14px;
	}
	.banner-home .carousel .item .container .texto span{
		font-size: 14px;
	}
}
@media (max-width: 480px)
{
	.banner-home .carousel .nav li a .foto span{
		width: 48px;
		height: 48px;
	}
	.banner-home .carousel .item .container .info span{
		font-size: 13px;
	}
	.banner-home .carousel .item .container .texto span{
		font-size: 13px;
	}
}
/* ================================================= BANNER HOME ================================================= */

/* ================================================= CONTENT ================================================= */
.content{
	background-color: white;
	float: left;
	width: 100%;
}
/* ================================================= CONTENT ================================================= */

/* ================================================= HOME ESPECIALES ================================================= */
.home-especiales .item,
.home-especiales .item:visited,
.home-especiales .item:hover{
	position: relative;
	color: white;
}
.home-especiales .item .bloque{
	position: relative;
}
.home-especiales .item .bloque .foto{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
}
.home-especiales .item .bloque > div{
	background-image: url("../imgv2/sombra-1.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	position: relative;
	z-index: 100;
	height: 212px;
}
.home-especiales .item .bloque .fecha{
	font-family: 'Asap-Regular';
	font-size: 13px;
	background-color: #0074b9;
	display: inline-block;
	padding: 2px 8px;
}
.home-especiales .item .bloque .titulo{
	font-family: 'Asap-Medium';
	font-size: 15px;
	text-shadow: 2px 2px 2px black;
}
/* ================================================= HOME ESPECIALES ================================================= */

/* ================================================= HOME CENTRAL ================================================= */
.home-central .bloque-1 .item,
.home-central .bloque-1 .item:visited,
.home-central .bloque-1 .item:hover{
	color: #333333;
}
.home-central .bloque-1 .item .foto{
	height: 285px;
}
.home-central .bloque-1 .item .titulo{
	font-family: 'Asap-Medium';
	font-size: 20px;
	line-height: 24px;
}
.home-central .bloque-1 .item .fecha{
	font-family: 'Asap-Regular';
	font-size: 13px;
}
.home-central .bloque-1 .item .fecha b{
	font-family: 'Asap-Medium';
	color: #0074b9;
	font-weight: normal;
}
.home-central .bloque-1 .item .texto{
	font-family: 'Asap-Regular';
	font-size: 13px;
	text-align: justify;
	letter-spacing: -0.2px;
	line-height: 19px;
}
.home-central .bloque-2{
}
.home-central .bloque-2 a,
.home-central .bloque-2 a:visited,
.home-central .bloque-2 a:hover{
	color: #333333;
}
.home-central .bloque-2 .item:first-child .foto,
.home-central .bloque-2 .item:first-child .titulo{
	margin-top: 0px !important;
}
.home-central .bloque-2 a .izq{
	padding-right: 0px;
}
.home-central .bloque-2 a .foto{
	height: 94px;
}
.home-central .bloque-2 a .titulo{
	font-family: 'Asap-Medium';
	font-size: 16px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	position: relative;
}
.home-central .bloque-2 a .fecha{
	font-size: 13px;
	padding-top: 7px;
	line-height: 16px;
}
.home-central .bloque-2 a .fecha b{
	font-family: 'Asap-Medium';
	font-weight: normal;
	color: #0074b9;
}
.home-central .bloque-3{
}
.home-central .bloque-3 a,
.home-central .bloque-3 a:visited,
.home-central .bloque-3 a:hover{
	color: #333333;
}
.home-central .bloque-3 .item:first-child .foto,
.home-central .bloque-3 .item:first-child .titulo{
	margin-top: 0px !important;
}
.home-central .bloque-3 a .izq{
	padding-right: 0px;
}
.home-central .bloque-3 a .foto{
	height: 51px;
}
.home-central .bloque-3 a .titulo{
	font-family: 'Asap-Regular';
	font-size: 15px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 992px)
{
	.home-central .bloque-3 a .foto{
		height: 94px;
	}
}
@media (max-width: 768px)
{
	.home-central .bloque-1 .item .foto{
		height: 185px;
	}
	.home-central .bloque-2 a .izq{
		padding-right: 15px;
	}
	.home-central .bloque-2 a .foto{
		height: 190px;
	}
	.home-central .bloque-2 a .titulo,
	.home-central .bloque-2 .item:first-child .titulo{
		margin-top: 15px !important;
	}
	.home-central .bloque-3 a .izq{
		padding-right: 15px;
	}
	.home-central .bloque-3 a .foto{
		height: 190px;
	}
	.home-central .bloque-3 a .titulo,
	.home-central .bloque-3 .item:first-child .titulo{
		margin-top: 15px !important;
	}
}
@media (max-width: 480px)
{
	.home-central .bloque-2 a .foto{
		height: 150px;
	}
	.home-central .bloque-3 a .foto{
		height: 150px;
	}
}
/* ================================================= HOME CENTRAL ================================================= */

/* ================================================= HOME VIDEOS ================================================= */
.home-videos{
	background-color: #333333;
	color: white;
	position: relative;
}
.home-videos .fondo{
	position: absolute;
	width: 100%;
	height: 100%;
}
.home-videos .container{
	position: relative;
}
.home-videos .item,
.home-videos .item:visited,
.home-videos .item:hover{
	position: relative;
	color: white;
}
.home-videos .item .bloque{
	position: relative;
}
.home-videos .item .bloque .foto{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
}
.home-videos .item .bloque > div{
	background-image: url("../imgv2/sombra-1.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	position: relative;
	z-index: 100;
	height: 212px;
}
.home-videos .item .bloque .fecha{
	font-family: 'Asap-Regular';
	font-size: 13px;
	background-color: #0074b9;
	display: inline-block;
	padding: 2px 8px;
}
.home-videos .item .bloque .titulo{
	font-family: 'Asap-Medium';
	font-size: 15px;
	text-shadow: 2px 2px 2px black;
}
/* ================================================= HOME VIDEOS ================================================= */

/* ================================================= HOME GALERIAS ================================================= */
.home-galerias a,
.home-galerias a:visited,
.home-galerias a:hover{
	color: #333333;
}
.home-galerias a .foto{
	height: 120px;
}
.home-galerias a .titulo{
	font-family: 'Asap-Medium';
	font-size: 16px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 480px)
{
	.home-galerias a .foto{
		height: 150px;
	}
}
/* ================================================= HOME GALERIAS ================================================= */

/* ================================================= HOME LINKS ================================================= */
.home-links .logos a,
.home-links .logos a:visited,
.home-links .logos a:hover{
	display: inline-block;
    padding: 15px 15px 0px;
    vertical-align: middle;
	cursor: default;
}
.home-links .logos a[href]{
	cursor: pointer;
}
.home-links .logos img,
.home-links .logos img.size-s{
	max-width: 100px;
	max-height: 70px;
}
.home-links .logos img.size-m{
	max-width: 120px;
	max-height: 80px;
}
.home-links .logos img.size-l{
	max-width: 130px;
	max-height: 90px;
}
.home-links .logos img.size-xl{
	max-width: 140px;
	max-height: 100px;
}
@media (max-width: 480px)
{
	.home-links .logos a,
	.home-links .logos a:visited,
	.home-links .logos a:hover{
   		padding: 10px 10px 0px;
	}
}
/* ================================================= HOME LINKS ================================================= */

/* ================================================= LIVE NEWS ================================================= */
.body-ajax{
	background-color: white;
}
.live-news-titulo span{
	font-family: 'BebasNeue';
	font-size: 19px;
	color: #0074b9;
	float: right;
	font-style: italic;
	line-height: 19px;
	margin-top: 15px;
}
.live-news-titulo img{
	width: 90px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
	float: left;
}
.live-news-button,
.live-news-button:visited,
.live-news-button:hover,
.live-news-button:active{
	position: fixed;
	font-family: 'BebasNeue';
	font-size: 18px;
	color: white !important;
	background-color: red;
	z-index: 999;
	right: 0;
	top: 70px;
	padding: 8px 3px 8px 6px;
	text-align: center;
	line-height: 17px;
	border-radius: 10px 0px 0px 10px;
	cursor: pointer;
	letter-spacing: -0.3px;
}
.live-news-button.scroll{
	border-radius: 0px 0px 0px 10px !important;
	top: 0px !important;
}
@media (max-width: 992px)
{
	.live-news-button,
	.live-news-button:visited,
	.live-news-button:hover{
		top: 65px;
	}
}
.live-news-archive .foto,
.live-news-archive .foto:visited,
.live-news-archive .foto:hover{
	width: 64px;
	height: 64px;
	background-image: url('../imgv2/icons/favicon/apple.png');
	background-color: #0074b9;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}
.live-news-archive .media-body{
	line-height: 16px;
}
.live-news-archive .panel-heading{
	padding: 4px 9px;
	font-size: 12px;
	border-radius: 0px 0px 3px 3px;
}
.live-news-loading{
	position: absolute;
	z-index: 999;
	width: 100%;
	border-radius: 0px;
}
.live-news-loading,
.live-news-loading .progress-bar{
	height: 8px;
}
/* ================================================= LIVE NEWS ================================================= */
/*CSS End*/
