/************************
CSS 2003-2026 BENGALESES.COM, EN BEISBOL INVERNAL
Todos los Derechos Reservados 
Realiza: Ãngel Matos para Bengaleses.com*/
/************************/

* {margin:0; padding:0}
a {outline:0;}

/* --- HEADER --- */
		:root {
            --cbs-blue: #333; 
            --blue-dark: #0f0f0f;
            --text-main: #ffffff;
			--name-team: #d6b970;
            --text-dim: rgba(255, 255, 255, 0.7);
            --border-color: rgba(255, 255, 255, 0.25);
            --accent-blue: #22a3e0; 
            --hover-footer: #3d7dcb;
            --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(10, 10, 10, 0.99) 0%, rgba(23, 23, 23, 0.90) 50%, rgba(10, 10, 10, 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: 52%; left: -45px; transform: translateY(-50%); width: 170px; height: 170px; background-image: url('multimedia.png'); background-repeat: no-repeat; background-position: center; background-size: contain; filter: brightness(0) invert(1); opacity: 0.10; 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: #333 !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)); }
		.team-logo_bgls { 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.5); 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 */
    }
	       .team-logo_bgls { 
           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;  font-weight: bold;}
        .footer-links li { margin-bottom: 10px; }
        .footer-links a { color: #3d7dcb ; text-decoration: none; font-size: 0.9rem; transition: color 0.3s ease; }
        .footer-links a:hover { color: #fff; !important; text-decoration: underline;}
		.footer-links a.active { color: #ffca02; !important; text-shadow: 0 0 8px rgba(255, 204, 0, 0.7);}
        .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: #0f0f0f;
	font-family:Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #262525;
	margin: 0;
	padding: 0;
}
#envolvente {
	background: url(../imagenes/bg_principal_multi.jpg) no-repeat top;
	margin:0px auto;
	position: relative;
}

.header {
	background: url(../imagenes/aviso_beisbolbb.png) no-repeat top;
	background-color: #010102;
	color: #FFF;
	overflow:hidden;
}
.sub_1290 {
	background-color: #222329;
	max-width: 1290px;
	margin: 0 auto;
}
.logo {
	width:194px;
	height: 60px;
	margin-left:14px;
	padding:6px 0px;
	float: left;
}
.logo_promo {
	width:334px;
	height: 60px;
	margin-left:74px;
	padding:6px 0px;
	float: left;
}
.sociales {
	width:260px;
	margin-top:22px;
	margin-right:12px;
	padding:6px 0px;
	text-align: right;
	float: right;
}
.sociales a {
	background: #d4d4d4;
	color: #333;
	font-size: 1.1em;
	margin-right: .2em;
	padding: .5em;
	text-decoration: none;
	border-radius:50%;
	    -moz-border-radius:50%;
		-webkit-border-radius:50%;
		-o-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;
}
.sociales a:hover {
	background:#256c8e;
	color:#fff;
	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 Principal */
.container_menu {
	background-color: #031835;
	border-top:1px solid #28292e;
	border-bottom:1px solid #28292e;
}
div.nav-menu {
	background-color: #031835;
	padding: 0 0px;
}

div.nav-menu ul {
	overflow:hidden;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

div.nav-menu ul li {
	list-style: none;
	float: left;
}

div.nav-menu ul li a:link,
div.nav-menu ul li a:visited {
	color: #0096e7;
	display: block;
	padding: 15px 11px 15px 11px;
	text-decoration: none;
	font-weight: bold;
	transition:all 0.4s ease-in;
	    -moz-transition:all 0.4s ease-in;
	    -webkit-transition:all 0.4s ease-in;
	    -o-transition:all 0.4s ease-in;
}
div.nav-menu ul li a:hover {
	background:#333333;
	color:#fff;
	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;
}
div.nav-menu ul li.active a {
	background:#0096e7;
	color:#fff;
}
div.nav-menu ul li.active2 a {
	background:#25272c;
	color:#fff;
}
.menu-trigger {
	display:none;
}
.menu-trigger span {
	font-size: 14px;
	margin-right: 10px;
	padding-top: 15px;
	text-align: left;
}
/* FINAL Menu Principal */

/*--- Menu Team ---*/
#team {
	float: right;
	display:inline-block;
    width:154px;
    margin:11px 16px 0px 27px;
    padding:0px;
    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-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 ---*/

.container {
	background-color: #000;
	max-width: 1474px;
	margin: 0 auto;
	padding: 0px 15px 0px 15px;
	box-shadow:0px 8px 22px #000;
	   -moz-box-shadow:0px 8px 22px #000;
	   -webkit-box-shadow:0px 8px 22px #000;
	   -o-box-shadow:0px 8px 22px #000;
}
    .contenedor_bengalTV {
     background-color: #057aff;
	 padding: 15px 15px 0px 15px;
	  display: flex;
      flex-direction: row;
      gap: 20px; /* Espacio entre las columnas */
      width: 100%;
      max-width: 1474px;
      margin: 0 auto;
      box-sizing: border-box;
    }
	    /* Estilos base para las columnas */
    .columna-izquierda, 
    .columna-derecha {
      padding: 0px;
      background-color: #f4f4f9;
      border-radius: 8px;
    }

    /* Distribución de ancho en Escritorio */
    .columna-izquierda {
      flex: 0 0 calc(73% - 10px); /* Ocupa el 70% menos la mitad del gap */
	  min-width: 552px;
    }

    .columna-derecha {
      flex: 0 0 calc(27% - 10px); /* Ocupa el 30% menos la mitad del gap */
    }

    /* Estilos base para las columnas */
    .columna-izquierda, 
    .columna-derecha {
      padding: 0px;
      background-color: #;
      border-radius: 8px;
    }

.main-content {
	padding: 8px 8px 20px 8px;
	overflow:hidden;
}
.main-content_score {
	padding: 8px 0px 0px 5px;
	margin-bottom: 15px;
	justify-content:center;
	overflow:hidden;
}

div.nav-menu ul li spam {
	color: #;
}
.icon-circle-down {
	color: #000;
	margin-left: 5px;
}
.icon-circle-down {
	color: #fff;
}


#promo_center {
	text-align: center;
	width:100%;
	margin: 0px auto;
	padding: 14px 0px 10px 0px;
	border-bottom: solid 1px #c7c7c7;
	
}

.promo_flex {
	width:100%;
	padding: 14px 0px 10px 0px;
	justify-content:center;
	flex-wrap:wrap;
	border-bottom: solid 1px #c7c7c7;
	
	display:flex;
	display:webkit-flex
	display:-ms-flexbox}
	
.promo2 {
	width:100%;
	padding: 0px 10px;}

/* PIZARRA */
#pizarra {
	margin: 0px auto;
	margin:0px 0px 0px 0px;
	text-align:left;
	position: relative;
}
/* #pizarra {
   pointer-events: none;
   cursor: default;
} */
/******** Contenido web L left ********/
#container-left { 
	width: 648px;
	margin-right: 13px;
	margin-left: 0px;
	float:left;	
}
/* rieles */
#riel {
	background:#feec9a;
	font-family: Arial, Helvetica, sans-serif;  font-size: 12px; color: #000;
	width:640px;
	border: solid 1px #fdb301;
	margin:0px 0px 8px 0px;
	padding: 8px 3px 5px 3px;
	position: relative;
}
#noti_princ {
	margin-bottom: 27px;
	width:100%;
	height:428px;
	float: left;
	position: relative;
}
#noti {
	position:absolute;
	width:100%;
	height:428px;
	z-index:1;
	visibility: visible;
}
#noti img {
	width:100%;
	height:auto;
}
#mini_noti_princ {
	background:#fff;
	padding: 0px 0px 0px 8px;
	position:absolute;
	width:188px;
	height:300px;
	z-index:2;
	left: 452px;
}
#mini_noti {
	background:#e3e3e3;
	border:1px solid #000;
	margin:0px 0px 8px 0px; 
	width:186px;
	height:140px;
}
#mini_noti img {
	width: 186px;
	height: auto;
}

