				@charset "UTF-8";

				body{
    				min-width: 320px;
				}
				.msgBox{
   				 	max-width: calc(100% - 30px);
				}
				.msgBox .msgBoxContent{
   	 				max-width: calc(100% - 6px);
				}
/* Container */
				.container1020px{
					position:relative; 
					margin:0 auto;	
					width:1020px; 
				}
				.container1200px{
					position:relative; 
					margin:0 auto;	
					width:1200px; 
				}
				.contenedor100{
					width:100%;	
					min-width:100%;	
					max-width:100%;
				}
				.background_negro{
					background-color:black;
				}
				.background_transparent{
					background-color:transparent !important;
				}
				.background_bluedark{
					background-color:#0A1825 !important;
				}
				.border_right_dotted{
    				border-right: 1px #000000 dotted;
				}
				.container_auto{
    				float: left;
    				position: relative;
    				width: auto;
				}
/* ClearFix */
				.clearfix:after {
        			visibility: hidden;
        			display: block;
        			font-size: 0;
        			content: " ";
        			clear: both;
        			height: 0;
        		}
				.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
				.clearfix { display: block; }
/* End hide from IE-mac */
				.relative{position:relative}
				.left{float:left}
				.right{float:right}
				.heigth_auto{height:auto;}
 /* Margin */
				.margin_left30{ margin-left:30px;}
				.margin_left10{ margin-left:10px;}
				.margin_right10{ margin-right:10px;}
				.margin_right20{ margin-right:20px;}
				.marginCentrar{margin:0 auto 0 auto;}
				.margin_top5{ margin-top:5px;}
				.margin_top15{ margin-top:15px;}
				.margin_top20{ margin-top:20px;}
				.margin_top30{ margin-top:30px;}
				.margin_top40{ margin-top:40px;}
				.margin_top50{ margin-top:50px;}
				.margin_top100{ margin-top:100px;}
				.margin_bottom10{ margin-bottom:10px;}
				.margin_bottom15{ margin-bottom:15px;}
				.margin_bottom30{ margin-bottom:30px;}
 /* Padding */
				.padding_bottom10{padding-bottom:10px;}
				.padding_bottom50{padding-bottom:50px;}
				.padding_bottom70{padding-bottom:70px;}
				.padding_top10{padding-top:10px;}
				.padding_top30{padding-top:30px;}
				.padding_top50{padding-top:50px;}
				.padding_lateral90{padding: 0 90px;}
/* Padding */
 /* End Margin */
  /* Navigation */
				.line-height-normal{
 					line-height: normal;   
				}
				.overflow{
   					overflow: hidden;
				}
				.border_white{
    				border: 1px solid #FFF !important;
				}
				.separador_linea{
    				border-top: 1px solid white;
    				height: 0;
    				margin: 0 10px;
				}
				.separador_linea_rojo{
    				border-top: 1px solid #D20F47;
    				height: 0;
    				margin: 0 10px;
				}
				.pointer{
    				cursor: pointer;
				}

				.top-header{
					height: 145px;
					background-color:#0C0C0C;
					position: fixed;
    				top:0;
					width:100%;
					z-index:3;
				}
				.top-header-space{
    				height: 125px;
    				width: 100%;
    				z-index:1;
    				background-color:#0C0C0C;
    				position: relative;
				}
				.boton_registro{
					position:relative;
					float: right;
					width:125px;
					height:45px;
					line-height:45px;
					color:white;
					text-align:center;
					font-family: 'Raleway', sans-serif; font-weight:400;
					font-size:15px;
					background:url(../s/icon_login.png) no-repeat 10px;
					cursor:pointer;
					margin-right:10px;
				}
	
				.social-header{
					position:relative;
					float:right;
					width: left;
					height:45px;
					background-color: #e1002f;
				}
				.social-facebook-header{
					position:relative;
    				float:right;
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-facebook1.png) no-repeat center center;
					width:35px;
					height:45px;
					margin:0 0 0 0;
					cursor:pointer;
	
				}
				.social-instangram-header{
					position:relative;
					float:right;
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-instrangram1.png) no-repeat center center;
					width:35px;
					height:45px;
					margin:0 0 0 0;
					cursor:pointer;
				}
				.social-youtube-header{
					position:relative;
					float:right;
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-youtube1.png) no-repeat center center;
					width:35px;
					height:45px;
					margin:0 0 0 0;
					cursor:pointer;
				}
				.social-twitter-header{
					position:relative;
					float:right;
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-twitter1.png) no-repeat center center;
					width:35px;
					height:45px;
					margin:0 0 0 0;
					cursor:pointer;
				}
				.menufixed{
					width:100%;
					background-color:#000000;
					position:relative;
					height: 110px;
					-moz-box-shadow: -1px 3px 8px #000000;
    				-webkit-box-shadow: -1px 3px 8px #000000;
    				box-shadow:-1px 3px 8px #000000;
					behavior: url(/pie/PIE.htc);
				}						
				header {
					width: 100%;
					height: 45px;

				}
				.logo {
					width: 242px;
					height:75px;
					float: left;
					margin-top: 22px;
					margin-left: 5px;
					background:url(../images/Logo-Total-Running.jpg) no-repeat;
					position:relative;
					cursor:pointer;

				}
				.mapa{
        			height: 657px;
    			}
				@media (max-width: 769px) {
    			.mapa{
        			height: 400px;
    			}
			}
				@media (max-width: 450px) {
    			.mapa{
        			height: 230px;
    			}
    			.ms-nav-next, .ms-nav-prev{
        			display: none;
    			}
			}
				.labelright{
        			text-align: right;
    			}
				@media (max-width: 767px){
    			.labelright{
        			text-align: left;
    			}
    			.col-xs-hide{
        			display: none;
   				}
    			.col-xs-text-center{
        			text-align: center;
    			}
    			.scroll-xs-x{
        			overflow-x: scroll !important;
    			}
			}

