/************************
CSS 2003-2026 EXCLUSIVO PARA BENGALESES.COM
Todos los Derechos Reservados 
Realiza: Ãngel Matos para Bengaleses.com*/
/************************/

* {margin:0; padding:0}
a {outline:0;}
  


<!--
        /* --- HEADER --- */
		:root {
            --cbs-blue: #000000; 
            --blue-dark: #6c1a3b;
            --text-main: #ffffff;
			--name-team: #d6b970;
            --text-dim: rgba(255, 255, 255, 0.7);
            --border-color: rgba(255, 255, 255, 0.25);
            --accent-blue: #eb9e09; 
            --hover-footer: #baa160;
            --bg-gray: #f0f2f5;}

        .main-header { position: relative; min-height: 220px; color: var(--text-main); display: flex; flex-direction: column; overflow: visible; background-color: var(--blue-dark); }
        .banner-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('logos/bg_flecha.png'); background-size: cover; background-position: center 30%; z-index: 1; filter: brightness(0.8); }
        .banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(35, 6, 26, 0.99) 0%, rgba(106, 29, 53, 0.80) 52%, rgba(35, 6, 16, 0.99) 100% ); z-index: 2; }
        .header-content { position: relative; z-index: 10; max-width: 1510px; margin: 0 auto; width: 100%; display: flex; flex-direction: column; flex-grow: 1; }
        .watermark { position: absolute; top: 50%; left: -28px; transform: translateY(-50%); width: 150px; height: 150px; background-image: url('logos/gc.svg'); background-repeat: no-repeat; background-position: center; background-size: contain; filter: brightness(0) invert(1); opacity: 0.16; z-index: -1; pointer-events: none; }

        .top-bar { display: flex; align-items: center; height: 65px; padding: 0 20px; border-bottom: 1px solid var(--border-color); justify-content: space-between; position: relative; z-index: 20; }
        .logo_begls { max-height: 40px; width: auto; }
        .menu-toggle { display: none; color: white; font-size: 24px; cursor: pointer; }

        .nav-links { display: flex; list-style: none; margin: 0; padding: 0; height: 100%; }
        .nav-links a { display: flex; align-items: center; height: 100%; padding: 0 10px; color: var(--text-dim); text-decoration: none; font-weight: 700; font-size: 0.87rem; text-transform: uppercase; transition: 0.2s; position: relative; }
        .nav-links a:hover, .nav-links a.active { color: var(--text-main); }
        .nav-links a.active::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 4px; background-color: #ffffff; border-radius: 4px 4px 0 0; }
        .mobile-close { display: none; }
		
		.nav-link.donar-highlight { color: #ffcc00 !important; }
        .nav-link.donar-highlight:hover { color: #ffffff !important; text-shadow: 0 0 8px rgba(255, 204, 0, 0.7); }
        .nav-link.donar-highlight::after { background-color: #ffcc00; }

       	/* SUBMENÚ */
		/* Contenedor relativo en escritorio para que el submenú se alinee abajo */
@media (min-width: 450px) {
    .nav-links > li { position: relative; }
    
    .submenu { 
        position: absolute; 
        top: 100%; 
        left: 0; 
        background-color: var(--blue-dark); 
        border: 1px solid var(--border-color);
        border-top: none;
        list-style: none; 
        padding: 0; 
        margin: 0; 
        width: 150px; 
        box-shadow: 0 8px 16px rgba(0,0,0,0.3);
		border-radius: 0 0 8px 8px;
		overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.2s ease;
        z-index: 1000;
    }

    .submenu li { width: 100%; }
    .submenu a { padding: 10px 20px; height: auto; display: block; text-transform: none; font-weight: 400; font-size: 0.85rem; }
    .submenu a::after { display: none !important; }
    .submenu a:hover { background-color: var(--cbs-blue); color: #fff; }
	.submenu a.active {
        background-color: var(--cbs-blue) !important; /* Usa tu color #22a3e0 */
        color: #ffffff !important;
        font-weight: 700 !important;
    }
    
    /* Mostrar al pasar el mouse */
    .nav-links > li > a i {
        transition: transform 0.3s ease;}
	.nav-links > li:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
    .nav-links > li:hover > a i { transform: rotate(180deg); }
}

/* Adaptación para la versión móvil actual */
@media (max-width: 450px) {
    .nav-links > li { flex-direction: column; align-items: flex-start; width: 100%; height: auto; }
    .nav-links a { justify-content: space-between; box-sizing: border-box; }
    
    .submenu { 
        position: static; 
        width: 100%; 
        background: rgba(0, 0, 0, 0.2); 
        padding: 0; 
        list-style: none;
        display: none; 
    }
    .submenu.open { display: block; }
    .submenu a { padding-left: 40px; height: 45px; border-bottom: 1px solid rgba(255,255,255,0.02); }
}
		/* /FIN SUBMENÚ */        
		
		.page-info { flex-grow: 1; display: flex; align-items: flex-end; padding: 20px; }
        .team-and-lidom { display: flex; align-items: center; width: 100%; justify-content: space-between; gap: 20px; }
        .team-header { display: flex; align-items: center; gap: 15px; }
        .team-logo { max-height: 60px; filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.4)); }
        .page-info h1 { font-size: 2.2rem; color: var(--name-team); text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); font-weight: 900; margin: 0; white-space: nowrap; }

        /* LIDOM DROPDOWN */
        .lidom-menu-container { position: relative; padding-bottom: 10px; margin-bottom: -10px; z-index: 4}
        .lidom-btn { background: rgba(255, 255, 255, 0.1); border: 1px solid var(--border-color); backdrop-filter: blur(5px); color: white; padding: 8px 20px; border-radius: 10px; font-size: 0.85rem; font-weight: 700; display: flex; align-items: center; gap: 8px; cursor: pointer;  transition: all 0.3s ease; }
        .lidom-btn i { transition: transform 0.3s ease; }
        .lidom-menu-container:hover .lidom-btn { 
            background: rgba(255, 255, 255, 0.2); 
            border-color: rgba(255, 255, 255, 0.3); }
        .lidom-menu-container:hover .lidom-btn i { transform: rotate(180deg); }

        .lidom-dropdown { display: block; position: absolute; top: calc(100% + 5px); right: 0;  background: var(--blue-dark); border: 1px solid var(--border-color);  border-radius: 8px; z-index: 9999; width: 200px; box-shadow: 0 10px 25px rgba(0,0,0,0.5);  overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; 
        }
        .lidom-menu-container:hover .lidom-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
        .lidom-dropdown a { display: block; padding: 12px 15px; color: white; text-decoration: none; font-size: 0.85rem; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .lidom-dropdown a:hover { background: var(--cbs-blue); }

        /* --- SUB-NAV (CBS STYLE MOBILE DROPDOWN) --- */
        .inner-sub-nav { border-top: 0px solid var(--border-color); padding: 12px 18px; }
        .sub-nav-desktop { display: flex; gap: 1px; flex-wrap: wrap; }
        .sub-nav-desktop a { padding: 8px 16px; color: var(--text-main); text-decoration: none; font-size: 0.88rem; font-weight: 600; border-radius: 8px; transition: 0.2s; }
        .sub-nav-desktop a.active, .sub-nav-desktop a:hover { background: rgba(255, 255, 255, 0.2); }

        .sub-nav-mobile-trigger { display: none; width: 100%; padding: 10px 0; background: none; border: none; color: white; 
            font-weight: 700; font-size: 0.9rem; text-align: left; justify-content: space-between; align-items: center; cursor: pointer; }
			
		/* --- RESPONSIVO --- */


		
		
		@media (max-width: 1250px) {
	   .card-accesos { display: none; } 
       .main-container {
                grid-template-columns: 1fr 1fr;
                grid-template-areas: 
                    "izq izq"
                    "centro derecha"; }
       .col-left { grid-area: izq; }
       .col-center { grid-area: centro; }
       .col-right { grid-area: derecha; }

	   .lidom-dropdown { left: 0; width: 100%; text-align: left; }}
			
			
		 @media (max-width: 1010px) {
			 /* Header UI */    
	   .page-info { 
           padding: 25px 15px; 
           display: flex;
           justify-content: center; 
           align-items: center;
           width: 100%;
           box-sizing: border-box;}
		   
	   .watermark { display: none; }
	   .banner-bg { height: 160%;  }

    /* 2. Apilamos los bloques (Equipo arriba, Botón abajo) centrados */
       .team-and-lidom { 
           display: flex;
           flex-direction: column; 
           align-items: center; 
           gap: 15px; 
           width: 100%;
    }

    /* 3. CLAVE: Evitar el salto de línea entre logo y texto */
       .team-header {
           display: flex;
           flex-direction: row; 
           justify-content: center;
           align-items: center;
           gap: 12px;
           width: 100%;
           flex-wrap: nowrap; /* PROHIBIDO saltar de línea */
    }

       .team-logo { 
           display: block; 
           max-height: 50px; /* Reducimos un poco para ganar espacio */
           flex-shrink: 0; /* Evita que el logo se aplaste */
    }

       .page-info h1 { 
           font-size: 1.6rem; /* Ajuste sutil de tamaño */
           margin: 0; 
           white-space: nowrap; /* FUERZA a que "Tigres del Licey" sea una sola línea */
           font-weight: 900; }

    /* 4. BOTÓN LIDOM: Centrado*/
    .lidom-menu-container {
        width: auto; 
        display: flex;
        justify-content: center;
        position: relative;
    }

    .lidom-btn { 
        width: auto; 
        padding: 8px 18px; 
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        white-space: nowrap; /* También evita saltos dentro del botón */
    }	
			
			
						/* Menú Principal Móvil */
            .menu-toggle { display: block; order: 1; }
            .loo_begls { order: 2; max-height: 40px; }
            .nav-links { position: fixed; top: 0; left: -100%; width: 260px; height: 100vh;  background-color: var(--blue-dark); flex-direction: column; z-index: 10000;  transition: 0.3s; padding-top: 20px; box-sizing: border-box;  }
            .nav-links.active { left: 0; }
            .mobile-close { display: block; text-align: right; padding: 0 20px 20px; color: white; font-size: 24px; cursor: pointer; }
            .nav-links a { display: flex; align-items: center; height: 50px;  width: 100%; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,0.05); 
 text-decoration: none; box-sizing: border-box; transition: 0.3s; }
            .nav-links a.active { color: var(--accent-blue); background: rgba(34, 163, 224, 0.1); border-left: 4px solid var(--accent-blue); padding-left: 16px; }
            .nav-links a.active::after { display: none; }
			}
         
		 
		  @media (max-width: 750px) {
            /* Sub-Nav Móvil */
            .sub-nav-mobile-trigger { display: flex; }
            .sub-nav-desktop { display: none; flex-direction: column; background: rgba(0,0,0,0.2); margin-top: 10px; border-radius: 8px; overflow: hidden; }
            .sub-nav-desktop.open { display: flex; }
            .sub-nav-desktop a { border-radius: 0; border-bottom: 1px solid rgba(255,255,255,0.05); padding: 12px 15px; }
        }

        @media (max-width: 800px) {
            .main-container {
                grid-template-columns: 1fr;
                grid-template-areas: 
                    "izq"
                    "centro"
                    "derecha";
            }
            .secondary-news-grid { grid-template-columns: 1fr; }
            .lidom-dropdown { left: 0; width: 100%; text-align: left; }
            .lidom-btn { width: 100%; justify-content: space-between; }
        }




/* PIZARRA MLB */

#pizarra_mlb {
	margin: 0px auto;
	margin:1px 0px 0px 0px;
	text-align:left;
	position: relative;
}

