a.logo-comercio {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/img/logo-depor-white.png) no-repeat 3px 3px;
    background-size: 75%;
    height: 26px;
    width: 70px;
}

body, html {
    width: 100%
}
body{	
    font-style: normal;
    font-weight: normal;
    margin: 0;
    background: url(../img/bg.jpg);
    padding: 0;
    /*background-color: #e6e6e6;*/
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a{
	text-decoration: none;
}

		header h2 a{
            color: #ccd83a;
            font: 18px/20px 'actobook';
            margin: 0px 17px;
            text-transform: uppercase;       
        }

            header h2 a:hover {
                color: #8e8e8e;
            }

            header h2 a.active {
                background-color: #f7c600;
                padding: 4px 8px;
            }


@font-face {
    font-family: 'actobook';
    src: 	url('../fonts/acto-book-webfont.woff2') format('woff2'),
         	url('../fonts/acto-book-webfont.woff') format('woff');
}

@font-face {
    font-family: 'actomedium';
    src: 	url('../fonts/acto-medium-webfont.woff2') format('woff2'),
         	url('../fonts/acto-medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'actobold';
    src: 	url('../fonts/acto-bold-webfont.woff2') format('woff2'),
         	url('../fonts/acto-bold-webfont.woff') format('woff');
}

/*Banners de publicidad*/
.container-top{
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.lateral-izq{
    text-align: right;
    float: left;
    display: inline-block;
    margin: 5px 0;
    max-width: 180px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 20px;    
    left: 0px;
}

.lateral-der{
    text-align: left;
    float: right;
    display: inline-block;
    margin: 5px 0;
    max-width: 180px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 20px;
    right: 0px;
}

.container-zocalo{
    max-width: 728px;
    max-height: 90px;
    height: 100%;
    z-index: 2147483646;
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
}
/*Fin banners de publicidad*/


.clear{
    clear: both;
}

    #social{
    	float: right;
    }
         #social ul{
            display: inline-block;
            margin: 0 auto;
            padding: 0;
            vertical-align: middle;
        }
            #social ul li{
                display: inline-block;
                margin: 0 3px;
                vertical-align: middle;
            }
                #social ul li a{
                    display: inline-block;
                    height: 36px;
                    vertical-align: top;
                    text-indent: -9999px;
                    width: 36px;
                }
                    #social ul li a.facebook{
                        background: url(../img/sprite-redes.png) no-repeat 0 0;  
                        background-size: 100px;                         
                    }

                    #social ul li a.tw{
                        background: url(../img/sprite-redes.png) no-repeat -32px 0;  
                        background-size: 100px;                         
                    }
                    #social ul li a.wst{
                    	background: url(../img/sprite-redes.png) no-repeat -63px 0;  
                        background-size: 100px;  
                    }
            .btn-menu{
            	cursor: pointer;
            	width: 21px;
            }
            	ul.secciones{
            		background: #000;
            		list-style-type: none;
            		margin: 0 auto;
            		padding: 0;
            		position: absolute;
            		right: 10px;
            		top: -313px;
            	}
            		ul.secciones li{
						border-bottom: 1px solid #2b2b2b;
            		}
            			ul.secciones li a{
            				color: #fff;
            				display: block;
            				font: 1em/1.1em 'actobook';
            				padding: 10px 15px;
            			}
            			ul.secciones li a:hover{
            				background-color: #f7c600;
            				color: #000;
            			}
            			ul.secciones li a.active{
            				background-color: #f7c600;
            				color: #000;
            			}
            			ul.secciones li.no-border{
            				border-bottom: none;
            			}

			.activo {
				display: block !important;
			}

header{
	text-align: center;
}
	header h1{
		font: 52px/58px 'ChronicleDisplay-Black';
		margin: 5px 0px 30px 0px;
		text-transform: uppercase;
        
	}
		header h1 a{
			color: #000;
		}
			header h1 a img{
                display: block;
                margin: 0 auto;
                max-width: 640px;
                width: 93%;
                position: relative;
                padding-top: 20px;
			}
	header h2{
		font: 24px/28px 'actobook';
		margin: 0 auto 24px;
        /*position: relative;
        left: -75px;*/
	}
header h2 span{
    font-family: 'actobold';
}
header span.linea-header{
    background: #000;
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 42px;
}

.main{
    margin: 5px auto 20px;
    max-width: 980px;
    position: relative;
    flex-direction: column;
    padding: 0 232px;
}