#bg_tex {
	background-image: url(../imagenes/bg_tex_princ.png);
	margin:300px 0px 0px 0px;
	position:absolute;
	width:648px;
	height:128px;
	z-index:1;
}
#bg_mini_tex {
	background-image: url(../imagenes/bg_tex_mini_princ.png);
	color:#fff;
	font-size:14px;
	font-family:ubuntu-b;
	width:176px;
	height:37px;
	padding: 3px 5px;
	position:absolute;
	z-index:1;
	top: 98px;
}
#bg_mini_tex2 {
	background-image: url(../imagenes/bg_tex_mini_princ.png);
	color:#fff;
	font-size:14px;
	font-family:ubuntu-b;
	width:176px;
	height:37px;
	padding: 3px 5px;
	position:absolute;
	z-index:1;
	top: 248px;
}
#cont_menu_prin {
	background:#fff;
	position:absolute;
	width:40px;
	height:122px;
	z-index:2;
	top: 89px;
}
.boton_prin {
	background:#a3a3a3 ;
	margin:8px 0px 0px 0px;
	width:32px;
	height:30px;
	position: relative;
	float: left;
	transition:all 0.3s ease-in;
	    -moz-transition:all 0.3s ease-in;
	    -webkit-transition:all 0.3s ease-in;
	    -o-transition:all 0.3s ease-in;
}
.boton_prin:hover {
	background:#434343 ; 
	transition:all 0.3s ease-out;
	    -moz-transition:all 0.3s ease-out;
	    -webkit-transition:all 0.3s ease-out;
	    -o-transition:all 0.3s ease-out; 
	}