/* Slider Section */
				.SliderSection {
					height:auto;
					position:relative;
					background-color:#0C0C0C;
				}
/* Proximos Eventos Section Home */

				.padding_titulo_proximos{
					padding:50px 0 20px 0}
				.titulo1 {
					font-family: "Raleway",sans-serif;
    				font-weight: 400;
					color:white;
					font-size:30px;
					text-align:center;
    				text-shadow: 0px 4px 5px rgb(0, 0, 0);
				}

				.eventos {
					padding-left: 25px;
					padding-right: 25px;
					padding-top: 35px;
					display: inline-block;
					margin-top: 0px;
				}
				.container_proximos_eventos{
					position:relative;
					width:260px;
        			min-height: 430px;
					height:auto;
					margin:15px auto;
					background-color:#000000;
					-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.7);
					-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.7);
					box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.7);
					behavior: url(/pie/PIE.htc);
				}
				.container_proximos_eventos_img{
        			cursor: pointer;
					position:relative;
					width:260px;
					height:135px;}
				.container_proximos_eventos_datos{
					position:relative;
					width: auto;
					height:auto;
					padding:10px 10px 0 10px;
				}
				.container_proximos_eventos_ciudad{
					position:relative;
					width:auto;
					height:auto;
					padding:0 0 5px 0;
					color:white;
					font-size:14px;
					font-style:italic;
					font-family: 'Open Sans', sans-serif; 
					font-weight:300;
				}		
				.container_proximos_eventos_titulos{
        			cursor: pointer;
					position:relative;
					width:auto;
					height:60px;
					color:#e1002f;
					font-size:16px;
					font-family: 'Raleway', sans-serif; 
					font-weight:600;
					text-align:left;
				}

				.eventos_titulos {
    				width: auto;
    				color: #e1002f;
    				font-size: 16px;
    				font-family: 'Raleway', sans-serif;
    				font-weight: 600;
    			}

				.container_proximos_eventos_detalles{
					position:center;
					width:auto;
					height:auto;
					padding: 5px 0;
					color:white;
					font-family: 'Open Sans', sans-serif; 
					font-weight:300;
				}
				.container_icon_fecha{
					position:relative;
					float:left;
					background:url(../images/icon_time.png) center center no-repeat;
					width:15px;
					height:15px;	
				}
				.container_icon_hora{
					position:relative;
					float:left;
					background:url(../images/icon_clock.png) center center no-repeat;
					width:15px;
					height:15px;	
				}
				.container_icon_maps{
					position:relative;
					float:left;
					background:url(../images/icon_signs.png) center center no-repeat;
					width:15px;
					height:15px;	
				}
				.container_icon_money{
					position:relative;
					float:left;
					background:url(../images/icon_money.png) center center no-repeat;
					width:15px;
					height:15px;	
				}						
				.container_fecha{
					position:relative;
					float:left;
					height:15px;
					width: calc(100% - 25px);
					padding:0 0 0 10px;
					line-height:13px;
				}
/*Container de la direccion de los eventos*/
				.container_direccion {
    				position: relative;
    				float: left;
    				height: 45px;
    				width: calc(100% - 25px);
    				padding: 0 0 0 10px;
    				line-height: 13px;
				}

				.container_vermas{
					position:relative;
					float:right;
					height:15px;
					width:auto;
					padding:0 0 0 10px;
					line-height:13px;
				}
				.container_vermas a{
        			text-decoration: none;
        		}
				.container_vermas .spnVerMas{
        			color: #d11242;
        		}
				.container_campos100 {
        			float:left;
        			width: 100%;
					margin-left: auto;
					margin-right: auto;
					height:auto;
       			}
				.container_campos50 {
        			float:left;
        			width: 50%;
					margin-left: auto;
					margin-right: auto;
					height:auto;
        		}
				.container_campos33 {
        			float:left;
        			height:auto;
					margin-left: auto;
					margin-right: auto;
        			padding: 0 10px;
        			width: calc(33% - 20px);
	
        		}
				.container_campos20 {
        			float:left;
        			height:auto;
					margin-left: auto;
					margin-right: auto;
        			padding: 0 10px;
        			width: calc(20% - 20px);
	
        		}
				.boton_general{
					position:relative;
					width:auto;
					height:35px;
					background-color:#D9002D;
					cursor:pointer;
					color:white;
					font-size:15px;
					font-family: 'Raleway', sans-serif; 
					font-weight:600;
					text-align: center;
					line-height:35px;
					padding:0 20px 0 20px;
					transition: all 0.2s linear 0s;

				}
				.boton_general:hover{
					background-color:white; 
					color:black; 
				}	
				.boton_general_grande{
					background-color: #d9002d;
        			color: white;
        			cursor: pointer;
        			font-family: "Raleway",sans-serif;
        			font-size: 14px;
        			font-weight: 600;
        			min-height: 48px;
        			padding: 16px 20px;
        			position: relative;
        			text-align: center;
        			transition: all 0.2s linear 0s;
        			width: 364px;
				}
				.boton_general_grande:hover{
					background-color:white;
					color:black;
				}	
				.boton_inscripciones{
					position:relative;
					width:auto;
					height:35px;
					background-color:#D9002D;
					cursor:pointer;
					color:white;
					font-size:15px;
					font-family: 'Raleway', sans-serif; 
					font-weight:600;
					text-align: center;
					line-height:35px;
					margin-top:20px;
					transition: all 0.2s linear 0s;
				}
				.boton_inscripciones:hover{
					background-color:white;
					color:black;
				}

				.botton_mas_eventos {
  					position:relative;
  					width: 260px;
  					height: 44px;
  					line-height:44px;
  					color:white;
  					border:solid 1px white;
  					text-align:center;
  					font-family: 'Raleway', sans-serif; 
  					font-weight:400;
  					font-size:19px;
  					cursor:pointer;
  					margin-top:50px;
  					padding: 0 30px 0 30px;
  					text-shadow: 0px 4px 5px rgb(0, 0, 0);
  					transition: all 0.2s linear 0s;
  
				}
				.botton_mas_eventos:hover {
  					color:black;
  					text-shadow: none;
  					background-color:white;             
  
				}


