/* ================================================= LOADING ================================================= */
.alignCenter{
	text-align:center !important;
}
.alignLeft{
	text-align:left !important;
}
.alignRight{
	text-align:right !important;
}
.numeros{
	font-family: "museo_slab300" !important;
    margin-top: 2px !important;
	vertical-align: middle !important;
}
.vacio{
	font-size:10px !important;
	letter-spacing:1px !important;
}
.afichehome{
	overflow:hidden !important; 
	border-radius:8px !important; 
	display:inline-block !important;
	width:auto !important;
}
/* ================================================= LOADING ================================================= */

/* ================================================= HEADER ================================================= */
.header{
	background-color:#FFF;
	width:100%;
	float:left;
	height:auto;
	border-top:8px solid #2e73b5/*theme-color*/;
}
.header .container{
	height:112px;
}
.header .container .logo{
	background-image:url("../img/logo_bg.png");
	background-position:top right;
	background-repeat:no-repeat;
	width:265px;
	height:112px;
	float:left;
	display:table;
}
.header .container .logo span{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
.header .container .logo span img{
	width:217px;/*172px*/
	height:auto;/*80px*/
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.header .container .logo span img:hover{
	opacity:0.6;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}


.header .container .logo2{
	width:365px;
	height:112px;
	float:left;
	display:table;
}
.header .container .logo2 span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.header .container .logo2 span img{
	max-width:217px;/*172px*/
	height:93px;/*80px*/
}



.header .container .menu{
	width:505px;
	height:112px;
	float:right;
	display:table;
}
.header .container .menu span{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
.header .container .menu span a.item,
.header .container .menu span a.item:visited,
.header .container .menu span a.item:hover{
    background-color: transparent;
    color: #888;
    font-family: "bebas_neueregular";
    font-size: 16px;
    padding: 2px 10px;
	/*float:left;*/
	display:inline-block;
}
.header .container .menu span a.item img{
	width:17px;
	vertical-align:text-top;
	display:inline-block;
	height:auto;
}
.header .container .menu span a.item:hover,
.header .container .menu span a.menuOn{
	background-color: #2e73b5/*theme-color*/ !important;
    color: #FFF !important;
}
.header .container .menu span a.social,
.header .container .menu span a.social:visited,
.header .container .menu span a.social:hover{
	/*float:left;*/
	display:inline-block;
	vertical-align:top;
	margin-left:6px;
}
.header .container .menu span a.social:hover{
	/*CSS3*/
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	
	-webkit-transform:rotate(360deg);
	 -moz-transform:rotate(360deg);
	 transform:rotate(360deg);
}
.header .container .menu span i{
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:auto;
}
.header .container .menu span b{
	display:inline-block;
	font-weight:normal;
	margin-left:6px;
}
.header .container .menu span a.social img{
	width:25px;
	height:auto;
}
.header .container .menu span select{
    background-color: #ffffff;
    border: 1px solid #a0a0a0;
    display: none;
    padding: 8px;
    vertical-align: middle;
    width: 100%;
	font-size:14px;
	color: #333;
	height:37px;
    margin-bottom: 20px;
}
/* ================================================= HEADER ================================================= */

/* ================================================= ANNOUNCE ================================================= */
.announce{
	background-color:#2e73b5/*theme-color*/;
	width:100%;
	float:left;
	height:auto;
}
.announce .container{
	height:75px;
	color:#FFF;
	font-family: 'Raleway-Regular';
	font-size:18px;
	text-transform:uppercase;
	display:table;
}
.announce .container span{
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	padding:15px 0px;
}
.announce .container span i{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	height:auto;
	font-style:normal;
}
.announce .container span a,
.announce .container span a:visited,
.announce .container span a:hover{
	color:#2e73b5/*theme-color*/;
	background-color:#FFF;
	border:2px solid #FFF;
	padding:3px 8px;
	margin:0px 5px;
	display:inline-block;
	vertical-align:text-bottom;
	font-family: 'montserratregular';
	font-size:16px;
}
.announce .container span a:hover{
	background-color:#2e73b5/*theme-color*/;
	color:#FFF !important;
}
.announce .container span a b{
	font-size:14px;
	font-weight:normal;
}
/* ================================================= ANNOUNCE ================================================= */

/* ================================================= HOME BANNER ================================================= */
.homeBanner{
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#333;
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	position:relative;
}
.homeBanner > img{
	position:absolute;
	/* Opacity */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/*100*/
	filter: alpha(opacity=0);/*100*/
	-moz-opacity: 0;/*1*/
	-khtml-opacity: 0;/*1*/
	opacity: 0;/*1*/
}
.homeBanner .sombra{
	background-image:url("../img/banner_bg.png");
	background-position:top center;
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:52px;
}
.homeBanner .container{
	height:357px;
	color:#FFF;
	display:table;
	width:100%;
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
}
.homeBanner .container span{
	vertical-align:middle;
	text-align:center;
	display:table-cell;
}
.homeBanner .container span i{
	font-style:normal;
	display:inline-block;
	width:100%;
}
.homeBanner .container span i.logo{
	width:100%;
	height: auto;
	margin-bottom: 15px;
}
.homeBanner .container span i.logo img{
	background-color: white;
	padding: 10px;
	border-radius: 5px;
	/*width:100% !important;*/
	height:auto !important;
	/*max-width:348px !important;*/
	max-width: 200px;
	max-height:105px!important;
	display:inline-block !important;
	position:relative !important;
	visibility:visible !important;
	/* Opacity */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;/*100*/
	filter: alpha(opacity=100) !important;/*100*/
	-moz-opacity: 1 !important;/*1*/
	-khtml-opacity: 1 !important;/*1*/
	opacity: 1 !important;/*1*/
}
.homeBanner .container span i.titulo{
	font-family: 'Montserrat-SemiBold';
	font-size:28px;
	text-transform:uppercase;
}
.homeBanner .container span i.subtitulo{
	font-family: 'montserratlight';
	font-size:16px;
}
.homeBanner .container span i.linea{
	width:56px;
	height:2px;
	background-color:#FFF;
	margin-top:15px;
}
/* ================================================= HOME BANNER ================================================= */

/* ================================================= HOME ACCESOS ================================================= */
.homeAccesos{
	background-color:#FFF;
	width:100%;
	float:left;
	height:auto;
}
.homeAccesos .container{
	height:165px;/*115+25+25*/
	display:table;
}
.homeAccesos .container span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:15px 0px;
	padding-top: 0px;
}
.homeAccesos .container span a,
.homeAccesos .container span a:visited,
.homeAccesos .container span a:hover{
	display:inline-block;
	width:114px;
	height:auto;
	color:#FFF;
	font-family: 'Raleway-Regular';
	font-size:14px;
	text-align:center;
	margin:5px 25px;
	/*CSS3*/
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
}
.homeAccesos .container a.first,
.homeAccesos .container a.first:hover{
	margin-left:0px;
}
.homeAccesos .container a.last,
.homeAccesos .container a.last:hover{
	margin-right:0px;
}
.homeAccesos .container span a:hover{
	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;
}
.homeAccesos .container span a i.foto{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:15px;
}
.homeAccesos .container span a i.foto img{
	background-color:#2e73b5/*theme-color*/;
	width:auto;
	height:auto;
	max-width:64px;
	max-height:64px;
}
.homeAccesos .container span a i.titulo{
	font-style:normal;
	background-color:#2e73b5/*theme-color*/;
	width:100%;
	float:left;
	padding:5px 0px;
}
.homeAccesos .container span .grupo{
	display:inline-block;
	width:auto;
	height:auto;
}
.homeAccesos .container .abiertosAnterioresLinks{
	display:none;
}
.modal-body b.abiertosDesc{
	width:100%;
	display:inline-block;
	font-weight:normal;
	margin-bottom:15px;
}
.modal-body i.abiertosLink{
	width:100%;
	text-align:center;
	display:inline-block;
	font-style:normal;
}
.modal-body i.abiertosLink a,
.modal-body i.abiertosLink a:visited,
.modal-body i.abiertosLink a:hover{
	background-color: #2e73b5/*theme-color*/;
	display:inline-block;
	width:60%;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 11px;
	margin-top:8px;
	border-radius:5px;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.modal-body i.abiertosLink a:hover{
	opacity:0.6;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
/* ================================================= HOME ACCESOS ================================================= */

/* ================================================= HOME CONTENT ================================================= */
.homeContent{
	background-color:#FFF;
	width:100%;
	float:left;
	height:auto;
}
.homeContent .container{
	height:375px;/*325+25+25*/
}
.homeContent .container .left{
	background-image:url("../img/border.png");
	background-position:right center;
	background-repeat:repeat-y;
	float:left;
	height:375px;
	width:50%;
	display:table;
}
.homeContent .container .left span{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	padding-left:0px;
	padding-right:25px;
	padding-top:0px;
	padding-bottom:0px;
}
.homeContent .container .left span .titulo,
.homeContent .container .right span .titulo{
	width:100%;
	float:left;
	min-height:25px;
	font-family: "Raleway-Regular";
    font-size: 18px;
	text-transform:uppercase;
}
.homeContent .container .left span .linea,
.homeContent .container .right span .linea{
	width:100%;
	float:left;
	height:3px;
	margin-top:10px;
}
.homeContent .container .left span .linea i,
.homeContent .container .right span .linea i{
	background-color:#2e73b5/*theme-color*/;
	width:86px;
	display:block;
	height:3px;
}
.homeContent .container .right{
	float:left;
	height:375px;
	width:50%;
	display:table;
}
.homeContent .container .right span{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.homeContent .container .left span .foto{
	background-color:#2e73b5/*theme-color*/;
	width:100%;
	height:180px;
	float:left;
	margin-top:20px;
	overflow:hidden;
	position:relative;
}
.homeContent .container .left span .foto img{
	position:absolute;
}
.homeContent .container .left span .texto{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
	color: #666;
    font-family: 'montserratlight';
    font-size: 13px;
    font-weight: normal;
    line-height: 29px;
    text-align: justify;
}
.homeContent .container .left span .texto b{
	font-family: 'montserratregular';
	font-weight:normal;
	color:#2e73b5/*theme-color*/;
    font-size: 15px;
}
.homeContent .container .left span .texto a,
.homeContent .container .left span .texto a:visited,
.homeContent .container .left span .texto a:hover{
	background-color: #2e73b5/*theme-color*/;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 11px;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.homeContent .container .left span .texto a:hover{
	opacity:0.6;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.homeContent .container .right span .tabla{
	background-color:#FFF;
	width:100%;
	height:250px;
	float:left;
	margin-top:20px;
	overflow:hidden;
	position:relative;
}
.homeContent .container .right span .tabla table{
	font-family: "Raleway-Regular";
    font-size: 12px;
	color:#000;
	width:100%;
	height:100%;
	position:relative;
	z-index:50;
}
.homeContent .container .right span .tabla table.blur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.homeContent .container .right span .tabla table .par{
	background-color:#eee;
}
.homeContent .container .right span .tabla table .impar{
	background-color:#FFF;
}
.homeContent .container .right span .tabla table .title{
	
}
.homeContent .container .right span .tabla table .title .dato{
	text-align:center;
	font-family: 'montserratregular';
}
.homeContent .container .right span .tabla table .item{
	
}
.homeContent .container .right span .tabla table .dato{
	background-image:url("../img/border.png");
	background-position:right center;
	background-repeat:repeat-y;
    padding:0px 15px;
}
.homeContent .container .right span .tabla table .dato.first{
	
}
.homeContent .container .right span .tabla table .dato.last{
	background:none;
}
.homeContent .container .right span .tabla .noDisponible{
	background-image:url("../img/nodisp_bg2.png");
	background-position:bottom center;
	background-repeat:repeat;
    padding:0px 15px;
	display: table;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
	font-family: 'bebas_neueregular';
    font-size: 20px;
	color:#666;
}
.homeContent .container .right span .tabla .noDisponible b{
	font-weight:normal;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	padding:20px;
}
.homeContent .container .right span .tabla .noDisponible b i{
	width:100%;
	height:auto;
	margin-top:10px;
	display:inline-block;
	font-style:normal;
	line-height:24px;
	color:#2e73b5/*theme-color*/;
}
.homeContent .container .right span .tabla .noDisponible b i u{
	font-size:32px;
	text-decoration:none;
}
.homeContent .container .right span .tabla .noDisponible b img.iconInsc{
	width:72px;
	height:auto;
}
.homeContent .container .right span .tabla .noDisponible b img.iconSalidas{
	/*max-width:380px;
	width:100%;*/
	width: auto;
	max-height: 120px;
	height:auto;
}
.homeContent .container .right span a.boton,
.homeContent .container .right span a.boton:visited,
.homeContent .container .right span a.boton:hover{
	background-color:#2e73b5/*theme-color*/;
	margin-top:20px;
	width:100%;
	height:47px;
	float:left;
	display:table;
	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;
}
.homeContent .container .right span a.boton:hover{
	opacity:0.6;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.homeContent .container .right span a.boton i{
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	
	font-family: "Raleway-Regular";
	font-style:normal;
    font-size: 14px;
	text-transform:uppercase;
}
/* ================================================= HOME CONTENT ================================================= */

/* ================================================= PAGE BANNER ================================================= */
.pageBanner{
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#333;
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	position:relative;
}
.pageBanner img{
	position:absolute;
	/* Opacity */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/*100*/
	filter: alpha(opacity=0);/*100*/
	-moz-opacity: 0;/*1*/
	-khtml-opacity: 0;/*1*/
	opacity: 0;/*1*/
}
.pageBanner .sombra{
	background-image:url("../img/banner_bg.png");
	background-position:top center;
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:52px;
}
.pageBanner .container{
	height:auto;/*220-30-10*/
	color:#FFF;
	position:relative;
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
}
.pageBanner .container > span{
	display:table;
	margin: 0 auto;
	max-width: 850px;
}
.pageBanner .container span .left{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.pageBanner .container span .left span{
	display: inline-block;
}
.pageBanner .container span .right{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.pageBanner .container span .left.chico{
	width:37%;
}
.pageBanner .container span .right.chico{
	width:63%;
}
.pageBanner .container span .left.mediano{
	width:40%;
}
.pageBanner .container span .right.mediano{
	width:60%;
}
.pageBanner .container span .left.grande{
	width:44%;
}
.pageBanner .container span .right.grande{
	width:56%;
}
.pageBanner .container span .right span{
	display: inline-block;
	padding-left:15px;
}
.pageBanner .container span i{
	font-style:normal;
	display:inline-block;
	width:100%;
}
.pageBanner .container span i.logo{
	width:100%;
	height: auto;
}
.pageBanner .container span i.logo img{
	
	background-color: white;
	padding: 10px;
	border-radius: 5px;
	/*width:100% !important;*/
	height:auto !important;
	/*max-width:348px !important;*/
	max-width: 200px;
	max-height:105px!important;
	display:inline-block !important;
	position:relative !important;
	visibility:visible !important;
	/* Opacity */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;/*100*/
	filter: alpha(opacity=100) !important;/*100*/
	-moz-opacity: 1 !important;/*1*/
	-khtml-opacity: 1 !important;/*1*/
	opacity: 1 !important;/*1*/
}
.pageBanner .container span i.titulo{
	font-family: 'Montserrat-SemiBold';
	font-size:28px;
	text-transform:uppercase;
	line-height:32px;
	margin-bottom:5px;
}
.pageBanner .container span i.subtitulo{
	font-family: 'montserratlight';
	font-size:16px;
}
.pageBanner .container span i.linea{
	width:56px;
	height:2px;
	background-color:#FFF;
	margin-top:13px;
	/*margin-bottom:15px;*/
}
/* ================================================= PAGE BANNER ================================================= */

/* ================================================= PAGE CONTENT ================================================= */
.pageContent{
	background-image:url("../img/border.png");
	background-position:bottom center;
	background-repeat:repeat-x;
	background-color:#FFF;
	width:100%;
	float:left;
	height:auto;
}
.pageContent .container{
	min-height:300px;/*325+25+25*/
	padding-bottom:25px;
}
.pageContent .container .top{
	float:left;
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
}
.pageContent .container .top .left{
	width:auto;/*80%*/
	height:auto;
	display:table;
	float:left;
}
.pageContent .container .top .left span{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	padding-right:15px;
}
.pageContent .container .top .right{
	width:auto;/*20%*/
	height:auto;
	display:table;
	float:right;
}
.pageContent .container .top .right span{
	display:table-cell;
	text-align:right;
	vertical-align:top;
}
.pageContent .container .top .left .titulo{
	width:100%;
	display:inline-block;
	height:auto;
	font-family: "Raleway-Regular";
    font-size: 18px;
	text-transform:uppercase;
}
.pageContent .container .top .left .linea{
	width:100%;
	display:inline-block;
	height:3px;
	margin-top:10px;
	text-align:left;
}
.pageContent .container .top .left .linea i{
	background-color:#2e73b5/*theme-color*/;
	width:86px;
	display:block;
	height:3px;
}
.pageContent .container .top .right a,
.pageContent .container .top .right a:visited,
.pageContent .container .top .right a:hover{
	background-color: #2e73b5/*theme-color*/;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 7px;
	display:inline-block;
	width:auto;
	height:auto;
	text-transform:none;
    /*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 .top .right a:hover{
	opacity:0.6;
	/*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 .bottom{
    float: left;
    color: #666;
    font-family: 'montserratlight';
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 29px;
    text-align: justify;
    width: 100%;
}
.pageContent .container .bottom p b,
.pageContent .container .bottom p strong{
	font-family: 'montserratregular';
	font-weight:normal;
	color:#2e73b5/*theme-color*/;
    font-size: 15px;
}
.pageContent .container .bottom p a,
.pageContent .container .bottom p a:visited,
.pageContent .container .bottom p a:hover{
	background-color: #2e73b5/*theme-color*/;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 11px;
	/*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 .bottom p a:hover{
	opacity:0.6;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
/* ================================================= PAGE CONTENT ================================================= */

/* ================================================= PAGE NOTICIAS LIST ================================================= */
.pageContent .container .bottom.noticiaList{
	
}
.foto-dest{
    width: 100%;
    height: 100%;
    display: block;
}
.pageContent .container .bottom.noticiaList .links{
	width:100%;
	height:auto;
	float:left;
}
.pageContent .container .bottom.noticiaList .links a,
.pageContent .container .bottom.noticiaList .links a:visited,
.pageContent .container .bottom.noticiaList .links a:hover{
	width:100%;
	height:auto;
	margin-bottom:25px;
	float:left;
	color:#333;
}
.pageContent .container .bottom.noticiaList .links a:last-child{
	margin-bottom:0px;
}
.pageContent .container .bottom.noticiaList .links .left{
	background-color: #2e73b5/*theme-color*/;
	height:117px;
	width:210px;
	float:left;
	margin-right:20px;
	overflow:hidden;
	position:relative;
	/*CSS3*/
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
}
.pageContent .container .bottom.noticiaList .links .left.hover{
	opacity:0.5;
	/*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 .bottom.noticiaList .links .left img{
	position:absolute;
}
.pageContent .container .bottom.noticiaList .links .right{
	float: left;
    min-height: 117px;
    width: 910px;
}
.pageContent .container .bottom.noticiaList .links .right b{
	float: left;
    font-family: "MSlab-500";
    font-size: 16px;
    font-weight: normal;
    min-height: 30px;
	max-height:44px;
    width: 100%;
}
.pageContent .container .bottom.noticiaList .links .right i{
	float: left;
    font-style: normal;
    height: 40px;
    line-height: 21px;
    margin-top: 3px;
    overflow: hidden;
    width: 100%;
}
.pageContent .container .bottom.noticiaList .links .right span{
	background-color: #2e73b5/*theme-color*/;
    color: #fff;
    float: left;
    font-family: "Raleway-Regular";
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
    padding: 0 11px;
}
.paginador{
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
.paginador .items{
    display: inline-block;
}
/* ================================================= PAGE NOTICIAS LIST ================================================= */

/* ================================================= PAGE NOTICIAS PAGE ================================================= */
.pageContent .container .bottom.noticiaList{
	
}
/* ================================================= PAGE NOTICIAS PAGE ================================================= */

/* ================================================= PAGE NOTICIAS PAGE ================================================= */
.pageContent .container .bottom.noticiaPage .foto{
	background-color: #2e73b5/*theme-color*/;
    float: left;
    height: 221px;
    margin-bottom: 7px;
    margin-right: 25px;
    overflow: hidden;
    width: 40%;
}
.pageContent .container .bottom.noticiaPage .foto img{
	width:100%;
	height:auto;
}
/* ================================================= PAGE NOTICIAS PAGE ================================================= */

/* ================================================= PAGE RESULTADOS PAGE ================================================= */
.pageContent .container .bottom.resultadosPage{
	
}
.pageContent .container .bottom.resultadosPage #tarjetaEjemplo{
	display:none;
}
.pageContent .container .bottom.resultadosPage .nota {
    background-color: #f7f7f7;
    border: 1px solid #a0a0a0;
    float: left;
    font-size: 12px;
    line-height: 19px;
    padding: 8px;
    text-align: center;
    width: 100%;
}
/**************************************************************************/

.pageContent .container .bottom.resultadosPage .listado{
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	position:relative;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable{
	font-family: 'roboto_condensedregular';
    font-size: 14px;
	color:#000;
	width:100%;
	height:auto;
	position:relative;
	z-index:50;
	text-align:left;
	line-height:15px;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .par{
	background-color:#EEE;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .impar{
	background-color:#FFF;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .title,
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .corte{
	background-color: #2e73b5/*theme-color*/;
	cursor: default !important;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .title,
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .corte,
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .item{
	height:40px;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .title .dato,
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .corte .dato{
	font-weight:normal;
	text-align:center;
	/*font-family: 'montserratregular';*/
	text-transform:uppercase;
	background-image:none !important;
	color:#FFF;
	font-family: 'roboto_condensedregular';
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .item{
	background-image:url("../img/border.png");
	background-position:top center;
	background-repeat:repeat-x;
	cursor:pointer;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .item.tarjetaBox,
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .item.tarjetaBox .item{
	cursor:auto;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .dato{
	background-image:url("../img/border.png");
	background-position:right center;
	background-repeat:repeat-y;
    padding:0px 10px;
	font-family: 'roboto_condensedlight';
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .dato.pos{
	text-align:center;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .dato.pais{
	text-align:center;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .dato.categoria{
	text-align:center;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .dato.total{
	text-align:center;
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .dato.ronda1,
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .dato.ronda2,
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .dato.ronda3,
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .dato.ronda4{
	
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .dato.first{
	
}
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .dato.last{
	background:none;
}

/**************************************************************************/

.pageContent .container .bottom.resultadosPage .tarjeta{
	background-color:#323232;
	font-family: 'roboto_condensedregular';
    font-size: 13px;
	color:#e4e4e4;
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	overflow-x:auto;
	position:relative;
	z-index:400;
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable{
	width:100%;
	height:auto;
	position:relative;
	z-index:50;
	text-align:left;
	line-height:15px;
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .par_2{
	/*background-color:#FFF;*/
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .impar_2{
	/*background-color:#FFF;*/
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .title_2{
	background-image:url("../img/border_2.png");
	background-position:top center;
	background-repeat:repeat-x;
	color:#FFF;
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .title_2,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .item_2{
	height:40px;
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .title .dato_2{
	
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .item_2{
	background-image:url("../img/border_2.png");
	background-position:top center;
	background-repeat:repeat-x;
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2{
	background-image:url("../img/border_2.png");
	background-position:right center;
	background-repeat:repeat-y;
    padding:0px 10px;
	text-align:center;
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.first_2{
	
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.last_2{
	background-image:none;
}

.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .item_2.gris{
	background-image:url("../img/border_3.png");
	background-color:#404040;
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .item_2.gris .dato_2{
	background-image:url("../img/border_3.png");
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .item_2.gris .last_2{
	
}



.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_eagle,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_birdie,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_par,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_bogey,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_doble_bogey{
	padding:0px;
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_eagle b,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_birdie b,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_par b,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_bogey b,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_doble_bogey b{
	background-position:center center;
	background-repeat:no-repeat;
	display:table;
	width:100%;
	height:40px;
	font-weight:normal;
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_eagle i,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_birdie i,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_par i,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_bogey i,
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_doble_bogey i{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0px 10px;
	font-style:normal;
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_eagle b{
	background-image:url("../img/tar_eagle.png");
	color:#000 !important;
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_birdie b{
	background-image:url("../img/tar_birdie.png");
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_par b{
	background-image:url("../img/tar_par.png");
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_bogey b{
	background-image:url("../img/tar_bogey.png");
}
.pageContent .container .bottom.resultadosPage .tarjeta table.tarjetaTable .dato_2.tar_doble_bogey b{
	background-image:url("../img/tar_doble_bogey.png");
}

.pageContent .container .bottom.resultadosPage .simbologia{
	background-image:url("../img/border_2.png");
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#323232;
	font-family: 'roboto_condensedregular';
    font-size: 13px;
	color:#e4e4e4;
	width:100%;
	height:40px;
	float:left;
	display:none;
	position:relative;
	z-index:50;
	line-height:15px;
}
.pageContent .container .bottom.resultadosPage .simbologia span{
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	padding:10px 0px;
}
.pageContent .container .bottom.resultadosPage .simbologia span i{
	font-style:normal;
	margin:3px 10px;
	display:inline-block;
}
.pageContent .container .bottom.resultadosPage .simbologia span b{
	background-color:#FFF;
	display:inline-block;
	width:15px;
	height:15px;
	margin-right:5px;
	vertical-align:sub;
	border-radius:500px;
}
.pageContent .container .bottom.resultadosPage .simbologia span b.tar_eagle{
	background-color:#f7b942 !important;
	/*color:#000 !important;*/
}
.pageContent .container .bottom.resultadosPage .simbologia span b.tar_birdie{
	background-color:#c20318 !important;
}
.pageContent .container .bottom.resultadosPage .simbologia span b.tar_par{
	background-color:#707173 !important;
}
.pageContent .container .bottom.resultadosPage .simbologia span b.tar_bogey{
	background-color:#00498f !important;
}
.pageContent .container .bottom.resultadosPage .simbologia span b.tar_doble_bogey{
	background-color:#000000 !important;
	width:14px;
	height:14px;
	border:1px solid #888;
}

.pageContent .container .bottom.resultadosPage .goLeft{
	background-image:url("../img/tar_goleft.png");
	background-position:left center;
	background-repeat:no-repeat;
	display:none;
	float:left;
	width:50px;
	height:0px;/*280px*/
	position:absolute;
	left:0;
	z-index:500;
	visibility:hidden;
	cursor:pointer;
}
.pageContent .container .bottom.resultadosPage .goRight{
	background-image:url("../img/tar_goright.png");
	background-position:right center;
	background-repeat:no-repeat;
	display:none;
	float:right;
	width:50px;
	height:0px;/*280px*/
	position:absolute;
	right:0;
	z-index:500;
	visibility:hidden;
	cursor:pointer;
}

.pageContent .container .bottom.resultadosPage .deslizar{
	background-color:#2e73b5/*theme-color*/;
    bottom: 0;
    color: #fff;
    display: none;/*table*/
    float: left;
    font-family: "Raleway-Regular";
    font-size: 14px;
    height: 51px;
    left: 0;
    position: fixed;
    text-transform: uppercase;
    width: 100%;
    z-index: 600;
}
.pageContent .container .bottom.resultadosPage .deslizar span{
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	padding:10px 10px;
}
.pageContent .container .bottom.resultadosPage .deslizar span i{
	background-image:url("../img/slide_bg.png");
	background-position:center center;
	background-repeat:no-repeat;
	display:inline-block;
	margin-left:3px;
	width:70px;
	height:30px;
	text-align:left;
	vertical-align:middle;
}
.pageContent .container .bottom.resultadosPage .deslizar span i img{
	display:none;
}
/* ================================================= PAGE RESULTADOS PAGE ================================================= */

/* ================================================= PAGE CATEGORIA PAGE ================================================= */
.pageContent .container .botonCategoria{
	text-align:center;
	padding-top:0px;
	padding-bottom:12px;
	padding-left:6px;
	padding-right:6px;
}
.pageContent .container .botonCategoria a,
.pageContent .container .botonCategoria a:visited,
.pageContent .container .botonCategoria a:hover {
	background-color: #2e73b5/*theme-color*/;
    color: #fff;
    display: inline-block;
	width:auto;
    height: auto;
	margin-left:6px;
	margin-right:6px;
	margin-top:12px;
	margin-bottom:0px;
	padding:0px 8px;
	font-size:12px;
/*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 .botonCategoria a:hover{
	opacity:0.5;
	/*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 .botonCategoria .catSel,
.pageContent .container .botonCategoria .catSel:visited,
.pageContent .container .botonCategoria .catSel:hover{
	/* Opacity */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/*100*/
	filter: alpha(opacity=50);/*100*/
	-moz-opacity: 0.5;/*1*/
	-khtml-opacity: 0.5;/*1*/
	opacity: 0.5;/*1*/
}
.pageContent .container .panel-onlygolf .cambio{
	display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    color: #2e73b5/*theme-color*/;
    background: #FFF;
    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 .panel-onlygolf .cambio:hover{
	opacity:0.7;
	/*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 .botonCategoria .catMont{

}
.pageContent .container .botonCategoria .catValle{
	
}
.pageContent .container .botonCategoria .catTitle i{
	font-style:normal;
}
.pageContent .container .botonCategoria span b{
	display:inline-block;
	font-weight:normal;
}
.pageContent .container .botonCategoria span i{
	display:none;
	font-style:normal;
}
.pageContent .container .botonCategoria select{
    background-color: #ffffff;
    border: 1px solid #a0a0a0;
    display: none;
    padding: 8px;
    vertical-align: middle;
    width: 95%;
	font-size:14px;
	color: #333;
	height:37px;
    margin-left:0px;
	margin-right:0px;
	margin-top:12px;
	margin-bottom:0px;
}
/* ================================================= PAGE CATEGORIA PAGE ================================================= */

/* ================================================= PAGE INSCRIPCION PAGE ================================================= */
.pageContent .container .bottom.inscripcionPage .formulario{
	float:left;
	width:100%;
	height:auto;
	margin-top:20px;
}
.pageContent .container .bottom.inscripcionPage .formulario .left{
	display:inline-block;
	float:left;
	width:48%;
	height:auto;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form{
	width:100%;
	height:auto;
	float:left;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:13px;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item:last-child{
	margin-bottom:0px;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item label{
	float:left;
	width:40%;
	height:29px;
	font-weight:normal;
	margin-bottom:0px;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item label .glyphicon{
    display: inline-block;
    font-size: 13px;
    margin-right: 3px !important;
    vertical-align: unset;
	color:#2e73b5/*theme-color*/;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item input[type="text"]{
	float:left;
	width:60%;
	height:29px;
	border: 1px solid #a0a0a0;
	padding:0px 4px;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item textarea{
	float:left;
	width:60%;
	height:73px;
	max-width:60%;
	max-height:73px;
	min-width:60%;
	min-height:73px;
	border: 1px solid #a0a0a0;
	padding:0px 4px;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item select{
	float:left;
	width:60%;
	height:29px;
	border: 1px solid #a0a0a0;
	padding:0px 4px;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item span{
	float:left;
	width:60%;
	height:auto;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item span select{
	width:30%;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item span select.select1{
	float:left;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item span select.select2{
	float:left;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item span select.select3{
	float:right;
}
.pageContent .container .bottom.inscripcionPage .formulario .left form .item input[type="submit"]{
	background-color: #2e73b5/*theme-color*/;
    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:8px;
	/*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 .bottom.inscripcionPage .formulario .left form .item input[type="submit"]:hover{
	opacity:0.6;
	/*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 .bottom.inscripcionPage .formulario .right{
	display:inline-block;
	float:right;
	width:48%;
	height:auto;
	padding-left: 15px;
    text-align: left;
}
.pageContent .container .bottom.inscripcionPage .formulario .right .item{
	float:left;
	width:100%;
	min-height:29px;
	font-weight:normal;
	margin-bottom:0px;
}
.pageContent .container .bottom.inscripcionPage .formulario .right .item i{
	font-style:normal;
	margin-left:5px;
	font-family: 'montserratregular';
}
.pageContent .container .bottom.inscripcionPage .formulario .right .item .glyphicon{
    display: inline-block;
    font-size: 13px;
    margin-right: 3px !important;
    vertical-align: unset;
}
.pageContent .container .bottom.inscripcionPage .formulario .right .mapa{
	background-color: #2e73b5/*theme-color*/;
    border-radius: 8px;
    float: left;
    height: 151px;
    margin-top: 15px;
    width: 100%;
}
/* ================================================= PAGE INSCRIPCION PAGE ================================================= */

/* ================================================= PAGE INSCRITOS PAGE ================================================= */
.pageContent .container .bottom.inscritosList{
	
}
/**************************************************************************/

.pageContent .container .bottom.inscritosList .listado{
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	position:relative;
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable{
	font-family: 'roboto_condensedregular';
    font-size: 14px;
	color:#000;
	width:100%;
	height:auto;
	position:relative;
	z-index:50;
	text-align:left;
	line-height:15px;
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .par{
	background-color:#EEE;
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .impar{
	background-color:#FFF;
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .title{
	background-color: #2e73b5/*theme-color*/;
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .title,
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .item{
	height:40px;
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .title .dato{
	font-weight:normal;
	text-align:center;
	/*font-family: 'montserratregular';*/
	text-transform:uppercase;
	background-image:none !important;
	color:#FFF;
	font-family: 'roboto_condensedregular';
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .item{
	background-image:url("../img/border.png");
	background-position:top center;
	background-repeat:repeat-x;
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .dato{
	background-image:url("../img/border.png");
	background-position:right center;
	background-repeat:repeat-y;
    padding:0px 10px;
	font-family: 'roboto_condensedlight';
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .dato.pos{
	text-align:center;
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .dato.pais{
	text-align:center;
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .dato.categoria{
	text-align:center;
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .dato.total{
	text-align:center;
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .dato.ronda1,
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .dato.ronda2,
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .dato.ronda3,
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .dato.ronda4{
	
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .dato.first{
	
}
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .dato.last{
	background:none;
}
/* ================================================= PAGE INSCRITOS PAGE ================================================= */

/* ================================================= PAGE SALIDAS PAGE ================================================= */
.pageContent .container .bottom.salidasPage{
	
}
/**************************************************************************/

.pageContent .container .bottom.salidasPage .listado{
	background-color:#FFF;
	width:100%;
	height:auto;
	float:left;
	position:relative;
	text-align:center;
}
.pageContent .container .bottom.salidasPage .listado .tabla{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	/*overflow-x:auto;*/
	position:relative;
}

.pageContent .container .bottom.salidasPage .listado .tabla table.blur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable.movil{
	display:none;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable{
	font-family: 'roboto_condensedregular';
    font-size: 14px;
	color:#000;
	width:100%;
	height:auto;
	position:relative;
	z-index:50;
	text-align:left;
	line-height:15px;
	margin-bottom:20px;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable:last-child{
	margin-bottom:0px;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .par{
	background-color:#EEE;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .impar{
	background-color:#FFF;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .title{
	background-color: #2e73b5/*theme-color*/;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .title,
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .item{
	height:40px;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .item strong,
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .item b{
	font-family: 'montserratregular';
	font-weight:normal;
	font-size:12px;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .title .dato{
	font-weight:normal;
	text-align:center;
	/*font-family: 'montserratregular';*/
	text-transform:uppercase;
	background-image:none !important;
	color:#FFF;
	font-family: 'roboto_condensedregular';
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .item{
	background-image:url("../img/border.png");
	background-position:top center;
	background-repeat:repeat-x;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .dato{
	background-image:url("../img/border.png");
	background-position:right center;
	background-repeat:repeat-y;
    padding:0px 10px;
	font-family: 'roboto_condensedlight';
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .dato.pos{
	text-align:center;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .dato.pais{
	text-align:center;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .dato.categoria{
	text-align:center;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .dato.total{
	text-align:center;
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .dato.ronda1,
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .dato.ronda2,
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .dato.ronda3,
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .dato.ronda4{
	
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .dato.first{
	
}
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable .dato.last{
	background:none;
}

/*.pageContent .container .bottom.salidasPage .goLeft{
	background-image:url("../img/salidas_goleft.png");
	background-position:left top;
	background-repeat:repeat-y;
	float:left;
	width:50px;
	height:280px;
	position:absolute;
	left:0;
	top:40px;
	z-index:500;
	visibility:hidden;
	cursor:pointer;
}
.pageContent .container .bottom.salidasPage .goRight{
	background-image:url("../img/salidas_goright.png");
	background-position:right top;
	background-repeat:repeat-y;
	float:right;
	width:50px;
	height:280px;
	position:absolute;
	right:0;
	top:40px;
	z-index:500;
	visibility:hidden;
	cursor:pointer;
}*/
.pageContent .container .bottom.salidasPage .listado .tabla table.salidasTable.Hoyos tr:nth-child(2) td{
	font-family: 'montserratregular';
	font-weight:normal;
	font-size:12px;
}
/* ================================================= PAGE SALIDAS PAGE ================================================= */

/* ================================================= PAGE GALERIAS PAGE ================================================= */
.pageContent .container .bottom.galeriasPage{
}
.pageContent .container .botonFotos{
	text-align:center;
	padding-top:0px;
	padding-bottom:12px;
	padding-left:6px;
	padding-right:6px;
}
.pageContent .container .botonFotos a,
.pageContent .container .botonFotos a:visited,
.pageContent .container .botonFotos a:hover {
	background-color: #2e73b5/*theme-color*/;
    color: #fff;
    display: inline-block;
	width:auto;
    height: auto;
	margin-left:6px;
	margin-right:6px;
	margin-top:12px;
	margin-bottom:0px;
	padding:0px 8px;
	font-size:13px;
/*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 .botonFotos a:hover{
	opacity:0.5;
	/*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 .botonFotos .catSel,
.pageContent .container .botonFotos .catSel:visited,
.pageContent .container .botonFotos .catSel:hover{
	/* Opacity */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/*100*/
	filter: alpha(opacity=50);/*100*/
	-moz-opacity: 0.5;/*1*/
	-khtml-opacity: 0.5;/*1*/
	opacity: 0.5;/*1*/
}

.pageContent .container .bottom.galeriasPage .fotos{
	text-align:center;
	width:100%;
	height:auto;
	float:left;
	margin-bottom:-13px;
}
.pageContent .container .bottom.galeriasPage .fotos a,
.pageContent .container .bottom.galeriasPage .fotos a:visited,
.pageContent .container .bottom.galeriasPage .fotos a:hover{

	/*background-color:#2e73b5;*/
	/*display: inline-block;*/
    /*height: 100px;*/
   /* margin: 4px 8px;
    overflow: hidden;
    position: relative;
    width: 174px;*/
	margin-bottom: 20px;
/*CSS3*/
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;*/
}
.pageContent .container .bottom.galeriasPage .fotos a:hover{
	opacity:0.5;
	/*CSS3*/
	transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
}
.pageContent .container .bottom.galeriasPage .fotos a img{
	/*position:absolute;
	visibility:hidden;*/
	width: 100%;
	height: auto;
}


/********************************************/

.pageContent .container .botonVideos{
	/*text-align:center;*/
	padding-top:0px;
	padding-bottom:12px;
	padding-left:6px;
	padding-right:6px;
}
.pageContent .container .bottom.galeriasPage .videos{
	text-align:center;
	width:100%;
	height:auto;
	float:left;
}
.pageContent .container .bottom.galeriasPage .videos .main{
	float:left;
	width:70%;
	height:auto;
	
	padding-left:6px;
	padding-right:6px;
	padding-top:12px;
}
.pageContent .container .bottom.galeriasPage .videos .main span{
	background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
	background-color:#2e73b5/*theme-color*/;
	width:100%;
	height:auto;
	float:left;
}
.pageContent .container .bottom.galeriasPage .videos .main span iframe{
	width:100%;
	height:300px;
	float:left;
}
.pageContent .container .bottom.galeriasPage .videos .list{
	float:left;
	width:30%;
	text-align:left;
	padding-left:6px;/*full*/
	padding-right:6px;/*full*/
	margin-top:12px;
	padding-bottom1:0px;
	height:300px;/*full*/
	overflow:auto;
}
.pageContent .container .bottom.galeriasPage .videos .list a,
.pageContent .container .bottom.galeriasPage .videos .list a:visited,
.pageContent .container .bottom.galeriasPage .videos .list a:hover{
	/*margin-left:6px;
	margin-right:6px;
	margin-top:12px;*/
	margin-bottom:12px;
	float:left;
	background-color:#2e73b5/*theme-color*/;
	width:100%;
	height:144px;
	overflow:hidden;
	position:relative;
}
.pageContent .container .bottom.galeriasPage .videos .list a img{
	position:absolute;
}
.pageContent .container .bottom.galeriasPage .videos .scroll{
	background-image:url("../img/scroll_bg.png");
	background-position:bottom center;
	background-repeat:repeat-x;
	position:absolute;
	width:auto;
	height:40px;
	z-index:500;
	display:none;
}

/* ================================================= PAGE GALERIAS PAGE ================================================= */

/* ================================================= PAGE PAGINAS ================================================= */
.paginas{
	width:100%;
	height:auto; /*100px temp*/
	margin-top:20px;
	float:left;
	color:#333;
	text-align:center;
	display:table;
}
.paginas > span{
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}
.paginas a,
.paginas a:visited,
.paginas a:hover,
.paginas .page,
.paginas .page:hover{
	display:inline-block;
	color: #888;
    font-family: "montserratregular";
    font-size: 25px;
	padding:0px 5px;
	
	background-color:transparent;
    float:none;
    min-height:inherit;
    width:auto;
}
.paginas .current,
.paginas a:hover,
.paginas .page:hover{
	color:#2e73b5/*theme-color*/;
}
.paginas .next,
.paginas .prev,
.paginas .next:hover,
.paginas .prev:hover{
	padding:0px;
}
.paginas a span.glyphicon-chevron-left,
.paginas a span.glyphicon-chevron-right{
	vertical-align:inherit;
	font-size:20px;
	display:inline-block;
}
.paginas > span ol{
	margin:0;
	padding:0;
}
.paginas > span li{
	margin:0;
	padding:0;
	display:inline-block;
}
/* ================================================= PAGE PAGINAS ================================================= */

/* ================================================= AUSPICIADORES ================================================= */
.auspiciadores{
	background-color:#FFF;
	width:100%;
	float:left;
	height:auto;
	padding-top: 20px;
}
.auspiciadores .container{
	height:175px;/*125+25+25*/
}
.auspiciadores .container .titulo{
	width:100%;
	float:left;
	height:25px;
	font-family: "Raleway-Regular";
    font-size: 18px;
	text-transform:uppercase;
	text-align:center;
}
.auspiciadores .container .linea{
	width:100%;
	float:left;
	height:3px;
	margin-top:10px;
}
.auspiciadores .container .linea i{
	background-color:#2e73b5/*theme-color*/;
	width:86px;
	display:block;
	height:3px;
	margin:0 auto;
}
.auspiciadores .container .logos{
	float: left;
    height: 102px;
    margin-bottom: 35px;
    width: 100%;
	display:table;
}
.auspiciadores .container .logos span{
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}
.auspiciadores .container .logos span .principal{
	display:inline-block;
	width:100%;
}
.auspiciadores .container .logos span img{
	max-width:150px;
	max-height:60px;
	margin:5px 15px;
	margin-bottom:0px;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.auspiciadores .container .logos span img:hover{
	opacity:0.6;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.auspiciadores .container .logos span img.size_S{
	max-width:150px;
	max-height:60px;
}
.auspiciadores .container .logos span img.size_M{
	max-width:180px;
	max-height:90px;
}
.auspiciadores .container .logos span img.size_L{
	max-width:200px;
	max-height:100px;
}
.auspiciadores .container .logos span img.size_XL{
	max-height: 150px;
    max-width: 300px;
}
/* ================================================= AUSPICIADORES ================================================= */

/* ================================================= FOOTER ================================================= */
.footer{
	background-color:#333;
	width:100%;
	float:left;
	height:auto;
	border-top:8px solid #2e73b5/*theme-color*/;
}
.footer .container{
	height:125px;
	color:#FFF;
	display:table;
}
.footer .container span{
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	font-family: "Raleway-Regular";
	font-size:14px;
	padding: 10px 0px;
}
.footer .container span a,
.footer .container span a:visited,
.footer .container span a:hover{
	color:#FFF;
	text-decoration:none;
	display:inline-block;
}
.footer .container span a.telefono{
	font-family: 'museo_slab300';
	margin-top:2px;
	vertical-align:middle;
}
.footer .container span i{
	font-style:normal;
	display:inline-block;
	width:100%;
	height:auto;
}
.footer .container span i img{
	width:132px;
	height:auto;
}
.footer .container span b{
	font-weight:normal;
	display:inline-block;
	width:100%;
	height:auto;
	margin-top:8px;
}
.footer .container span b img{
	margin-left: 3px;
    width: 70px;
}
/* ================================================= FOOTER ================================================= */