/* Noticias en pizarra PIZARRA */
.promos-left_tit { 
	text-align:center;
}
.promos-left_tit img {
	width:100%;
	height:auto;
}

.nott-left { 
	background:#fff;
	margin-bottom: 0px;
	padding: 3px 0px 3px 0px;
	text-align:center;
	border-bottom: solid 1px #ececec;
}
.nott-left img {
	width:94%;
	height:auto;
}

.container1_aviso {
	background-color: #ff0000;
}
.container_aviso {
	max-width: 1490px;
	padding: 10px 0px 10px 16px;
	margin: 0 auto;
}




.smalltext{
    margin-top:5px;
    text-align:center;
    text-transform:uppercase;
	padding-top: 5px;
    font-size: 12px;
    color: #333;
}

.card {

    width: 60%;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.06);
    border-radius: 5px;
}
/* BORRAR CALENDARIO*/



@media screen and (max-width: 996px) {
	
/* Pizarra MLB */    
	 #pizarra_mlb {
	  display: none;
}
     .promos-left_tit { 
	  display: none;
}
     .nott-left { 
      display: none;
}

}
@media screen and (max-width: 3900px) {
     .top_scores {
	     display: none;		 
}
}





       
        /* --- FOOTER --- */
        .main-footer { background-color: var(--blue-dark); color: white; padding: 2px 0 10px; margin-top: 10px; border-top: 4px solid var(--cbs-blue); }
        .footer-content { max-width: 1440px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 0.9fr 1fr 1fr; gap: 20px; }
        .footer-section h4 { color: var(--text-main); font-size: 1.1rem; margin-bottom: 20px; text-transform: uppercase; font-weight: 900; }
        .footer-links { list-style: none; padding: 0; margin: 0; }
        .footer-links li { margin-bottom: 5px; }
        .footer-links a { color: var(--text-dim); text-decoration: none; font-size: 0.9rem; transition: color 0.3s ease; }
        .footer-links a:hover { color: var(--hover-footer) !important; }
        .footer-bottom { max-width: 1440px; margin: 10px auto 0; padding: 20px; border-top: 1px solid var(--border-color); display: flex; justify-content: space-between; align-items: center; color: var(--text-dim); font-size: 0.85rem; }
        .social-icons a { color: white; margin-left: 15px; font-size: 1.2rem; transition: transform 0.3s, color 0.3s; display: inline-block; }

/* Ajuste específico para el hover del footer según tu preferencia */
        .social-icons a:hover { color: var(--hover-footer) !important; transform: translateY(-3px); }


        /* --- FOOTER --- */
        .main-footer { background-color: var(--blue-dark); color: white; padding: 5px 0; border-top: 4px solid var(--cbs-blue); margin-top: 5px; }
        .footer-content { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }


        @media (max-width: 768px) {
            .footer-content { text-align: center; }
            .footer-bottom { flex-direction: column; gap: 15px; text-align: center; }
            .social-icons a { margin: 0 10px; }
        }