#chat_off {
	position:absolute;
	width:46px;
	height:30px;
	z-index:4;
	top: 135px;
	visibility: hidden;
}
#noti_off {
	position:absolute;
	width:46px;
	height:30px;
	z-index:5;
	top: 97px;
	visibility: visible;
}
/* CHAT */
#chat {
	background:#fff url(../imagenes/bg_chat.jpg);
	padding: 30px 4px 0px 0px;
	position:absolute;
	width:644px;
	height:394px;
	z-index:1;
	visibility: hidden;
}
#boton_chat {
	position:absolute;
	width:46px;
	height:45px;
	z-index:1;
	left: 595px;
	visibility: visible;
	top: 28px;
}

/* Portada Movil */

#noti_princ_movil {
	margin:0px 0px 0px 0px;
	font-size: 0;
	width:100%;
}
#noti_pie_movil {
	background-color: #060606;
	padding: 5px 5px 5px 5px;
}
#noti_princ_movil img {
	width:100%;
	height:auto;
}


/* Del Medio */
.secciones_dmedio {
    font-family:academic;
	border-bottom: solid 1px #c7c7c7;
	letter-spacing:0.6px;
	font-size:1.5em;
	color:#cc0000;
	margin:20px 0px 8px 8px;
	padding: 0px 0px 2px 0px;
}
.secciones_dmedio2 {
    font-family:academic;
	border-bottom: solid 1px #c7c7c7;
	letter-spacing:0.6px;
	font-size:1.5em;
	color:#cc0000;
	margin:20px 0px 8px 8px;
	padding: 0px 0px 2px 0px;
}
#section {
	font-family: Arial, Helvetica, sans-serif;  font-size: 14px; color: #666666; line-height: 1.5em; 
	margin:6px 0px 0px 0px; 
	padding: 3px 5px 13px 2px;
	border-bottom: solid 2px #c7c7c7;
	width:641px;
	overflow:hidden;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
}
#section img {
	background-color: #fff;
	border: solid 1px #b4b4b4;
	margin-left: 10px;
	margin-top: 8px;
	padding: 2px 2px;
	width:40%;
	height:auto;
	float: right;
}
#section p {
	margin-top: 8px;
}

