/* CLASES DE ESTILOS LA CABECERA, PIE Y LATERAL DERECHA DE LOS SITES EXTERNOS (EJEMPLO: BANKIMIA) */
* {margin:0;padding:0;font-family: Arial, Verdana, Helvetica, sans-serif;font-size:12px;}
#header{
	margin: 0 auto;
	color:#666666;
	text-align:left;
	width:980px;
}
.clear_both{
	clear:both;
}
.align_left{
	text-align:left;
}
.align_center{
	text-align:center;
}
.align_right{
	text-align:right;
}

/* estilos para el ticker */
#ticker_estilo{
	outline:none;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 8px 0px 8px;
	display:inline;
}
.item_ticker{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	display:inline;
}
.item_ticker_click{
	outline:none;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 8px 0px 8px;
	display:inline;
}
.item_ticker_data{
	text-decoration:none;
	padding-right:8px;
	display:inline;
	color:#F2E481;
	font-weight:bold;
}
.item_ticker_data_neg{
	padding-right:11px;
	text-decoration:none;
	color:#c90101;
	font-weight:bold;
	background-image: url(http://imagenes.bolsamania.com/arrowdown.gif);
	background-position:right;
	background-repeat:no-repeat;
	display:inline;
}
.item_ticker_data_pos{
	padding-right:11px;
	text-decoration:none;
	color:#00BB00;
	font-weight:bold;
	background-image: url(http://imagenes.bolsamania.com/arrowup.gif);
	background-position:right;
	background-repeat:no-repeat;
	display:inline;
}
.item_ticker_data_novar{
	padding-right:11px;
	text-decoration:none;
	color:#F2E481;
	font-weight:bold;
	background-image: url(http://imagenes.bolsamania.com/same.gif);
	background-position:right;
	background-repeat:no-repeat;
	display:inline;
}

/* fin estilos para el ticker */


.ul_menu_ppal{
	width:100%; color:#000000;
}
.itemmenu_ppal_first{
	float:left;text-align:center; list-style:none;width:80px;
}
.itemmenu_ppal{
	float:left;text-align:center; list-style:none;width:81px;
}
.txtmenu_ppal{
	text-align:center;height:22px;line-height:22px;margin-top:2px;text-align:center;background-repeat:no-repeat;background-position:center;
}
.itemmenu_ppal_last{
	float:left;text-align:center; list-style:none;width:80px;
}
.txtmenu_ppal_first{
	text-align:left;height:22px;line-height:22px;margin-top:2px;text-align:center;background-repeat:no-repeat;background-position:center;
}
.txtmenu_ppal_last{
	text-align:right;height:22px;line-height:22px;margin-top:2px;text-align:center; background-repeat:no-repeat;background-position:center;
}
.txtmenu_ppal_fondo{
	background-image:url(http://imagenes.bolsamania.com/background_menutxt.gif);
}

a#menu{
	color:#000000; text-decoration:none; cursor: pointer;
}

.menu_zeta{
	background-image:url(http://imagenes.bolsamania.com/labolsafondo.gif);
	background-repeat:repeat;
}
/* dejar esto siempre al final del todo */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
	content: ' ';
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/ *
html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.ul_menu_second{
	background-color:#E9E9E9;height:27px;padding-left:15px;list-style:none;background-image:url(http://imagenes.bolsamania.com/whitePixel.gif);background-position:bottom;background-repeat:repeat-x; color:#000000;
}
.itemmenu_second{
	float:left;height:20px;line-height:20px;margin-top:5px;padding-left:5px;padding-right:5px;
}
.itemmenu_second_on{
	border-top:1px solid #FFFFFF; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; border-bottom:1px solid #F4F4F4; background-color:#F4F4F4;font-weight:bold;
}

/* close commented backslash hack */