/* Section Gallery */

/* Suscribete Section */
				.banner_suscribete {
					background-image: url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/suscribete.jpg);
					height: 230px;
					background-attachment: fixed;
					background-size: cover;
					background-repeat: no-repeat;
					background-position:center center;
					margin-top: -1px;
				}
				.parallax {
					color: #FFFFFF;
					text-align: right;
					padding-right: 100px;
					padding-top: 110px;

				}

				.botton_mas_suscribete {
  					position:relative;
  					width: 254px;
  					height: 44px;
  					line-height:44px;
  					color:white;
  					border:solid 1px white;
  					text-align:center;
 					font-family: 'Raleway', sans-serif; 
  					font-weight:400;
  					font-size:19px;
  					cursor:pointer;
  					text-shadow: 0px 4px 5px rgb(0, 0, 0);
  					transition: all 0.2s linear 0s;
				}
				.botton_mas_suscribete:hover {
					background-color:#FFFFFF;
  					text-shadow: none;
    				color:black;

				}
/* Slider Footer info */
				.contenedor_slider{
					position: relative; top: 0px; left: 0px; width: 1200px; height: 140px; overflow: hidden;}
	

				.contenedor_slider_footer{
    				height: auto;
    				width: 100%;
    				background-color:black;
	
				}

				.slider_footer{
    				height: 190px;
    				padding: 30px 0;
    				position: relative;
				}