/* destacadas */
#destacadas {
	margin:0px 0px 15px 0px;
	height:174px;
	width:648px;
	position: relative;
}
#destacadas_noti {
	background:#fff;
	float: left;
	margin:0px 10px 0px 0px; 
	height:173px;
	width:209px;
}
#destacadas_noti img {
	width: 100%;
	height: auto;
}
#destacadas_noti_2 {
	background:#fff;
	float: left;
	margin:0px 0px 0px 0px; 
	height:173px;
	width:209px;
}
#destacadas_noti_2 img {
	width: 100%;
	height: auto;
}


#destacadas_tex {
	background-image: url(../imagenes/bg_tex_destacadas.png);
	position:absolute;
	width:209px;
	height:56px;
	padding: 4px 0px;
	z-index:1;
	top: 104px;
}
#destacadas_noti .titulo {
	font-size:14px;
	font-family: arial;
	font-weight: bold;
	color:#191919;
	margin:0px 0px 3px 0px;
}
#destacadas_noti_2 .titulo {
	font-size:14px;
	font-family: arial;
	font-weight: bold;
	color:#191919;
	margin:0px 0px 3px 0px;
}

/* Standing y Líderez */
#standing_lideres {
	background: url(../imagenes/bg_divisor.gif) left repeat-y;
	font-size:14px;
	margin:0px 13px 10px 0px; 
	padding: 0px 0px 0px 5px;
	float: left;
	width:295px;
}
.bg_standings {
	background-image: url(../imagenes/bg_standings3.gif);
	width:295px;
	height:29px;
	position: relative;
	float: left;
	display: inline;
}
.bg_standings:hover {
	background-image: url(../imagenes/bg_standings2.gif); }

#lideres {
	background: url(../imagenes/bg_divisor.gif) left repeat-y;
	font-size:14px;
	margin:0px 0px 10px 0px; 
	padding: 0px 0px 0px 5px;
	float: left;
	width:295px;
}
.bg_lideres {
	background-image: url(../imageneses/bg_lideres3.gif);
	padding: 0px 0px 0px 0px;
	width:197px;
	height:20px;
	position: relative;
	float: left;
	display: inline;
}
.bg_lideres:hover {
	background-image: url(../imagenes/bg_lideres2.gif);}

.titulares {
    font-family:ubuntu-b;
	font-size:29px;
	font-weight: bold;
	color:#000;
	padding: 0px 0px 0px 8px;
}
.mini_titulares {
    font-family:ubuntu-b;
	font-size:14px;
	font-weight: bold;
	color:#fff;
	padding: 0px 0px 0px 8px;
}
.secciones_standing_lideres {
    font-family:academic;
	border-bottom: solid 1px #c7c7c7;
	letter-spacing:0.6px;
	font-size:1.3em;
	color:#cc0000;
	margin:0px 0px 8px 8px;
	padding: 0px 0px 2px 0px;
}

/*Viñeta Titulares*/

#featureTitle {
	background: url(../imagenes/bg_divisor.gif) left repeat-y;
	margin:0px 13px 12px 0px; 
	width:300px;
	float:left;
}
.links_tit{
	width:291px;
	margin:6px 0px 5px 2px;
	padding: 0px 5px 0px 2px;
	float:left;
}
.links_tit 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;
	padding-bottom: 1px;
}
.links_tit_sec{
	width:293px;
	margin:0px 0px 5px 1px;
	padding: 0px 5px 0px 1px;
	float:left;
	display: inline;
}
.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;
	padding-bottom: 1px;
}

.secciones_riel {
    font-family:academic;
	letter-spacing:0.6px;
	border-right: solid 1px #fd9b01;
	font-size:1.3em;
	color:#ff090c;
	margin:0px 8px 0px 0px;
	padding: 4px 8px 4px 5px;
}
.secciones {
    font-family:academic;
	border-bottom: solid 1px #c7c7c7;
	letter-spacing:0.6px;
	font-size:1.4em;
	color:#cc0000;
	padding: 0px 10px 2px 5px;
}

