@charset "utf-8";



@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1260px) and (max-width: 1399px) {
}

@media only screen and (min-width: 1080px) and (max-width: 1259px) {	
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
	body								{ font-size:12px; }
	.theLogo 							{ width:120px;}

}

@media only screen and (min-width: 482px) and (max-width: 767px) {
	body								{ font-size:11px; }
	.theLogo 							{ width:100px;}

}

@media only screen and (max-width: 481px) {
	body								{ font-size:11px; }		
	.theLogo 							{ width:80px;}
}



/* BOOTSTRAP *//* BOOTSTRAP *//* BOOTSTRAP *//* BOOTSTRAP */
/* BOOTSTRAP *//* BOOTSTRAP *//* BOOTSTRAP *//* BOOTSTRAP */
/* BOOTSTRAP *//* BOOTSTRAP *//* BOOTSTRAP *//* BOOTSTRAP */


@media screen and (min-width: 768px) {
	

}

@media screen and (max-width: 767px) {
	.dN_oS_imp 						{ display:none !important; }
	.m-5_oS 						{ margin-top:-4px; }
	
	.wpix100_oS 					{ width:120px;}
	
	
	.slick-next, .slick-prev 		{ width: 32px !important; height: 32px !important; margin-top: -16px !important; }
	.slick-prev 					{ left: -36px !important; }
	.slick-prev:hover 				{ left: -38px !important; }
	[dir='rtl'] .slick-prev 		{ right: -36px !important; }
	.slick-next 					{ right: -36px !important; }
	.slick-next:hover 				{ right: -38px !important; }
	[dir='rtl'] .slick-next 		{ left: -36px !important; }
	
	.navPartidos .nav						{ text-align:center;}

	.mAUTO_oS 						{ margin-left:auto; margin-right:auto; }
}