/*  End Slider Footer */
/* Footer Container*/
				footer {
					position: relative;
					height:auto;
				}
				.container_social_footer{
					margin-top:70px;
					position:relative;
					width:100%;
					height:170px;
				}
				.social_footer{
					position:relative;
					width:305px;
					padding-bottom:50px;
				}
				.social_footer_facebook{
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-facebook-footer.png) no-repeat center center;
					position:relative;
					float:left;
					width:75px;
					height:62px;
					cursor:pointer;
	
				}
				.social_footer_facebook:hover{
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-facebook-footer-hover.png) no-repeat center center;
				}	
				.social_footer_instangram{
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-instrangram-footer.png) no-repeat center center;
					position:relative;
					float:left;
					width:75px;
					height:62px;
					cursor:pointer;
				}
				.social_footer_instangram:hover{
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-instrangram-footer-hover.png) no-repeat center center;
				}	
				.social_footer_youtube{
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-youtube-footer.png) no-repeat center center;
					position:relative;
					float:left;
					width:75px;
					height:62px;
					cursor:pointer;
				}
				.social_footer_youtube:hover{
					background:url(https://media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-youtube-footer-hover.png) no-repeat center center;

				}		
				.social_footer_twitter{
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-twitter-fotter.png) no-repeat center center;
					position:relative;
					float:left;
					width:75px;
					height:62px;
					cursor:pointer;
				}	
				.social_footer_twitter:hover{
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/icon-twitter-fotter-hover.png) no-repeat center center;
				}
				.footer_container{ 
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/footer_background.jpg) no-repeat center center #000000;
					position:relative;
					height:auto;
					padding-bottom:30px;
					min-width: 320px;
				}							
				.footer_logotipo{
					position:relative;
					width:221px;
					height:68px;
					background:url(https://media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/logotipo-footer.png) no-repeat center center;
					padding-top:70px;
				}
				.footer_column {
					width: 20%;
        			padding: 0 20px;
					position:relative;
					height:auto;
					float:left;
				}
				@media (max-width: 700px){
    			.footer_column {
        			width: 33%;
    			}
				}
				@media (max-width: 449px){
    			.footer_column {
       				padding: 0 5px;
        			width: calc(50% - 10px);
    			}
				}

				.footer_titulo{font-family: 'Raleway', sans-serif; font-weight:600;
					position:relative;
					color:white;
					font-size:17px;
					text-align:left;
					padding: 10px 0;
					transition: all 0.2s linear 0s;
					cursor:pointer;
				}	
				.footer_titulo:hover{
					color:#888888}	
				.footer_secciones_link{font-family: 'Open Sans', sans-serif; font-weight:400;
					position:relative;
					color:#666666;
					font-size:13px;
					text-align:left;
					padding: 3px 0;
					transition: all 0.2s linear 0s;
					cursor:pointer;
				}	
				.footer_secciones_link:hover{
					color:white}
				.copyright_container{
					font-family: 'Open Sans', sans-serif; font-weight:300;
					padding: 20px;
					color: #9C9C9C;
					height:20px;
					font-size:13px;
	

				}
				.copyright_column1{
					width:auto;
					position: relative;
					float:left;
					transition: all 0.2s linear 0s;
					padding:0 10px 0 10px;

				}
				.copyright_column2{
					width:auto;
					padding:0 10px 0 10px;
					position: relative;
					float:right;
					cursor:pointer;
					transition: all 0.2s linear 0s;
				}

				.copyright_column2:hover{
					color:white;}	
				.copyright_column3{
					width:340px;
					position: relative;
					float:left;
					cursor:pointer;
					transition: all 0.2s linear 0s;
				}
				.copyright_column3:hover{
					color:white;}		
/* End Footer Container*/

/* Header Section*/
				.container_header_secciones{
					position:relative;
					width:100%;
					height:285px;
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/articulos/img/blog_1349px285px.png) no-repeat center center;
					-webkit-background-size: cover;
    				-moz-background-size: cover;
    				-o-background-size: cover;
    				background-size: cover;
	
				}
				
				
				.container_header_secciones_eventos_detalle{
					position:relative;
					width:100%;
					height:auto;
					background:url() no-repeat center center #000000;
					-webkit-background-size: cover;
    				-moz-background-size: cover;
    				-o-background-size: cover;
    				background-size: cover;
					z-index:1;
	
				}
	
				.container_header_secciones_titulo{
					position:relative;
					top:75px;
        			font-size: 40px;
					font-family: 'Raleway', sans-serif; 
					font-weight:300;
					color:white;
   					text-shadow: 0px 4px 5px rgb(0, 0, 0);    
				}
				@media (max-width: 450px) {
    			.container_header_secciones_titulo{
        			font-size: 28px;
    			}
			}
	
				.container_header_secciones_eventos_detalle_demo{
					position:relative;
					height:285px;
					background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/articulos/img/nutricion1_1200px285px.png) no-repeat center;
        			background-size: cover;
					margin:0 auto 0 auto;
				}

				.container_header_eventos_detalle_thumbs{
					position:relative;
					height: auto;
					margin:0 auto 0 auto;
				}
				.container_header_secciones_eventos_detalle_demo_thumbs{
					position:relative;
					width:140px;
					height:140px;
					background: url(http://media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/images/logotr/logoTotalRunningDefault.png);
					border:solid 4px #000000;
					float:left;
					margin-left:20px;
					margin-top:-80px;
				}
				.container_header_secciones_eventos_detalle_titulos{
					position:relative;
					float:left;
	/*width:700px;*/
					color:#FFFFFF;
					height:auto;
					font-size:40px;
					font-family: 'Open Sans', sans-serif; font-weight:400;
					padding:15px 0 0 25px;
				}	
	/* End Header Section*/
				.ul_table {
					font-size:13px;
					font-family: 'Open Sans', sans-serif; font-weight:300;
					color: #555555;
				}
				li::before.ul_table {content: "•"; color:#555555;
 					 display: inline-block;
  				}
				.ul_table_normal {
					margin-top:0px;
					margin-bottom:0px;
					padding-left:15px;
					font-size:13px;
					font-family: 'Open Sans', sans-serif; font-weight:300;
					color: #FFFFFF;
				}
				li::before.ul_table_normal {content: "•"; color:#FFFFFF;
 					display: inline-block;
  				}  
				.container_eventos_video_demo{
					position:relative;
					background:url(../images/eventos/player_demo.jpg) no-repeat center center;
					width:585px;
					height:315px;
					cursor:pointer;  
				}
				.container_eventos_google_maps{
					position:relative;
					width:auto;
					height:auto;
					padding:20px 0 20px 0
				}
				.boton_me_gusta_facebook{
					background:url(../images/icon-facebook-like.png) no-repeat 10px 4px #E1002F;
        			cursor:pointer;
        			font-family: 'Open Sans', sans-serif; font-weight:400;	color:white;
					font-size:14px;
					position:relative;
        			text-align: center;
					width:auto;
					height:25px;
        			margin-bottom: 5px;
					line-height:23px;
					transition: all 0.2s linear 0s;
				}
				.boton_me_gusta_facebook:hover{
					background:url(../images/icon-facebook-like-hover.png) no-repeat 10px 4px #FFFFFF;
					color:#000000;
				}
				.boton_compartir_facebook{
					background: #E1002F;
					position:relative;
					width:auto;
					height:25px;
					font-family: 'Open Sans', sans-serif; font-weight:400;	color:white;
					font-size:14px;
					line-height:23px;
					cursor:pointer;
					text-align:center;
					padding:0 10px 0 10px;
					transition: all 0.2s linear 0s;
				}
				.boton_compartir_facebook:hover{
					background:#FFFFFF;
					color:#000000;
				}
				.container_eventos_patrocinadores{
					position:relative;
					width:auto;

				}
				.container_eventos_logo_patrocinadores{
					position:relative;
					float:left;
					width:auto;
					height:auto;
					padding:18px 30px 18px 30px;
       				text-align: center;
				}
				.container_eventos_logo_patrocinadores img{
					position:relative;
					margin:0 auto;

				}

/* End Detalles Section*/

/* Nosotros Section*/

				.container_header_nosotros{
					position:relative;
					width:100%;
					height:220px;
					background:url(../images/headers/headerQuienessomos.png) no-repeat center center;
					-webkit-background-size: cover;
    				-moz-background-size: cover;
    				-o-background-size: cover;
    				background-size: cover;
				}
				.container_nosotros_texto_frase{
					position:relative;
					width:auto;
					height:auto;
					text-align:center;
					padding:30px;
				}
				.container_nosotros_texto_frase_tabla{
					position:relative;
					font-family: 'Open Sans', sans-serif; font-weight:400; 
					font-size:15px; 
					color:white;
        			margin: 0 0 0 30px;
				}

				.container_nosotros_texto_frase_tabla ul {
					overflow:hidden;
				}	

				.container_nosotros_texto_frase_tabla1{
					position:relative;
					font-family: 'Open Sans', sans-serif; font-weight:400; 
					font-size:15px; 
					color:white;
					margin:0 15px;
				}

				.container_nosotros_texto_frase_tabla1 ul {
					overflow:hidden;
				}

				.container_nosotros_texto_frase_tabla1 li {
					width:50%;
					float:left;
				}
				@media (max-width: 767px){
    			.container_nosotros_texto_frase_tabla1 li {
            		width:100%;
            		float:left;
    			}
			}
/* End Nosotros Section*/		
				.container_header_resultados{
					height:220px;
					background:url(../images/headers/headerResultados.png) no-repeat scroll center center / cover ;
					background-size:cover;

				}
/* Resultados Section*/
         
				.container_resultados{
					position:relative;
					height:auto;
					background-color:#0C0C0C;
					-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.7);
					-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.7);
					box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.7);
					behavior: url(/pie/PIE.htc);
					margin:0px auto 50px auto;
					padding:15px 20px 50px 20px;
				}
				.container_resultados_historial{
					position:relative;
					margin:0 auto;
        		}	
				.container_resultados_botones{
					border: 1px solid white;
    				color: white;
    				cursor: pointer;
   					font-family: 'Open Sans', sans-serif; font-weight:300;
    				font-size: 19px;
    				height: 30px;
    				line-height: 30px;
    				position: relative;
    				float:left;
    				text-align: center;
    				text-shadow: 0 4px 5px rgb(0, 0, 0);
    				transition: all 0.2s linear 0s;
    				width: 100%;
				}
				.container_resultados_botones:hover{	
					border: 1px solid #E1002F;
					color:#E1002F;
				}
				.container_resultados_tabla_titulos_row_1{
					position:relative;
					float:left;
					width:150px;
				}
				.container_resultados_tabla_titulos_row_2{
					position:relative;
					float:left;
					width:250px;
				}
				.container_resultados_tabla_titulos_row_3{
					position:relative;
					float:left;
					width:230px;
				}
				.container_resultados_tabla_titulos_row_4{
					position:relative;
					float:left;
					width:300px;
				}
				.container_resultados_tabla_columna{
					position:relative;
					background-color:#0F0F0F;
					border-top:solid 1px #181818;
					border-bottom:solid 1px #181818;
					min-height:100px;
					padding:20px 0;
				}
				.container_resultados_tabla_columna_1{
					position:relative;
					background-color:#0C0C0C;
        			min-height:100px;
					padding:40px;
				}	