/*Bengal Radio*/
#bengal_badio { 
	background: url(../imagenes/bg_bengal-radio.jpg) left repeat-x;
	width: 300px;
	float:left;
	margin-bottom: 10px;	
}
.button { 
	background:#cc0000;
	color:#fff;
	display:inline-block;
	font-size:1.48em;
	padding:5px 0px;
	text-align:center;
	width:170px;
	text-decoration:none;	
	box-shadow:0px 3px 0px #1f232c;
}
.button span { 
	margin-left:10px;
}
.button.radius { 
	border-radius:50px;
}
.button:hover { 
	background:#810303;
	box-shadow:0px 1px 0px #352010;
}
/*--- Menu Radio ---*/

#menup {
         font-family: Arial, Verdana, Helvetica, sans-serif; margin: 0px 0px 0px 25px; font-size: 13px; color: #262525; line-height: 0; overflow:hidden;
         
 }
 
 #menup ul, li {
         list-style-type: none;
 }
 
 #menup ul {
         margin: 0;
         padding: 0;
 }
 
 #menup li {
         float: left;
 }
 
 #menup a {
         text-decoration: none;
         color: #555555;
         margin-right: .3em;
		 background: #fff;
         display: block;
         padding: 3px 3px;
         text-align: center;
         border: 1px solid #959393;
         border-width: 1px 1px 1px 1px;
		            box-shadow: inset 0px 0px 10px #f0f0f0,
                    0px 0px 10px #f0f0f0; 
                     border-radius: 5px;  
                     background-color:#f0f0f0;
 }
 
 #menup a:hover {
         background: #f4f4f4;
		 border: 1px solid #fff;
		 color: #000;
 }

/******** Contenido web C Center ********/
#container-center { 
	background-color: #b8b5b8;
	line-height: 0;
	width: 300px;
	margin-right: 13px;	
	float:left;	
}

/********* Contenido web R Right*********/
#container-right { 
	background-color: #b8b5b8;
	line-height: 0;
	width: 300px;
	float:left;	
}
#publicidad_300x250_left { 
	width: 300px;
	float:left;	
	margin-right: 13px;	
	margin-bottom: 10px;	
}

#publicidad_300x250_right { 
	width: 300px;
	float:left;
	margin-bottom: 10px;	
}



#sub_footer { 
	background: url(../imagenes/aviso_beisbolb.png) no-repeat top;
	background-color: #111111;
	border-bottom: solid 1px #525358;
	color: #BABABF;
	max-width: 1290px;
	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: #000;
	color: #BABABF;
	max-width: 1290px;
	margin: 0 auto;
    padding: 15px 0px 15px 0px;  
    text-align:center; 
	font-size: 11px; 
	font-family: verdana, sans-serif; 
	box-shadow: inset 0 6px 0 #0096e7;
	
}

/*--- Bengal-Radio ---*/
#container_radio { 
	color: #FFF;
	max-width: 320px;
	padding: 10px 10px;
	margin: 0 auto;
	text-align:center; 
	box-sizing:border-box;
}
#radio_top { 
	max-width: 320px;
	margin: 0 auto;
	text-align:center; 
	box-sizing:border-box;
}
#radio_web { 
	max-width: 320px;
	margin: 0 auto;
	text-align:center; 
	box-sizing:border-box;
}
#radio_tunein { 
	max-width: 320px;
	margin: 0 auto;
	text-align:center; 
	box-sizing:border-box;
}
#publicidad_300x250_radio { 
	width: 300px;
	margin-top: 10px;	
	margin-bottom: 5px;
}


/************ SLIDES NOTICIAS ************/
.slides {
	background:#fff url(../imagenes/bg_noti.jpg);
	width:100%;
	height:455px;
	margin-bottom:10px;	
}

.slides img {
    width:100%;
}
.slidesjs-pagination {
	margin:8px auto;
	width:150px;
}

.slidesjs-pagination li {
	float:left;
	margin:0px 5px;
	list-style:none;
}

.slidesjs-pagination li a {
	display:block;
	width:12px;
	height:0px;
	padding-top:12px;
	background:#ccc;
	float:left;
	overflow:hidden;
	border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
}

.slidesjs-pagination li a:hover {
	background:#4d86b6;
}

.slides .active {
	background:#4d86b6;
}