.box-previo-cuento{
    display: inline-block;
    margin: 0 10px;
    max-width: 350px;
    width: 100%;
    vertical-align: top;
}
		.box-previo-cuento span,
		.box-cuento span{
			display: block;
			font: 42px/48px 'ChronicleDisplay-Black';
		}
		.box-bg-previo{
			overflow: hidden;
			position: relative;
            border: 1px solid #ccd83a;
            padding: 24px 24px 18px 24px !important;
		}
			.mas{
                background-color: rgba(203, 218, 43, 0.25);		
                background-image: url(../img/mas-icon.png);
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: 20%;
				border-top: 4px solid #ccd83a;
				bottom: -102%;
				height: 100%;	
				left: 0;	
				position: absolute;
				width: 100%;
				z-index: 10;
			}
			.box-bg-previo img{
				cursor: pointer;
			}
				.box-bg-previo:hover img{				
			        -webkit-transition: .5s ease-in-out;			       
			        -moz-transition: .5s ease-in-out;		
			        -o-transition: .5s ease-in-out;	      
			        -o-transition: .5s ease-in-out;			        
				}
				.box-bg-previo:hover .mas{					
					bottom: -1.5%;

					-webkit-transition: all 0.3s ease-in-out;
           	 		-moz-transition: all 0.3s ease-in-out;
            		-o-transition: all 0.3s ease-in-out;
            		transition: all 0.3s ease-in-out;           
				}
		.box-info-previo{
			color: #000;
			margin: 10px auto;
		}
			.box-info-previo span.separador{
				background: #000;
				display: block;
				height: 1px;
				width: 42px;
			}
			.box-info-previo h5{
				display: none;
				font: 13px/15px 'actobook';
				margin: 15px auto 10px;
			}
			.box-info-previo h3{
				font: 22px/24px 'actobold';
				margin: 0 auto 15px;
			}
				.box-info-previo h3 a{
					color: #fff;
					text-decoration: none;
				}
					.box-info-previo h3 a:hover{
						text-decoration: underline;
					}
			.box-info-previo h4{
				color: #4c4b4b;
				display: none;
				font: 16px/16px 'actobook';
				margin: 0 auto 15px;
			}
			.box-info-previo h6{
				color: #4c4b4b;
				font: 13px/16px 'actobook';
				margin: 0 auto 15px;
			}

		.box-cuento{
			margin: 0 auto;
			max-width: 660px;
		}
			.box-cuento p{
				font: 22px/32px 'actobook';	
				margin-bottom: 30px;			
			}

		.link{
			border: 1px solid #000;	
			margin-bottom: 40px;		
			padding: 5px;
			text-align: right;
			width: 235px;
		}
			.link span,
			.link span a{
				color: #000;
				font: 22px/24px 'ChronicleDisplay-BlackItalic';
				text-align: left;
			}
			.link i{
				background-size: 100%;
				display: inline-block;
				height: 15px;
				vertical-align: top;
				width: 21px;		    
			}
				.izq{
					float: left;
					text-align: left;
				}
				.izq span,
				.izq span.titulo{
					text-align: right;
				}
				.izq i{
					background: url(../img/izq.png);	
					background-size: 100%;				
				}

				.der{
					float: right;
				}
				.der i{
					background: url(../img/der.png);	
					background-size: 100%;				
				}
			.link:hover{
				background: #000;				
			}
				.link:hover span{
					color: #fff;
				}

				.link-indice{
			/*border: 1px solid #000;	*/
			margin-bottom: 0px;		
			padding: 5px;
			text-align: center;
			width: 100%;
		}

        .link-indice.center {
            font: 18px/32px 'actobook';
            color: black;
            text-decoration: underline;
            margin-bottom: 5px;
        }

iframe{
	margin-bottom: 35px;
}

.box-main-creditos{
    background: #252525;
    width: 100%;
}
    .box-creditos{
        color: #fff;
        font: 12px/16px 'actobold';
        margin: 80px auto 0;
        padding: 40px 0;
        text-align: center;
        text-transform: uppercase;
    }
        .box-creditos h4{
            margin-bottom: 40px;
        }
        .box-nombre{
            margin: 0 auto 15px;
            /*width: 410px;*/
        }
            .box-nombre span{
                display: block;
            }
            .box-creditos h5{
                color: #ffc605;
                display: inline-block;
                font: 12px/16px 'actobook';
                margin: 0 auto;
            }
        a.logo-footer{
            background: url(../img/logo-comercio.png) no-repeat 0 0;
            background-size: 100%;
            display: block;
            height: 30px;
            margin: 30px auto;  
            text-indent: -9999px;       
            width: 190px;
        }


.banner-top{
	margin: 10px auto;
}
.banner-left{
	left: -150px;
	position: absolute;
	top: -490px;
}
.banner-right{
	right: -155px;
	position: absolute;
	top: -490px;
}
.banner-top-movil{
	display: none;
}

/** agregados **/

span.bold{
	display: inline-block;
	font: 22px/32px 'actobold';
	vertical-align: top; 
}
.barra-comercio-inferior{
	display: none;
}

@media screen and (max-width: 768px) {
    .lateral-izq,.lateral-der{
        display: none;
    }
    .main{
        margin-bottom: 130px;
    }
    .box-previo-cuento {
        /*max-width: 46%;*/
        max-width: 100%;
    }
    .container-zocalo{
        height: 50px;
        bottom: 56px;
    }
}

@media screen and (max-width: 640px) {  

	header h1 a img{
		position: inherit;
	}
	header h2{
		left: auto;
	}
		header h2 a{
			display: inline-block;
			margin: 10px;
    		max-width: 100px;
		}
	.banner-top-movil{
		display: block;
		margin: 10px auto;
	}
	.banner-top,
	.banner-left,
	.banner-right{
		display: none;
	}
	.barra-comercio-inferior{
		display: block;
	}
	#header-desktop{
		display: none
	}

}

@media screen and (max-width: 480px) {

	.box-previo-cuento {
	    /*max-width: 46%;*/
            margin: 0;
	    max-width: 100%;
	}
	.box-info-previo h3.txt{
		font-size: 20px;
	}
	.main {
	    padding: 0 10px;
	}
	.link {
	    width: 96%;
	}
	.barra-comercio-inferior{
		display: block;
	}
  
}


.barra-comercio-inferior{
	background: #000;
	bottom: 0;
	padding: 10px 0;
	position: fixed;
	width: 100%;
	z-index: 100;
}
	.barra-comercio-inferior-ctn{
		margin: 0 auto;
		max-width: 980px;
		padding: 0 5px;
		position: relative;
	}