/* End Resultados Section*/
/* Contacto Section*/
				.container_header_contacto{
					height:285px;
					background:url(../images/headers/headerContacto.png) no-repeat scroll center center / cover ;
					background-size:cover;
				
				}
				
				.container_cotacto_columna_1{
					position:relative;
					float:left;
					height:auto;
					width:52%;
				}
				.container_cotacto_columna_2{
					position:relative;
					float:left;
					height:auto;
					width:40%;
					margin-left:40px;
				}
				.container_cotacto_columna_3{
					position:relative;
					float:left;
					height:auto;
					width:calc(100% - 40px);
					margin-left:40px;
				}
				.container_form_columna{
					height: auto;
        			line-height: 40px;
        			overflow: hidden;
        			position: relative;
        			width: auto;
	
				}
				.container_form_row{
					position:relative;
					float:left;
					width:110px;
					margin-top:20px;
				}
				.container_form_row100{
					position:relative;
					float:left;
					width:calc(100% - 20px);
        			padding-left: 20px;
				}
				.container_form_row_input{
					position:relative;
					min-height:40px;
					line-height:40px;
					border:solid 1px white;
					margin-top:20px;
				}
				.container_form_row_input_left{
					position:relative;
					float:left;
					width: calc(100% - 150px);
					height:40px;
					line-height:40px;
					border:solid 1px white;
					margin-top:20px;
       				margin-left: 20px;
				}
				.container_form_row_input_left_red{
					position:relative;
					float:left;
					height:40px;
					line-height:40px;
					border:solid 1px #5A0D21;
					margin-top:20px;
				}
				.container_form_row_input_1{
        			border:solid 1px white;
					position:relative;
					float: left;
					width: 380px;
					height:100px;
        			margin-left: 20px;
					margin-top:20px;
				}
				.container_data_info{
    				color: #989898;
    				font-size: 14px;
    				font-family: "Raleway",sans-serif;
    				font-weight: 400;
    				line-height: 18px;
				}