-->






































body {
	background-color: #f1f2f3;
	font-family:Arial, Helvetica, Sans-serif;
	font-size: .87489064rem;
	color: #666666;
	margin: 0;
	padding: 0;
}
.envolvente {
	background: url(../imagenes/bg_principal_tuanio.jpg) no-repeat top;
	background-attachment: fixed; 
	margin:0px auto;
	position: relative;
}
.header {
	background: url(../imagenes/aviso_beisbolb.png) no-repeat top;
	background-color: #010102;
	color: #FFF;
	position:relative;
	overflow:hidden;
}
.sub_1290 {
	background-color: #041e42;
	max-width: 1490px;
	margin: 0 auto;
}
.logo {
	width:194px;
	height: 47px;
	margin-left:14px;
	padding:6px 0px;
	float: left;
}
.Redes_Sociales {
	width:309px;
	height: 47px;
	margin-left:14px;
	padding:6px 0px;
	float: right;
}
center {
	padding:8px 275px;
}

.adv1 {
	background-color: #041e42;
	max-width: 1092px;
	min-height: 135px;
	margin: 0 auto;
}

.circulo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: black;
}




/* Menu Principal */

/* FINAL Menu Principal */


/*--- Menu Team ---*/
#team {
	float: right;
	display:inline-block;
    width:154px;
    margin:11px 16px 0px 27px;
    padding:0px;
	border-radius: 6px 6px 6px 6px;
    background:#e5e5e5 url(../imagen/bg.png) repeat-x 0 -110px;

}
#team li {
    margin:1px;
    float:left;
    position:relative;
    list-style:none;
}
#team a {
    font-weight:bold;
    color:#333;
    text-decoration:none;
    display:block;
    padding:8px 10px;
    font-size:13px;
}

/* selected menu element */
#team .current a, #team li:hover > a {
    font-weight: bold;
	background:#fff url(../imagen/bg.png) repeat-x 0 -20px;
    width:132px;
	color:#000;
	border-radius: 6px 6px 6px 6px;
    border-top:0px solid #f8f8f8;
	box-shadow:0 1px 3px rgba(0,0,0, .9); /*some css3*/
}

/* sublevels */
#team ul li:hover a, #team li:hover li a {
    font-weight: bold;
	background:none;
    width:162px;
	border:none;
    color:fff;
}
#team ul li a:hover {
    background:#e5e5e5 url(../imagen/bg.png) repeat-x 0 -100px;
    color:#333;
    font-size:13px;
    text-shadow:0 1px 1px rgba(0,0,0, 0.4);
}



/* drop down */
#team li:hover > ul {
    opacity:1;
    visibility:visible;
}
#team ul {
	opacity:0;
	padding:0;
	margin-left: -30px;
	width:182px;
	position:absolute;
	background:#fff url(../imagen/bg.png) repeat-x 0 0;
	border:1px solid #757575;
	box-shadow:0 2px 2px rgba(0,0,0, .5);
	-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);

    -moz-transition:opacity .25s linear, visibility .1s linear .1s;
    -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
    -o-transition:opacity .25s linear, visibility .1s linear .1s;
    transition:opacity .25s linear, visibility .1s linear .1s;
	z-index: 10;
	visibility: hidden;
}
#team ul li {
    float:none;
    margin:0;
}
#team ul a {
    font-weight:normal;
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
#team ul ul {
    right:182px;
    top:0px;
}
/*--- FIN Menu Team ---*/
.container1_aviso {
	background-color: #cd0101;
}
.container_aviso {
	
/* background: rgba(235,52,36,1);
background: -moz-linear-gradient(left, rgba(235,52,36,1) 0%, rgba(204,0,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,52,36,1)), color-stop(100%, rgba(204,0,0,1)));
background: -webkit-linear-gradient(left, rgba(235,52,36,1) 0%, rgba(204,0,0,1) 100%);
background: -o-linear-gradient(left, rgba(235,52,36,1) 0%, rgba(204,0,0,1) 100%);
background: -ms-linear-gradient(left, rgba(235,52,36,1) 0%, rgba(204,0,0,1) 100%);
background: linear-gradient(to right, rgba(235,52,36,1) 0%, rgba(204,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3424', endColorstr='#cc0000', GradientType=1 ); */

	text-decoration-color: rgb(255, 255, 255);
	max-width: 1274px;
	padding: 3px 0px 3px 16px;
	margin: 0 auto;
}
.container {
	background-color: #;
	max-width: 1474px;
	padding: 17px 0px 0px 16px;
	margin: 0 auto;
}
.main-content {
	padding: 0px 0px 0px 0px;
	
	display:flex;
	   display:webkit-flex;
	   display:ms-flexbox;
}
.main-score {
	background-color: #;
	max-width: 1456px;
	padding: 0px 12px 0px 12px;
	border-radius: 10px 0px 10px 0px;
	margin: 0 auto;
}
}
#promo_center {
	text-align: center;
	width:100%;
	margin: 0px auto;
	padding: 14px 0px 10px 0px;
}
#promo_center_home {
	text-align: center;
	width:100%;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

