/************************
CSS 2003-2016 BENGALESES.COM, EN BEISBOL INVERNAL
Todos los Derechos Reservados 
Realiza: Ãngel Matos*/
/************************/

* {margin:0; padding:0}
a {outline:0;}

body {
	background-color: #000;
	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: #031835;
	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: 1117px;
	margin: 0 auto;
	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;
}
.main-content {
	padding: 8px 8px 20px 8px;
	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;
}
    .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;
}

}