/* End Contacto Section*/
/* Entrenamientos Section*/
				.container_header_entrenamientos{
					position:relative;
					width:100%;
					height:220px;
					background:url(../images/headers/headerEntrenamientos.png) no-repeat scroll center center / cover ;
					-webkit-background-size: cover;
    				-moz-background-size: cover;
    				-o-background-size: cover;
    				background-size: cover;
				}
				.input_form_contacto {
    				background-color: transparent;
    				border: solid 1px white;
    				color: #ffffff;
    				height: 40px;
    				padding-left: 10px;
   					width: 100%;
				}
				.select_form_contacto {
    				background-color: #000000;
    				border: solid 1px white;
    				color: #ffffff;
    				height: 40px;
    				padding-left: 10px;
    				width: 100%;
				}
				#valor1 {
    				background-color: #000000;
    				border: solid 1px white;
    				color: #ffffff;
    				height: 40px;
    				padding-left: 5px;
    				width: 100%;
				}
				/* Articulos Section*/
		.container_header_blog{
					
						   
						   
						   height:285px;
	background:url(//media.marcate.com.mx/webAsset/site/totalrunning.com/v2017/articulos/img/blog_1349px285px.png) no-repeat scroll center center / cover ;
	background-size:cover;
		   
						   
						   
						  
						   
						 

				}
				
				.input_form_contacto {
    				background-color: transparent;
    				border: solid 1px white;
    				color: #ffffff;
    				height: 40px;
    				padding-left: 10px;
   					width: 100%;
				}
				.select_form_contacto {
    				background-color: #000000;
    				border: solid 1px white;
    				color: #ffffff;
    				height: 40px;
    				padding-left: 10px;
    				width: 100%;
				}
				#valor1 {
    				background-color: #000000;
    				border: solid 1px white;
    				color: #ffffff;
    				height: 40px;
    				padding-left: 5px;
    				width: 100%;
				}
			    

/* -----------------ANEXO PARA inscripciones.totalrunning.com--------------------- */
				.navbar-inverse {
   					background-color: #000000;
    				border-color: #080808;
				}

				.top-header-space {
    				height: 125px;
    				width: 100%;
    				z-index: 1;
    				background-color: #000000;
    				position: relative;
				}

				.navbar-inverse .navbar-nav > li > a {
    				color: #ffffff !important;
    				font-family: "Raleway",sans-serif !important;
    				font-size: 15px !important;
				}
/*----------------------ANEXO PARA inscripciones.totalrunning.com------------------*/
/* Table */
				.table1 {
					color: #555555;
					width: 100%;
					border-collapse:collapse; 
					border-spacing: 0;
					font-family: 'Open Sans', sans-serif; font-weight:400;
					font-size:14px;
					height: 30px;
					text-align: center; 
				}
				td, th {  border: 0 none;  padding:5px !important;   }

				.trBorderbottom{
					border-bottom:2px #E1002F solid; 
					height: 40px;
		
				}	
				.trBorderbottom2{
					border-bottom:2px #555555 solid; 
					height: 40px;
		
				}		
				.tdEven{
					font-size:15px;
					color:#E1002F;
				}
				.tdEven2{
					color:#909090;
				}	
				.tdEvenmargin{
	
					height:40px}		
/* rows */


/* First-child blank cells */	
				.table {
					color:white;
					width: 100%;
					border-collapse:collapse; 
					border-spacing: 0;
					font-family: 'Open Sans', sans-serif; font-weight:400;
					font-size:13px;
					height: 30px;
					text-align: center;

}