/******** CHAT ********/
.titu-chat {
  font-family:BentonSansCond, arial, Helvetica Neue,sans-serif;
  padding-left: 8px;
  font-size: 1.275rem;
  color: #2c7ba1;
  margin-bottom: 5px;
}
.close hr{
    color: #569fc3;
}
.modalmask {
	position: fixed;
	font-family: Arial, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalmask:target {
	opacity:1;
	pointer-events: auto;
}
.modalbox{
	position: relative;
	width: 80%;
    height: 54%;
    padding: 10px 16px;
    margin: 100px auto;
	background: #fcfcfc;
	border-radius: 10px;
    border: 5px solid #29759a;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	max-width: 800px;
	min-height: 490px;	
}

.movedown {
	margin: 0 auto;
}
.rotate {
	margin: 5% auto;
	-webkit-transform: scale(-5,-5); 
	transform: scale(-5,-5);
}
.resize {
	margin: 10% auto;
	width:0;
	height:0;

}
.modalmask:target .movedown{		
	margin:10% auto;
}
.modalmask:target .rotate{		
	transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize{
	width:400px;
	height:200px;
}
.close {
	background: #29759a;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 8px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	border-radius:3px;
	font-size:16px;
}
/******** bottom YouTube ********/
nav_yt {
	width:100%;
	/* Flexbox */
 
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	   display:webkit-flex;
	   display:ms-flexbox;
}
 
nav_yt a {
	background:#6c1a3b;
	margin:16px 14px 6px 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16px; font-weight: bold;
	color:#fff;
	text-align: center;
	text-decoration: none;
	padding: 14px 0px;
	border: 0px solid #f3b112;
	transition: .5s;
	border-radius: 999rem;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
 
	/* Flexbox */
	flex-grow:1;
}
nav_yt a:hover {
	color:#c99700;
	background:#9f257b;
	border: 0px solid #f35712;
	transition: .2s;
}


/******** bottom chat ********/
.button-chat { 
	position: fixed;
	background:#0b3773;
	border-radius: 999rem;
	color:#fff;
	left: 20px;
	bottom:12px;
	display:inline-block;
	font-size: 1.0rem;
	padding: 0.5rem 0.83333rem;
	text-align:center;
	text-decoration:none;	
	box-shadow:0px 3px 0px #0171a0;
	z-index:9000;
}
.button-chat span { 
	margin-left:10px;
}
.button-chat.radius { 
	border-radius:50px;
}
.button-chat:hover { 
	color: #fff;
	background:#0095d4;
	box-shadow:0px 1px 0px #0480b51;
}

.chat_mov { 
	background:#fcfcfc;
	position:absolute;
	text-align:center;
	height:92%;
	width: 95%;
}



/******** Contenido web L left ********/

  /*
    .conten_left { 
	background:#;
	border-right: 0px solid #d2d2d2;
	width: 18.7%;
	 
	 flex-direction: column;
	 display:flex;
	   display:webkit-flex;
	   display:ms-flexbox;

}
*/

/* --- 1. ESTADO FIJO (Escritorio > 1024px) --- */
.conten_left { 
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    
    /* Forzamos los 266px para que no se "aplate" */
    width: 266px; 
    min-width: 266px;
    flex: 0 0 266px; 
    
    border-right: 0px solid #d2d2d2;
}

/* --- 2. ESTADO EXPANDIDO (Pantallas <= 1024px) --- */
@media screen and (max-width: 1024px) {
    .conten_left {
        /* Volvemos al estado fluido para que ocupe todo el ancho disponible */
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 auto !important; /* Permite que crezca y ocupe el espacio */
		margin-bottom: 8px !important; 
    }
}
.envolvente_center_right { 
	display:flex;
	   display:webkit-flex;
	   display:ms-flexbox;
}
#pizarra {
	
}
.promos-left { 
	text-align:center;
	margin-top: 15px;
}
.promos-left_web_amiga { 
	text-align:center;
	margin-top: 0px;
}


.cont_left_redes {
	margin: 16px 0px 0px 0px;
	padding: 14px 14px 10px 14px;
	text-align:center;
	background:#fff;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}

.cont_left_redes img {
	width:100%;
    height:auto;
}

/* PIZARRA NOTICIAS */
.promos-left_tit { 
	text-align:center;
}
.promos-left_tit img {
	width:100%;
	height:auto;
}

.nott-left { 
	background:#fff;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	text-align:center;
	border-bottom: solid 1px #ececec;
}
.nott-left img {
	width:94%;
	height:auto;
}
/* FINAL PIZARRA NOTICIAS */

/* PIZARRA MLB */
#pizarra_mlb {
	margin: 0px auto;
	margin:1px 0px 0px 0px;
	text-align:left;
	position: relative;
}

/******** Contenido web C Center ********/
.conten_center { 
	background:#;
	max-width:745px;
	border-radius: 6px 6px 0px 0px;
	margin-left: 16px;
}
.conten_center_chat { 
	background:#000;
	max-width:700px;
}

/* Noticias principales */
.conten_prin2025 {
	background:#fff;
	border-radius: 6px 6px 6px 6px;
	color: #333333;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 40px 0px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}

.conten_noti2025 { 
	background:#fff;
	border-radius: 0px 0px 6px 6px;
	color: #333333;
	margin: -4px 2px 2px 2px;
	padding: 5px 0px 10px 0px;
	box-shadow: 0 7px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}


.noti_img {
	width: 100%;
}
.noti_img img {
        margin: 0px 0px 0px 0px;
		border-radius: 6px 6px 0px 0px;
}
.titulares {
    font-family:BentonSansCond;
	font-size:29px;
	color:#000;
	margin: 12px 15px 0px 15px;
}
.noti_p {
    position: relative;
	font-size: .97489064rem;
	line-height: 1.3em;
	margin: 6px 15px 0px 15px;
	color: #666666;}
	
/* TITULARES NOTICIAS */
#noti_p2_scores {
	margin: 0px 0px 0px 0px;
}
.links_not_p2_scores {
    padding-top: 3px;
	margin-left: -2px;
	font-family:BentonSansCond;
	font-size:.64431373rem;
	color:#999999;
}
.noti_p2 {
	margin: 0px 0px 0px 0px;
	display:flex;
	   display:webkit-flex;
	   display:ms-flexbox;}
.cont_not_p2 {
	width:63%;}
.cont_link_not_p2 {
	width:37%;
	margin: 15px 0px 0px 0px;}
.titulares2 {
    font-family:BentonSansCond;
	font-size:27px;
	color:#000;
	margin: 12px 15px 0px 15px;
}
.links_not_p2 {
    padding-top: 3px;
	font-family:BentonSansCond;
	font-size:.78431373rem;
	color:#999999;
}
.cont_vinet_p2 {
    font-family:BentonSansCond;
	font-size:.78431373rem;
	color:#999999;
}
.links_p2{
	margin-left: -5px;
	padding: 5px 5px 0px 2px;
}
#links_p2{
	margin-left: -5px;
	padding: 5px 5px 0px 2px;
}
.links_p2 li {
    list-style: none;
	background-image: url(../imagenes/vineta_ne2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 0px;
}


/* ENVOLVENTE PROMO Y MINI NOTICIAS */

.delmundo2025 {
	margin: 0px 0px 0px 0px; 
	padding: 3px 0px 10px 0px;
	border-bottom: solid 0px #dadada;
	overflow:hidden;
	
}
.delmundo2025 img {
	width:100%;
}

.envolvente_promo_vacio {
	margin: 52px 16px 0px 46px;
}
.section_video {
	font-family: Arial, Helvetica, sans-serif;  font-size: .87489064rem; color: #666666; line-height: 1.5em; 
	margin:10px 16px 0px 16px; 
	padding: 3px 0px 16px 0px;
	border-bottom: solid 1px #fff;
	overflow:hidden;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
}
.promociones_radio {
	border-top: solid 1px #dadada;
	padding-top: 10px;
	width:100%;
	padding-bottom: 13px;
	margin-bottom: 0px;
	
}
.promociones_radio img {
	width:100%;
	padding-bottom: 1px;
}
.envolvente_promo_vacio_radio {
	margin: 10px 16px 0px 16px;
}
.video-contenedor {
    position: relative;
    padding-bottom: 70%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;

}
.video-contenedor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Promo*/
.chat_cbox_tit {
	font-family: Arial, Helvetica, sans-serif;  font-size: .97489064rem; color: #666666; line-height: 1.5em; 
	margin:0px 0px 0px 0px; 
	padding: 14px 16px 0px 16px;
	border-bottom: solid 0px #dadada;
	overflow:hidden;
	
    background:#fff;
	border-radius: 6px 6px 0px 0px;
	box-shadow: 0 7px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}
.chat_cbox_tit img {
	width:100%;
}
.chat_cbox {
	font-family: Arial, Helvetica, sans-serif;  font-size: .97489064rem; color: #666666; line-height: 1.5em; 
	margin:0px 0px 16px 0px; 
	padding: 0px 10px 16px 10px;
	border-bottom: solid 0px #dadada;
	overflow:hidden;
	
    background:#fff;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 0 7px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}
.promociones2 {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.promociones2 iframe {
    height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.promociones2 img {
	width:100%;
	border-radius: 6px 6px 0px 0px;
}
/* Promo*/
.promociones_home {
	width:100%;	
	padding-bottom: 1px;
}
.promociones_home img {
	width:100%;
	padding-bottom: 1px;
	border-radius: 6px 6px 0px 0px;
}


.envolvente_promo_mininoti {
	margin: 0px 16px 0px 16px;
}
.envolvente_promo_mininoti2 {
	margin: 12px 16px 0px 16px;
}

.envolvente_bengalr {
	margin: 0px 16px 0px 16px;
	height: 52px;
}
.logo_bengalr {	
    background:#333;
	width:157px;
	float: left;
}
.conten_bengalr {	
    background:#000;
	width:157px;
	float: left;
}
/* Promo*/
.promociones {
	width:100%;
	padding-bottom: 13px;
	margin-bottom: 9px;
	
}
.promociones img {
	width:100%;
}
.bgls-radio {
	width:100%;
	padding-bottom: 13px;
	margin-bottom: 9px;
	border-bottom: solid 1px #ececec;
	
}


/* VIDEOS */

.bot_video {
	background: #c80303;
	font-family:BentonSansCond;
	margin: 0px 0px 8px 0px;
	padding: 4px 8px;
	color: #fff;
	border-radius: 6px 6px 6px 6px;
	display: inline-block;
}
.cont_video { 
	width:60%;
	float: left;	
}
.cont_tex_video { 
	width:38%;
	float: right;	
}
.container_tv2 { 
	height: 0;	
	padding-bottom: 56.25%;
	position: relative;	
}
.container_tv2 iframe,
.container_tv2 object,
.container_tv2 embed,
.container_tv2 video { 
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* DEL MEDIO */
.section {
	font-family: Arial, Helvetica, sans-serif;  font-size: .97489064rem; color: #666666; line-height: 1.5em; 
	margin:10px 0px 16px 0px; 
	padding: 14px 16px 16px 16px;
	border-bottom: solid 1px #dadada;
	overflow:hidden;
	
    background:#fff;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 7px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}
.section_yt {
	font-family: Arial, Helvetica, sans-serif;  font-size: .87489064rem; color: #666666; line-height: 1.5em; 
	margin:10px 16px 30px 16px; 
	padding: 16px 0px 6px 0px;
	overflow:hidden;
	border-top: solid 0px #dadada;
}
.section img {
	margin-left: 16px;
	margin-top: 2px;
	padding: 2px 0px;
	border-radius: 6px 6px 6px 6px;
	width:40%;
	height:auto;
	float: right;
}
.section p {
	margin-top: 8px;
}
.section:last-child {border-bottom: solid 0px;
}

/******** Contenido web R Right ********/

.conten_right { 
	background:#;
	width: 475px;
	padding-bottom: 17px;

}
.news_video2025 {
	background:#fff;
	border-radius: 6px 6px 6px 6px;
	color: #333333;
	margin: 0px 16px 16px 16px;
	padding: 0px 0px 10px 0px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}
.conten_video2025 {
	background:#;

}
iframe[src*="youtube.com"] { max-width:100%; height:auto; aspect-ratio:16/9; border-radius: 6px 6px 0px 0px;}
.content-title-video{ 
	font-family:BentonSansCond, Helvetica,Arial,sans-serif;
	font-size: 1.100rem;
	color: #666;
	padding: 0px 0px 0px 14px;
	margin-bottom: 0.5rem;
}

.news {
	background:#fff;
	border-radius: 6px 6px 6px 6px;
	color: #333333;
	margin: 16px 16px 0px 16px;
	padding: 14px 14px 10px 14px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}

/* CONTADOR */
.news_contador {
	background:#fff;
	text-align: center;
	border-radius: 6px 6px 6px 6px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	margin-bottom: 15px;
	padding: 10px 8px 10px 8px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}
/* CONTADOR */


.news_azul {
	background:#031835;
	text-align: center;
	border-radius: 6px 6px 6px 6px;
	color: #333333;
	margin: 0px 16px 0px 16px;
	padding: 14px 14px 10px 14px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}
.news_azul2 {
	background:#031835;
	text-align: center;
	border-radius: 6px 6px 6px 6px;
	color: #333333;
	margin: 16px 16px 0px 16px;
	padding: 14px 14px 10px 14px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}
.content-title_contador{ 
	font-family:BentonSansCond, Helvetica,Arial,sans-serif;
	text-align: left;
	font-size: 1.100rem;
	color: #666;
	margin-bottom: 0.5rem;
}
.news:first-child {margin-top: 0px;}

.links_tit{
	margin-left: -5px;
	padding: 0px 5px 0px 2px;
}
.links_tit li {
    list-style: none;
	background-image: url(../imagenes/vineta_neg.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 0px;
}
.img_promo {
	margin-top: 16px;
	text-align: center;
}
.img_promo_cero_top {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0.8rem;
}
.cont_right {
	margin: 16px 16px 0px 16px;
	padding: 14px 14px 14px 14px;
	background:#fff;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
	   -o-box-shadow:0 2px 3px rgba(0,0,0,0.1);
}

.content-title{ 
	font-family:BentonSansCond, Helvetica,Arial,sans-serif;
	font-size: 1.100rem;
	color: #853750;
	margin-bottom: 0.5rem;
}
.content-title_prin{ 
	font-family:BentonSansCond, Helvetica,Arial,sans-serif;
	font-size: 1.275rem;
	color: #147cd1;
	margin-bottom: 0.5rem;
}
.content-title-mini{ 
	font-family:BentonSansCond, Helvetica,Arial,sans-serif;
	font-size: 1rem;
	color: #9e9d9d;
	margin-bottom: 0.3rem;
	text-align: right;
}
.content-mas_port{ 
	font-family:BentonSansCond, Helvetica,Arial,sans-serif;
	font-size: 1rem;
	color: #333333;
	margin-top: 0.6rem;
	text-align: right;
}

/* Menu Sociales */
.follow {
	display: flex;
	font-size: 0.9em;
	top: 30%;
	left: 30%;
	fransform: translate(-50%, -50%);
	text-align: center;
	margin: 6px 0px;
	flex-wrap: wrap;
	justify-content: center;
	
}
.follow li {
	list-style: none;
}
.follow li a {
	width: 38px;
	height: 38px;
	background: #853750;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
	font-size: 1.4em;
	margin: 4px 3px;
	display: block;
	border-radius: 15%;
	transition:all 0.4s ease-out;
	    -moz-transition:all 0.4s ease-out;
	    -webkit-transition:all 0.4s ease-out;
	    -o-transition:all 0.4s ease-out;
}
.follow li a .interactivo{
	color: #853750;
	transform: rotateY(360deg);
}
.follow a:hover {
	background:#d3d6de;
	color:#853750;
	transition:all 0.4s ease-out;
	    -moz-transition:all 0.4s ease-out;
	    -webkit-transition:all 0.4s ease-out;
	    -o-transition:all 0.4s ease-out;
}

/* Menu Sociales Secunadrias */
.follow2 {
	display: flex;
	font-size: 0.9em;
	top: 30%;
	left: 30%;
	fransform: translate(-50%, -50%);
	text-align: center;
	margin: 6px 0px;
	flex-wrap: wrap;
	justify-content: center;
	
}
.follow2 li {
	list-style: none;
}
.follow2 li a {
	width: 38px;
	height: 38px;
	background: #d3d6de;
	text-align: center;
	color: #333;
	text-decoration: none;
	line-height: 38px;
	font-size: 1.4em;
	margin: 4px 3px;
	display: block;
	border-radius: 15%;
	transition:all 0.4s ease-out;
	    -moz-transition:all 0.4s ease-out;
	    -webkit-transition:all 0.4s ease-out;
	    -o-transition:all 0.4s ease-out;
}
.follow2 li a .interactivo{
	color: #000;
	transform: rotateY(360deg);
}
.follow2 a:hover {
	background:#e4e4e5;
	color:#f3f3f3;
	transition:all 0.4s ease-out;
	    -moz-transition:all 0.4s ease-out;
	    -webkit-transition:all 0.4s ease-out;
	    -o-transition:all 0.4s ease-out;
}


/* Menu Bengal Radio */
.bengalr {
	display: flex;
	font-size: 0.8em;
	top: 30%;
	left: 30%;
	fransform: translate(-50%, -50%);
	text-align: center;
	margin: 6px 0px;
	flex-wrap: wrap;
	justify-content: center;
	
}
.bengalr li {
	list-style: none;
}
.bengalr li a {
	width: 38px;
	height: 38px;
	background: #544644;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
	font-size: 1.4em;
	margin: 4px 3px;
	display: block;
	border-radius: 50%;
	transition:all 0.4s ease-out;
	    -moz-transition:all 0.4s ease-out;
	    -webkit-transition:all 0.4s ease-out;
	    -o-transition:all 0.4s ease-out;
}
.bengalr li a .interactivo{
	color: #000;
	transform: rotateY(360deg);
}
.bengalr a:hover {
	background:#bdb0ae;
	color:#333;
	transition:all 0.4s ease-out;
	    -moz-transition:all 0.4s ease-out;
	    -webkit-transition:all 0.4s ease-out;
	    -o-transition:all 0.4s ease-out;
}


/* Tabla home*/
.standing { font-family: verdana, arial, Sans-Serif; border: 1px solid #d2d2d2; font-size: 12px; width: 100%; text-align: center; border-collapse: collapse; }
.th-standing { font-family: Arial, Sans-Serif; font-size: 13px; font-weight: bold;  padding: 8px; background: #6c1a3b; border-bottom: 2px solid #d2d2d2; color: #ffffff; }	
.standing th:first-child { text-align: left; }
.td-standing { padding: 8px 8px; background: #fff; border-bottom: 1px solid #d2d2d2; color: #333333; border-top: 1px solid transparent; }
.tr-standing:hover td { background: #f7f7f7; color: #333333;}
.td-standing:first-child { text-align: left;  font-family: BentonSansCond, arial, Sans-Serif; font-size: .78431373rem; border-right: 1px solid #d2d2d2;}
.td-standing img{
	height: 1.7rem;
    width: 1.7rem;
	vertical-align: middle;
	padding-right: 3px;}

.lideres { font-family: BentonSansCond, arial, Sans-Serif; font-size: 1rem; width: 100%; text-align: left;}
.td-lideres { padding: 4px 0px; background: #fff; border-bottom: 1px solid #d2d2d2; color: #333333; border-top: 1px solid transparent; }
.td-lideres:first-child {border-bottom: 1px solid #fff;}
.td-lideres:first-child {width: 69px;}
.td-lideres:last-child {text-align: right; font-family: BentonSansCond, arial, Sans-Serif; font-size: 1.525625rem; }
.td-lideres img{
	display: block;
	border-radius: 50%;
    height: 60px;
    width: 60px;
    border: 3px solid #d2d2d2;
    background-color: #ececec;}
    
#content_footer { 
	background-color: #010102;
	max-width: 100%;
	
}
#sub_footer { 
	background-color: #010102;
	color: #BABABF;
	max-width: 1490px;
	margin: 0 auto;
    padding: 5px 0px 5px 0px;  
	font-size: 11px; 
	font-family: verdana, sans-serif;
	overflow:hidden;	
}
.footer-menu { 
	margin-left: 15px;
	padding: 5px 5px 5px 5px;	
	float:left;
}
.footer-firma { 
	width: 194px;	
	margin-right: 29px;
	margin-top: 10px;
	float:right;
}
#footer { 
	background-color: #333;
	color: #7a7a78;
	max-width: 100%;
	margin: 0 auto;
    padding: 15px 0px 15px 0px;  
    text-align:center; 
	font-size: 12px; 
	font-family: arial, verdana, sans-serif; 
	box-shadow: inset 0 6px 0 #0075c5;	
}

/******** LINKS PRINCIPALES ********/
a.prin_titular {font-family: BentonSansCond, Times New Roman, Trebuchet MS, Verdana, Helvetica, sans-serif; display: block; font-size: 27px; color: #191919; text-decoration: none}
a.prin_titular:link {text-decoration:none; color: #191919;} 
a.prin_titular:visited {text-decoration:none; color:#191919;}
a.prin_titular:active {text-decoration:none; color: #831363;}
a.prin_titular:hover {text-decoration:none; color: #831363;}


.leer1 {  font-family: BentonSansCond, Arial, Trebuchet MS, Verdana, Helvetica, sans-serif; font-size: .87489064rem; font-weight: bold; color: #191919;}
a.leer1 {text-decoration:none; color: #191919;} 
a.leer1:visited {text-decoration:none; color:#191919;}
a.leer1:active {text-decoration:none; color: #831363;}
a.leer1:hover {text-decoration:none; color: #831363; }

.leer_set {  font-family: BentonSansCond, Arial, Trebuchet MS, Verdana, Helvetica, sans-serif; font-size: .97489064rem; font-weight: bold; color: #000;}
a.leer_set {text-decoration:none; color: #000;} 
a.leer_set:visited {text-decoration:none; color:#000;}
a.leer_set:active {text-decoration:none; color: #666666;}
a.leer_set:hover {text-decoration:none; color: #666666; }

a.dmedio_tit {font-family: BentonSansCond, Arial, Times New Roman, Trebuchet MS, Verdana, Helvetica, sans-serif; font-size: 20px; color: #333333; text-decoration: none}
a.dmedio_tit:link {text-decoration:none; color: #333333;} 
a.dmedio_tit:visited {text-decoration:none; color:#333333;}
a.dmedio_tit:active {text-decoration:none; color: #831363;}
a.dmedio_tit:hover {text-decoration:none; color: #831363;}

.link_tit {  font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif; font-size: 14px; line-height: 2.0em; color: #333333; text-decoration: none;}
a.link_tit {text-decoration:none; color: #333333;} 
a.link_tit:visited {text-decoration:none; color:#333333;}
a.link_tit:active {text-decoration:none; color: #831363;}
a.link_tit:hover {text-decoration:none; color: #831363;}

.link_mas_port {  font-family: BentonSansCond, Arial, Trebuchet MS, Verdana, Helvetica; font-size: 1rem; line-height: 1.7em; color: #333333; text-decoration: none;}
a.link_mas_port {text-decoration:none; color: #333333;} 
a.link_mas_port:visited {text-decoration:none; color:#333333;}
a.link_mas_port:active {text-decoration:none; color: #831363;}
a.link_mas_port:hover {text-decoration:none; color: #831363;}

.link_mas_video2025{  font-family: Arial, Trebuchet MS, Verdana, Helvetica; font-size: 14px; font-weight: bold; line-left: 1.7em; color: #333333; margin: 18px 14px 0px 14px; text-decoration: none;}

.link_importados{  font-family: Arial, Trebuchet MS, Verdana, Helvetica; font-size: 16px; font-weight: bold; color: #93284a; text-decoration:none;}
a.link_importados {text-decoration:none; color: #93284a;} 
a.link_importados:visited {text-decoration:none; color:#93284a;}
a.link_importados:active {text-decoration:none; color: #b9953b;}
a.link_importados:hover {text-decoration:none; color: #b9953b;}





/**************************************/
/******** NOTICIAS SEGUNDARIAS ********/
/**************************************/
/*** MENU SECCION ***/
#menuh {
         font-family: Arial, Verdana, Helvetica, sans-serif; margin: 10px 0px 10px 0px; font-size: 13px; color: #262525; font-weight: bold; overflow:hidden;
         
 }
 
 #menuh ul, li {
         list-style-type: none;
 }
 
 #menuh ul {
         margin: 0;
         padding: 0;
 }
 
 #menuh li {
         float: left;
 }
 
 #menuh a {
         text-decoration: none;
         color: #333;
         margin-right: .3em;
		 background: #fff;
         display: block;
         padding: 6px 10px;
         text-align: center;
         border: 1px solid #092166;
         border-width: 1px 1px 1px 1px;

					 
 }
 
 #menuh a:hover {
         background: #853750;
		 border: 1px solid #ccc;
		 color: #fff;
 }
  #menuh a.active {
         background: #853750;
		 font-weight: bold;
		 border: 1px solid #ccc;
		 color: #fff;
 }

.conten_center_sec { 
	background:#fff;
	max-width:948px;
}
.img_noti {
	background-color: #e3e3e3;
	width: 100%;
	line-height: 0;	
}
.img_noti img {
	width: 100%;
	height: auto;
	clip: rect(0px, 0px, 400px, 0px);
}
.autor {
	background: url(../imagenes/bg_autor2.png) left repeat-y;
	text-align:justify; font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; line-height: 1.4em; font-size: 11px; color: #2f2f2f;  
	margin: 10px 100px 5px 100px;
	padding: 7px 0px 5px 70px;
	border-bottom:1px solid #dadada;
	height:47px;
}
.titulo_noticias{
    position: relative; margin:10px 100px 5px 100px; padding: 0px 5px 0px 5px; text-align:left ;font-family: BentonSansCond, Trebuchet MS, Times New Roman, Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; font-size: 26px; color:#000;
}
.article {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 17px; line-height: 1.4em; color: #262525;
	padding: 9px 5px 15px 5px;  
	margin:0px 100px 20px 100px;
	border-bottom:1px solid #dadada;
}
.article a{
font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif; font-size: 17px; font-weight: bold; color: #853750;text-decoration:none;}


.main-content-sec-not {
	padding: 0px 0px 0px 0px;
	
	display:flex;
	   display:webkit-flex;
	   display:ms-flexbox;
}
.conten-left-secund_noti { 
	background: #fff;
	padding: 0px 0px 0px 0px;
	width: 73.7%;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/*--- POSICIONES ---*/
/*--- TABS ---*/


h1 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-block-end: 0.5em;
}


.widget {
  width: 80vw;
  max-width: 100%;
  padding: 0rem;
  margin: 0rem auto;
  border-radius: 0rem;
  background-color: #fff;

}

.tabs {
  --tab-count: 3;
  --active: 0;

  position: relative;
  isolation: isolate;
  display: flex;
  height: 2.0rem;
  border-block-end: 1px solid #d2d2d2;
}

.tabs input {
  display: none;
}

.tabs label {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #656d7b;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
}

.tabs input:checked + label {
  color: #fff;
}

.tabs::after {
  pointer-events: none;
  position: absolute;
  content: "";
  z-index: -1;
  /* inset: 0; */
  inset: 0 0 -1px;
  /* width: 100%; */
  /* width: calc((100% / 3) - 2px); */
  width: calc((100% / var(--tab-count)) - 2px);
  border-radius: 0.0rem 0.0rem 0 0;
  border: 1px solid #e9ebec;
  border-block-end: none;
  background-color: #6c1a3b;

  /*
    1st = 0 * 100% = 0%
    2nd = 1 * 100% = 100%
    3rd = 2 * 100% = 200%
  */
  translate: calc(var(--active) * 100%);
  transition: translate 0.5s ease-in-out;
}

.tabs:has(:checked:nth-of-type(1)) {
  --active: 0;
}

.tabs:has(:checked:nth-of-type(2)) {
  --active: 1;
}

.tabs:has(:checked:nth-of-type(3)) {
  --active: 2;
}

.tab-content {
  padding: 10px 0px 0px 0px;
}

[class^="tab-content-"] {
  display: none;
}

.widget:has(:checked:nth-of-type(1)) .tab-content-1,
.widget:has(:checked:nth-of-type(2)) .tab-content-2,
.widget:has(:checked:nth-of-type(3)) .tab-content-3 {
  display: block;
}
/*--- /TABS ---*/




.main-content-sec {
	padding: 0px 0px 0px 0px;
	
	display:flex;
	   display:webkit-flex;
	   display:ms-flexbox;
}
.conten-left-secund { 
	background: #fff;
	padding: 0px 16px 0px 16px;
	border-right: 0px solid #d2d2d2;
	width: 76.6%;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.categoria_black {
    font-family:BentonSansCond, Times New Roman;
	font-size:30px;
	border-bottom: solid 1px #dadada;
	color:#333;
	padding: 15px 0px 0px 0px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.categoria_links {
	font-size:14px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.article_standing {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #262525; font: line-height: 1.2em;
	padding: 9px 0px 0px 0px;  
	margin-bottom: 15px;
	border-bottom:1px solid #dadada;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.conten_right2 { 
	background:#;
	width: 343px;
	padding-bottom: 16px;	
}
.news_sec {
	background:#f7fafc;
	color: #333333;
	margin: 0px 0px 20px 0px;
	padding: 14px 14px 10px 14px;
}
.links_tit_sec{
	margin-left: -5px;
	padding: 0px 5px 0px 2px;
}
.links_tit_sec li {
    list-style: none;
	background-image: url(../imagenes/vineta_ne.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 0px;
}


/*--- CALENDARIO ---*/
	#calendar {
		max-width: 900px;
		border-bottom:1px solid #dadada;
		margin: 15px auto;
}


/*--- Draft ---*/
.conten_draft {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #262525; font: line-height: 1.2em;
	padding: 10px 0px;
	width:100%;   
	justify-content:center;
	flex-wrap:wrap;
	   		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
          box-sizing: border-box;
	display:flex;
	display:webkit-flex;
	display:-ms-flexbox} 

.elemento {
	margin-right:6px;
	margin-bottom:5px;
	width:355px;
	text-align:center;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/*--- REFUERZOS ---*/
.conten_refuerzos {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #262525; font: line-height: 1.2em;
	padding: 10px 0px;
	width:100%;   
	justify-content:center;
	flex-wrap:wrap;
	   		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
          box-sizing: border-box;
	display:flex;
	display:webkit-flex;
	display:-ms-flexbox
} 
.elemento_refuerzos {
	margin-right:6px;
	margin-bottom:5px;
	width:298px;
	text-align:center;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
          box-sizing: border-box;}
		  
.elemento_refuerzos:last-child {
    margin-right:0px;}
.elemento_refuerzos td img{

	display: block;
	border-radius: 50%;
    height: 85px;
    width: 84px;
    border: 1px solid #d2d2d2;
    background-color: #ececec;}	
	
/*--- ROSTERS ---*/
.conten_rosters {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #262525; font: line-height: 1.2em;
	padding: 30px 0px;
	width:100%;   
	justify-content:center;
	flex-wrap:wrap;
	   		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
          box-sizing: border-box;
	display:flex;
	display:webkit-flex;
	display:-ms-flexbox} 

.elemento_rosters {
	margin-right:15px;
	margin-bottom:25px;
	width:160px;
	text-align:center;
	border-bottom: 1px solid #dadada;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
          box-sizing: border-box;}
.elemento_rosters img{
	border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 4px solid #edad00;
    background: radial-gradient(circle at 50% 50%, #000, #fff);
}	



	

/******** MEDI@ SECUNDARIAS ********/
@media screen and (max-width: 4000px) {
      .chat_mov{
        display: none;
}
}
@media screen and (max-width: 1024px) {
      .autor { 
	    margin-left: 20px;
		margin-right: 20px;
}
      .titulo_noticias { 
	    margin-left: 20px;
		margin-right: 20px;
}
      .article { 
	    margin-left: 20px;
		margin-right: 20px;
}
      .conten_center_sec { 
	    width:100%;
}
	  .container {
	    width: 100%;
} 
      .news_contador {
	margin: 0px 16px 16px 16px;
}
     center {
	    display: none;
}

}
@media screen and (max-width: 864px) {
      .autor { 
	    margin-left: 14px;
		margin-right: 14px;
}
      .titulo_noticias { 
	    margin-left: 14px;
		margin-right: 14px;
}
      .article { 
	    margin-left: 14px;
		margin-right: 14px;
}
      .news_contador {
	margin: 0px 16px 16px 16px;
}
}
@media screen and (max-width: 768px) {
      .titulo_noticias { 
	    font-size: 20px;
}
      .article { 
	    font-size: 14px;
}
     .main-content-sec {
        flex-wrap: wrap;
}
      .conten-left-secund { 
	    border-right: 0px;
		width: 100%;
}
     .main-content-sec-not {
        flex-wrap: wrap;
}
     .conten-left-secund_noti { 
	    border-right: 0px;
		width: 100%;
}
     .categoria_black {
	    font-size:24px;
}
     center {
	    padding:8px 8px;
}
     .news {
	    margin: 0px 0px 20px 0px;
}
     .conten_center { 
	    margin-left: 0px;
}

}
@media screen and (max-width: 1000px) {
     .main-content-sec {
        flex-wrap: wrap;
}
     .conten-left-secund { 
	    border-right: 0px;
		width: 100%;
}
     .conten_right2 { 
	    width: 100%;	
}
     .news_sec{ 
	    overflow: hidden;
		padding-bottom: 24px;
}
     .links_tit_sec{ 
	    float:left;
		margin-right: 50px;		
}
	 .links_tit_sec:last-child {margin-right:50px;
}
}

/***********************/
/******** MEDI@ ********/
/***********************/

@media screen and (max-width: 1290px) {
      .conten_right { 
	    min-width:336px;
}
      .conten_left { 
	    min-width: 185px;		
}
}
@media screen and (max-width: 1024px) {
     
	 .container {
	    padding: 17px 0px 0px 0px;
}
	 .main-content {
        flex-wrap: wrap;
}
     .conten_left { 
	   	margin-right: 0px;
	    border-right: none;
		width: 100%;		
}
      .promos-left {
		display: none;
}
      .promos-left_web_amiga { 
		display: none;
}
      .cont_left_redes {
		display: none;
}
     .cont_video { 
	   width:100%;	
}
     .cont_tex_video { 
	   margin-top: 10px;
	   width:100%;
	   float: center;	
}

}
@media screen and (max-width: 996px) {
     
	 /* Pizarra MLB */    
	 #pizarra_mlb {
	  display: none;
}
	 .footer-menu { 
	    width:100%;
	    margin-left: 0px;
		padding: 5px 0px 5px 0px;
	    text-align: center;	
}
     .footer-firma { 
	    width:100%;
		margin-right: 0px;
		text-align: center;
}
}
@media screen and (max-width: 910px) {
	/* Menu Principal*/
	.menu-trigger {
		display: block;
		color: #fff;
		padding: 19px 12px 19px 12px;
		text-align: left;
		font-size: 14px;
		cursor: pointer;
		font-weight: bold;
		border-bottom: 1px solid #0198f1;
	}
	div.nav-menu {
		display: none;
	}
	
	div.nav-expanded {
		display: block;
	}
	
	div.nav-menu ul li {
		float: none;
		border-bottom: 1px solid #75819a;
	}
	
	div.nav-menu ul li:last-child {
		border-bottom: none;
	}
	
    #container-left { 
	    width: 100%;
}
	/* /Menu Principal */
	
}
@media screen and (max-width: 768px) {	
	
	 .link_aviso{
        font-size: 14px
}
	 .link_aviso_tit{
        font-size: 14px
}
	.envolvente_center_right {
	    flex-wrap: wrap;
}
    .conten_center { 
	    max-width:768px;
}
    .conten_right { 
	    width: 100%;	
}
    .titulares {
	    font-size:18px;
}
    .noti_p {
	    font-size: .80489064rem;
}
    .content-title{ 
	    font-size: 1.075rem;
}
    .content-title-mini{ 
	    font-size: 0.9rem;
}
    .news{ 
	    overflow: hidden;
		padding-bottom: 24px;
		margin-bottom: 16px;
		margin-top: 16px;
		border-radius: 0px 0px 0px 0px;
}
    .news_contador{ 
		margin-bottom: 16px;
		margin-top: 16px;
}
      .news_contador {
	margin: 0px 16px 16px 16px;
}
    .links_tit{ 
	    float:left;
		margin-right: 50px;		
}
	.links_tit:last-child {margin-right:0px;
}
    .section p {
	  display: none;
}
    .cont_link_not_p2 {
        display: none;
}
    .cont_not_p2 {
	    width:100%;
}
    .chat_off{
        display: none;
}
      .chat_mov{
        display: block;
}
     center {
	    padding:8px 8px;
}
    #promo_center_home { 
	   display: none;
}
}
@media screen and (max-width: 500px) {
	


	.Redes_Sociales {
	   width:100%;
	   margin-left:0px;
	   text-align: center;
}
    .conten_right { 
	   min-width:320px;
}
    .links_tit{ 
		margin-right: 5px;		
}
    .cboxdiv { 
	   height:220px;
}
    .bengalr { 
	   display: none;
}
}
@media screen and (max-width: 600px) {
	.logo {
	   width:100%;
	   margin-left:0px;
	   text-align: center;
}
	.Redes_Sociales {
	   width:100%;
	   margin-left:0px;
	   text-align: center;
}
}
@media screen and (max-width: 450px) {
    .noti_p {
        display: none;
}
}