.slidesjs-navigation {
	color:#4d86b6;
	padding:8px 12px;
	display:none;
	text-decoration:none;
	float:right;
}


/************ MEDIA ************/
@media screen and (max-width: 5310px) {
	
    #noti_princ_movil {
	   display: none;
}
    #noti_pie_movil {
	   display: none;
}
}


@media screen and (max-width: 1310px) {
	
	.container {
	    max-width: 980px;
}
    .sub_1290 {
	    max-width: 980px;
}
	#footer {
	    max-width: 980px;
}
	#sub_footer {
	    max-width: 980px;
}

/* web L */
    #container-right { 
	    display:none;	
}
/* web L */
    #container-center { 
	    margin-right:0px;	
}
    #container-left { 
	    margin-right: 16px;
}
    #publicidad_300x250_left { 
	    margin-right: 0px;
}
    #standing_lideres {
	   margin-right: 0px;
}
    #featureTitle {
	   margin-right: 0px;
}
    #noti_princ_movil {
	   display: none;
}
}
@media screen and (max-width: 996px) {

	.container {
	    max-width: 680px;
		padding: 0px 0px 0px 0px;
}
    .sub_1290 {
	    max-width: 680px;
}
	#footer {
	    max-width: 680px;
}
    #sub_footer {
	    max-width: 680px;
}

   .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;
}
/* web Table */
     .main-content {
	    padding: 8px 8px 10px 16px;
}
/* columna central */
    #publicidad_300x250_left { 
		margin-right: 48px;
	    margin-top: 12px;
}
    #publicidad_300x250_right { 
	    margin-top: 12px;
}
    #standing_lideres {
	   margin-right: 48px;
}

    #featureTitle {
	   margin-right: 48px;
}
    #promo_center {
	   display: none;	
}

    .logo_promo {
	   display: none;
}
     #envolvente {
	   height: 1px;	
}
}
@media screen and (max-width: 500px) {
	
	.logo {
	   width:100%;
	   margin-left:0px;
	   padding:0px 0px;
	   text-align: center;
}
   .sociales {
	   width:100%;
	   margin-top:0px;
	   margin-right:0px;
	   padding:8px 0px;
	   margin-bottom:15px;
	   text-align: center;
}
   .sociales a{
	   font-size: 1.0em;
	   padding: .3em;
}
   .sociales {
	   display: none;}
}
@media screen and (max-width: 770px) {
	
	/* menu*/
	.menu-trigger {
		display: block;
		color: #fff;
		padding: 14px 12px 14px 12px;
		text-align: left;
		font-size: 14px;
		cursor: pointer;
		font-weight: bold;
		border-bottom: 1px solid #28292e;
	}
	
	div.nav-menu {
		display: none;
	}
	
	div.nav-expanded {
		display: block;
	}
	
	div.nav-menu ul li {
		float: none;
		border-bottom: 1px solid #757575;
	}
	
	div.nav-menu ul li:last-child {
		border-bottom: none;
	}
	/* /menu */
	
	.score-city {
	   display: none;	}
}
@media screen and (max-width: 680px) {
	

   #noti_princ_movil {
	  display: block;
}
   #noti_princ {
	  display: none;
}
   #destacadas{
	  display: none;
}
   .secciones_dmedio2{
	  display: none;
}
    #container-left { 
	  width: 100%;
}


    #section {
	   width: 100%
}
    #section img {
	   margin-top: 12px;
	   width: 30%;
	   height: auto;
}
   .main-content {
	   padding: 8px 10px 10px 10px;
}
	#noti_pie_movil {
	   display: block;
}
	#publicidad_300x250_right { 
       width: 100%;
	   text-align: center;
}
	 #publicidad_300x250_left { 
       width: 100%;
	   text-align: center;
}
	 #standing_lideres { 
       display: table;
       margin: 0 auto;
	   float:none;
}
	 #lideres { 
       display: table;
       margin: 0 auto;
       float:none;
}
     #featureTitle { 
       display: table;
       margin: 0 auto;
       float:none;
}
     #bengal_badio { 
       display: table;
       margin: 0 auto;
       float:none;
}

}