/* rows */
				tr:nth-child(even)  { background: #090909;} 
				tr:nth-child(odd)  { background: none;  }

/* First-child blank cells */
				col:first-child {}
				col:nth-child(2n+3) {background: none}

				tr:nth-child(2n+1){ font-weight:normal}
				li:nth-child(5n+3) {font-weight: normal}

				.botton_descargar {
  					position:relative;
  					width: 240px;
 					height: 44px;
 					line-height:44px;
  					color: white;
  					text-align:center;
  					font-family: 'Raleway', sans-serif; 
  					font-weight:400;
  					font-size:16px;
  					cursor:pointer;
  					margin-top:50px;
  					background-color:#E1002F;
  					text-shadow: 0px 4px 5px rgb(0, 0, 0);
  					transition: all 0.2s linear 0s;
  
				}
				.botton_descargar:hover {
  					color:black;
  					text-shadow: none;
  					background-color:white;
  
				}

/* End Entrenamientos Section*/

/* Publicidad*/

				.slider_publicidad{
    				min-height: 90px;
    				overflow: hidden;
   					position: relative;
				}
/* End Publicidad*/

/* Modal acceso */
				.container_acceso{
    				border: 1px #660000 solid;
    				height: 306px;
    				width: 564px;
				}
				.titulo_modal{
    				color: white;
    				font-family: "Raleway",sans-serif;
    				font-size: 25px;
    				font-weight: 400;
    				text-shadow: 0 4px 5px rgb(0, 0, 0);
   					margin: 10px 0 0 10px;
				}
				.boton_ingresar_facebook{
    				background-color: #3B589E;
    				color: white;
    				cursor: pointer;
    				font-family: "Raleway",sans-serif;
    				font-size: 15px;
    				font-weight: 600;
    				height: 35px;
    				line-height: 35px;
    				margin-top: 20px;
    				position: relative;
    				text-align: center;
    				transition: all 0.2s linear 0s;
				}
				.modalClose{
    				background: rgba(0, 0, 0, 0) url("../images/x.gif") no-repeat scroll center center;
    				cursor: pointer;
    				height: 30px;
    				padding: 7px;
    				position: absolute;
    				right: 10px;
    				top: 10px;
    				width: 30px;
				}
				.modalClose:hover{
    				opacity: 0.5;
				}
/* Modal acceso */

/* Modal Mis Carreras */
				.container_mis_carreras{
    				border: 1px #660000 solid;
    				height: 434px;
    				width: 995px;
    				padding: 10px;
				}

				.table_info_carreras{
    				font-family: "Raleway",sans-serif;
    				font-weight: 400;
    				width: 100%;
				}
				.table_info_carreras thead{
    				color: #E1002F;
				}
				.table_info_carreras tbody{
    				color: #FFF;
    				font-size: 17px;
    				text-align: center;
				}
				@media (max-width: 769px) {
    			.table_info_carreras tbody{
        			font-size: 14px;
    			}
			}
				@media (max-width: 450px) {
    			.table_info_carreras thead{
        			font-size: 12px;
    			}
    			.table_info_carreras tbody{
        			font-size: 12px;
    			}
			}
/* Modal Mis Carreras */

/* Modal password */
				.container_password{
    				border: 1px #660000 solid;
    				height: 330px;
    				width: 564px;
    				padding: 10px;
				}

				.container_password .container_form_row{
    				width: 150px;
				}

				.container_password .container_form_row_input_left{
    				width: calc(100% - 200px);
				}

/* Modal passwords */

/* Modal preguntas */
				.contenedor_borde_blanco{
    				border: 1px solid white;
    				border-radius: 8px;
    				float: left;
    				width: auto;
    				height: auto;
    				padding: 5px 10px;
    				margin-right: 15px;
    				margin-bottom: 20px;
				}

				.container_preguntas{
    				font-family: "Raleway",sans-serif;
    				font-weight: 400;
    				width: 100%;
    				padding: 10px;
				}

				.container_password .container_form_row{
    				width: 150px;
				}

				.container_password .container_form_row_input_left{
    				width: calc(100% - 200px);
				}

				button.accordion {
    				background-color: #000;
    				color: #E1002F;
    				cursor: pointer;
    				padding: 5px 18px;
    				width: 100%;
    				border: none;
    				text-align: left;
    				outline: none;
    				font-size: 15px;
    				transition: 0.4s;
				}

				button.accordion.active, button.accordion:hover {
    				background-color: white;
    				color: black;
				}

				button.accordion:after {
    				content: '\025B6';
    				font-size: 13px;
    				color: #777;
    				float: right;
   					margin-left: 5px;
				}

				button.accordion.active:after {
    				content: "\25BC";
				}

				div.panel {
    				color: white;
    				max-height: 0;
    				overflow: hidden;
    				transition: 0.6s ease-in-out;
    				opacity: 0;
				}

				div.panel.show {
   					max-height: 1500px;
    				opacity: 1;
    				padding-top: 20px;
				}
				.accordion_titulo_contenido{
    				color: #707070;
    				margin-bottom: 5px;
				}
				.accordion_bloque{
    				margin: 15px 0;
    				overflow: hidden;
				}
				.accordion_bloque_imagen{
    				float: left;
    				height: 100%;
    				width: 148px;
				}
				.accordion_bloque_contenido{
    				float: left;
    				font-size: 15px;
    				text-align: justify;
    				width: 100%;
				}
/* Modal preguntas */

/* Modal pago Mastercard */
				.container_pago_mastercard{
    				background-color: #0f0f0f;
    				border: 1px solid #1b1b1b;
    				height: auto;
    				overflow: hidden;
   	 				padding: 15px 15px 52px;
    				position: relative;
				}
/* Modal pago Mastercard */

/* inscripción equipo */
				.container_bloques_equipo{
    				margin-top: 80px;
    				font-family: "Raleway",sans-serif;
    				font-weight: 400;
				}
				.container_bloque_equipo{
    				background-color: #0F0F0F;
    				border: 1px solid #1B1B1B;
    				text-align: center;
    				height: 265px;
   		 			margin-bottom: 30px;
				}
				.titulo_bloque_equipo{
    				margin-top: 25px;
    				margin-bottom: 15px;
    				font-size: 20px;
				}
				.descripcion_bloque_equipo{
   					font-size: 15px;
    				height: 80px;
    				line-height: 20px;
    				margin-top: 15px;
    				padding: 0 28px;
				}
				.precio_bloque_equipo{
    				font-size: 18px;
    				line-height: 20px;
				}
				.precio_bloque_equipo span{
    				color: #e1002f;
    				font-size: 20px;
    				font-weight: bold;
				}
/* inscripción equipo */

/* inscripción equipo Paso2 */
				.container_equipo_paso2{
    				border: 1px solid #1B1B1B;
    				background-color: #0F0F0F;
    				margin-top: 30px;
    				width: 100%;
				}
				.titulo_equipo_paso2{
    				color: #e1002f;
    				font-size: 26px;
    				line-height: 20px;
    				margin-top: 26px;
   					margin-bottom: 16px;
    				text-align: center;
				}
				.titulo_equipo_paso2 span{
    				color: #e1002f;
    				font-size: 27px;
    				font-weight: bold;
				}
				.container_form_equipo_paso2{
    				overflow: hidden;
    				padding: 10px 15px;
				}
				.container_form_row_equipo_paso2{
					position:relative;
					float:left;
					width:calc(100% - 20px);
				}
/* inscripción equipo Paso2 */
/* inscripción equipo Paso3 */
				.titulo_equipo_paso3{
    				color: white;
    				font-size: 20px;
   					line-height: 20px;
    				margin-top: 26px;
    				margin-bottom: 16px;
				}
				.titulo_equipo_paso3 span{
    				color: #e1002f;
    				font-size: 21px;
    				font-weight: bold;
				}
/* inscripción equipo Paso3 */
/* Resultados */
				.table_blue_resultados{
    				font-size: 14px;
    				line-height: 20px;
    				width: 100%;
				}
				.table_blue_resultados thead tr:nth-child(1){
    				background-color: #053A70;
    				text-align: center;
				}
				.table_blue_resultados thead tr:nth-child(2){
    				background-color: #000000;
    				color: #016BD1;
				}
				.table_blue_resultados thead tr:nth-child(2) th{
    				font-weight: normal;
				}
				.table_blue_resultados tbody tr:nth-child(2n){
   					background-color: #0A1825;
				}
				.table_blue_resultados a{
    				color: white;
				}
				.table_blue_resultados a:hover{
    				color: #016bd1;
				}

				.table_red_resultados{
    				font-size: 14px;
    				line-height: 20px;
    				width: 100%;
				}
				.table_red_resultados thead tr:nth-child(1){
    				background-color: #8E0521;
    				text-align: center;
				}
				.table_red_resultados thead tr:nth-child(2){
    				background-color: #000000;
    				color: #DF002F;
				}
				.table_red_resultados thead tr:nth-child(2) th{
    				font-weight: normal;
				}
				.table_red_resultados tbody tr:nth-child(2n){
    				background-color: #1B0B0E;
				}
				.table_red_resultados a{
    				color: white;
				}
				.table_red_resultados a:hover{
    				color: #E1002F;
				}
/* Resultados */
/* Resultados Detalle */
				.header_blue{
    				background-color: #053A70;
    				text-align: center;
				}

/* Resultados Detalle */
/* Reconocimiento */
				.container_reconocimiento{
        			background-image: url(../images/reconocimiento.jpg);
        			padding: 88px 8px 8px;
					position:relative; 
					margin:0 auto;
        			height: 692px;
					width:612px;
    				-webkit-print-color-adjust: exact; 
				}


				.container_lugares_reconocimiento{
    				overflow: hidden;
    				padding: 6px 0;
    				background-color: #ECECEC;
				}
				.table_info_reconocimiento{
    
				}
				.table_info_reconocimiento td{
				    padding: 1px;
				}
				.table_info_reconocimiento td:nth-child(1),.table_info_reconocimiento td:nth-child(3){
    				font-size:14px;
    				color:#A5A5A5;
    				text-align:right;
    				width:25%;
				}
				.table_info_reconocimiento td:nth-child(2), .table_info_reconocimiento td:nth-child(4){
    				color: #727272;
    				font-size: 15px;
    				font-weight: bold;
    				text-align: left;
    				padding-left: 10px;
    				width: 25%;
				}
				.table_info_reconocimiento tr:nth-child(2n){
    				background-color: transparent;
				}
				.table_info_reconocimiento_team th{
    				color: #E1002F;
    				background-color: transparent;
				}
				.table_info_reconocimiento_team td{
    				text-align: center;
    				font-size: 14px;
    				padding: 1px;
				}
				.table_info_reconocimiento_team tr:nth-child(2n){
    				background-color: #ECECEC;
				}
/* Reconocimiento */

/*Pagos de PROSA*/
				#bodyprosa{
    				background-color: black;
    				color: white !important;
				}
 			div.panel {
    				color: #fff; /*<-- Color de la fuente*/
    				background-color: #131111; /*<-- Color de fondo dentro del acordeon */
    				max-height: none;
    				overflow: hidden;
    				transition: 0.6s ease-in-out;
    				opacity: 1;
    			}
            
    			.panel-group .panel {
        			border-radius: 0;
        			box-shadow: none;
        			border-color: #EEEEEE;
        			max-width: 820px;
        			min-width: 300px;
    			}

    			.panel-default > .panel-heading {
        			padding: 0;
        			border-radius: 0;
        			color: #212121;
        
        			border-color: #D9002D;
    			}

    			.panel-title {
        			font-size: 14px;
        			background-color: #0c0c0c;
        			color: aliceblue;
    			}
				.panel-title:hover {
        			font-size: 14px;
        			background-color: #D9002D;
        			color: aliceblue;
    			} 