
body {
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 15px;
}

/*fecha*/
.com_fecha{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#999999;
	text-align: right;
	padding-right:5px;
}

/* --------- Pestañas -------- */
ul,li{list-style:none;}


table.wfg_tablist{
		height:25px;
		padding: 0;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		margin-bottom: 1px
}
.wfg_tab{
		/*padding: 0 2px;*/
		padding: 2px;
		/*
		border-right: solid 1px #797B7A;
		border-left: solid 1px #ADADAD;
		*/
		background-color: #E6E7E8;
		height:25px;
		/*line-height:25px;*/
		color:#000;
		font-size:14px;
		font-family: 'Times New Roman';
		cursor:pointer;
		text-align:center;
}
.wfg_tab_activa {
		background-color: #D3D3D3;
		border-right: solid 1px #D3D3D3;
		border-left: solid 1px #D3D3D3;
		color:#000000;
}
.wfg_tab_first{border-left: 0;}
.wfg_tab_last{ border-right: 0;}
/* --------- Fin Pestañas -------- */


/* --------- Botones ---------- */
a.fondo_blanco{background:url(/images/boton_degradado_fondo_blanco.gif) right top;}
a.fondo_blanco span{background:url(/images/boton_degradado_fondo_blanco.gif) left top;}
a.fondo_blanco:active{background:url(/images/boton_degradado_fondo_blanco.gif) right -20px;}
a.fondo_blanco span:active {
	color:#FFFFFF;
	background:url(/images/boton_degradado_fondo_blanco.gif) left -20px;
}

a.fondo_gris{background:url(/images/boton_degradado_fondo_gris.gif) right top;}
a.fondo_gris span{background:url(/images/boton_degradado_fondo_gris.gif) left top;}
a.fondo_gris:active{background:url(/images/boton_degradado_fondo_gris.gif) right -20px;}
a.fondo_gris span:active {
	color:#FFFFFF;
	background:url(/images/boton_degradado_fondo_gris.gif) left -20px;
}

.fondo_gris_boton{background:url(/images/boton_degradado_fondo_gris.gif);}

a.button {
	display:block;
	float:left;
	height:20px;
	line-height:18px;
	text-decoration:none;
	color:#999999;
	font-size:9pt;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	white-space: nowrap;
	text-align:center;
	cursor: pointer;
	_width: 120px;
}

a.button span
{
	display:block; 
	height:20px;
	line-height:18px;
	margin-right:3px;
	padding-left:3px;
	font-weight: bold;
}
/* --------- Fin Botones ----------- */

.containerNews{
		border: solid 3px #D3D3D3;
}
.containerTab{
		background-color: #FFFFFF;
		padding: 3px 5px;
}
.footerTab{
		background-color: #D3D3D3;
		padding-top:10px;
}
.headerTab{
	height: 25px;
	background-color: #D3D3D3;
	padding-left: 5px;
}

.containerNewsDark{
		border: solid 3px #D2D3D4;
}
.containerTabDark{
	/* background-color: #E6E7E9; */
	/* background-color: #E8E9E9; */
	padding: 3px 4px;
}
.footerTabDark{
		background-color: #999999;
		padding-top:10px;
}
.headerTabDark{
	height: 25px;
	background-color: #999999;
	color: #FFFFFF; 
	padding-left: 5px;
}

.title_category_black {
	/* with sharp */
	font-family: 'Times New Roman';
	font-size: 11pt;
	color:#000;
	font-weight:bold;
	border-top:4px solid #000;
	padding-top:5px;
	padding-bottom:5px;
	text-transform: capitalize;
}


.title_category_black_no_capitalize {
	/* with sharp */
	font-family: 'Times New Roman';
	font-size: 11pt;
	color:#000;
	font-weight:bold;
	border-top:4px solid #000;
	padding-top:5px;
	padding-bottom:5px;
	text-transform:none;
}

.title_category_black_no_border {
	/* with sharp */
	font-family: 'Times New Roman';
	font-size: 11pt;
	color:#000;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-transform: capitalize;
}

.news_container {
	margin-bottom:5px;
	padding-top:5px;
}

td.news_container {
		padding-bottom:5px;
		padding-top:6px;
}

.news_content {
		font-family:Verdana,Arial, Helvetica;
		font-size:11px;
		color:#767676;
		display: block;
}

.news_content input{
	margin:5px;
}

.blue_text {
		font-family:Verdana,Arial, Helvetica;
		font-size:13px;
		color:#004676;
		margin-right:5px;
		display: block;
}

.border_top_slim {border-top:1px solid;}
.border_top_grey { border-top:1px solid #D3D3D3;}
.border_bottom_grey { border-bottom:1px solid #D3D3D3;}
.border_right_grey { border-right:1px solid #D3D3D3;}
.border_right_grey { border-right:1px solid #D3D3D3;}
.border_left_grey { border-left: 1px solid #D3D3D3;}
.border_grey { border: 1px solid #999999;}
.border_red { border: 1px solid #FF0000;padding: 2px;}

.width50x100 { width: 50%;}
.width49x100 { width: 49%;}
.width45x100 { width: 45%;}
.width100x100 { width: 100%;}
.floatLeft { float: left;}
.floatRight { float: right !important;}
.alignLeft { text-align: left;}
.alignRight { text-align: right;}
.alignCenter { text-align: center;}
.alignTop { vertical-align:top; }
.alignMiddle { vertical-align:middle; }
.alignBottom { vertical-align:bottom; }
.clear { clear: both;}
.hidden {display: none;}
.marginTop5px { margin-top: 5px; }
.marginTop10px { margin-top: 10px; }
.marginTop15px { margin-top: 15px;}
.marginBottom2px { margin-bottom: 2px; }
.marginTop2px { margin-top: 2px; }
.marginBottom5px { margin-bottom: 5px; }
.marginBottom10px { margin-bottom: 10px; }
.marginBottom15px { margin-bottom: 15px; }
.marginLeft5px { margin-left: 5px; }
.marginLeft15px { margin-left: 15px; }
.marginRight5px { margin-right: 5px; }
.marginRight10px { margin-right: 10px; }
.paddingTop15px { padding-top: 15px !important;}
.paddingLeft15px { padding-left: 15px;}
.paddingLeft5px { padding-left: 5px;}
.paddingTop5px { padding-top: 5px; }
.paddingTop10px { padding-top: 10px; }
.paddingRight5px { padding-right: 5px;}
.paddingRight10px { padding-right: 10px !important}
.paddingLeft10px { padding-left: 10px !important}
.paddingRight20px { padding-right: 20px;}
.paddingBottom20px { padding-bottom: 20px;}
.paddingBottom10px { padding-bottom: 10px;}
.paddingBottom5px { padding-bottom: 5px;}
.paddingBottom4px { padding-bottom: 4px;}
.padding5x5 { padding:5px 5px;}
.nowrap{white-space:nowrap;}
.indent30px {
	text-indent:30px;
	display:block;
}

.red_title {
		padding: 0 10px;
		/*background-color: #FFFFFF;*/
		height:25px;
		line-height:25px;
		color:#BE0F16;
		font-size:14px;
		font-family: 'Times New Roman';
		text-align:left;
}

.black_title {
		padding: 0 10px;
		background-color: #FFFFFF;
		height:25px;
		line-height:25px;
		color:#000;
		font-size:14px;
		font-family: 'Times New Roman';
		text-align:left;
}

.tr_cabecera th {
	/*
	color:#2596BE;
	border-top: solid 1px #D4D2D3;
	border-bottom: solid 1px #D4D2D3;
	padding-left:5px;
	padding-right:5px;
	background-color:#E9E9E9;
	*/
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}

.tr_cuerpo:hover {
	/*
	background-color:#158EBB;
	color:#FFFFFF;*/
	background-color: #E5F2F8;
}

.analysis td {
	font-family:Verdana,Arial, Helvetica;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;
	border-bottom:#D4D2D3 1px dotted;
	height:20px;
	vertical-align:middle;
}

.listnews td {
	font-family:Verdana,Arial, Helvetica;
	font-size:11px;
	padding-right:5px;
	border-bottom:#D4D2D3 1px solid;
	height:20px;
}

a.listnews img {
	padding-left: 5px;
}

.img100px { width:100px; }

.greenText { color:#338E10 !important; }
.redText { color:#BB1112 !important; }
.blueText { color:#0385b6 !important; }
.whiteText { color:#FFF !important; }

.darkGreenText { color:#307730 !important; }
.darkRedText { color:#773030 !important; }

.blackText { color:#000 !important; }
.greyText { color:#333333 !important; font-family: Georgia; font-size: 1.2em; remove font-weight; line-height: 1.416em;  }
.greyTextTops { color:#333333 !important; }
.greyBrightText { color:#d3d3d3 !important; }
.bold { font-weight: bold !important;}

.selectChart {
	font-family:Verdana,Arial, Helvetica;
	font-size:9px;
	color: #767676;
	margin-top: 5px;
	margin-bottom: 5px;
}
.chartSelected {
	font-family:Verdana,Arial, Helvetica;
	font-size:9px;
	color: #BB1112;
	padding-left:5px;
	padding-right:5px;
	cursor: pointer;
}
.chartNoSelected a{
	font-family:Verdana,Arial, Helvetica;
	font-size:9px;
	color: #767676;
	padding-left:5px;
	padding-right:5px;
	cursor: pointer;
}

/**
* GENERAL STYLES
**/
div.general_title_category {
		/* with sharp */
		font-family: "Times New Roman",Times,serif;
		font-size: 15px;
		font-weight:bold;
		color:#2596BE; 
}
div.general_title_category_black {
		/* with sharp */
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 15pt;
		color:#000;
		font-weight:bold;
}
div.general_title_category_red {
		/* with sharp */
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 15pt;
		color:#BE0F16;
		font-weight:bold;
		margin-bottom:5px;
}

div.general_title_category_blue {
		/* with sharp */
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 15pt;
		color:rgb(0, 148, 156);
		font-weight:bold;
		margin-bottom:5px;
}

div.general_list_title {
		font-size:33px;
		line-height:0.95em;
		color: #004276;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-style: normal;
}
div.general_list_title:hover {
		color: #BE0F15;
}

div.general_list_title2 {
		font-size:33px;
		background-color: #FFF;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-style: normal;
}
div.destacados_line_link {
	/* without sharp */
	font-family:Verdana,Arial, Helvetica;
	font-size:11px;
	color: #767676;
	text-decoration: none;
}
.general_news_date {
		font-family:Verdana, Arial, Helvetica;
		font-size:11px;
		color:#004676;
		margin-right:5px;
}
.general_news_date_red {
		font-family:Verdana,Arial, Helvetica;
		font-size:11px;
		color:#BE0F16;
}
.general_news_content_highlight {
		color: #333333;
		font-family: Georgia, Tahoma,Arial,Helvetica,sans-serif;
		font-size:1.2em;
		margin-bottom:15px;
		font-weight:400;
		line-height:1.216em;
}
.general_news_content_related {
		font-family:Tahoma,Arial,Helvetica,sans-serif;
		color:#004276;
		font-size:11px;
		margin-bottom: 2px;
		font-weight:400;
		line-height:13px;
}
.general_news_content_related:hover {
		color:#BE0F15;
}
.general_news_content {
		font-family:Georgia, Verdana, Arial, Helvetica;
		color: #000;
		font-size:11px;
		line-height:16px;
}
.general_news_list_title_medium {
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:22px;
		background-color: #fff;
		color: #004276;
		margin-bottom:5px;
		line-height:26px;
}
.general_news_list_title_medium:hover {
		color: #BE0F15;
}
span.general_news_related_subtitle_blue {
		font-family:Verdana,Arial, Helvetica;
		font-size:11px;
		color:#0385b6;
}
.general_title_medium_red {
		/* with sharp */
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size:15px;
		font-weight:bold;
		color:#BE0F16;
		margin-bottom:5px;
}

.general_title_medium_blue {
		/* with sharp */
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size:15px;
		font-weight:bold;
		color:#319AC0;
		margin-bottom:5px;
}
div.destacados_head {
	/* without sharp */
	float:left;
	background-color:#ffffff;
	width:250px;
	margin-left:6px;
	margin-top:5px;
	margin-bottom:0px;
	padding-bottom:0px;
	display:table-cell;
}

.linea_lateral {
	border-left: 1px solid #CCC;
	padding-right: 5px;
}

img.destacados_head_img {
	width: 85px;
	height: 80px;
	margin-left: 10px;
}

a.destacados_head_title {
	/* without sharp */
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color: #BE0F16;
}

a.destacados_head_lead {
	/* without sharp */
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	background-color: #ffffff;
	color: #767676;
	text-decoration: none;
}

.general_title_small {
		/* with sharp */
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size:14px;
		font-weight:bold;
}

.general_news_list_title_little {
		background-color: #fff;
		color: #004276;
		margin-bottom:5px;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 15px;
		line-height:18px;
		font-weight:bold;
}
.general_news_list_title_little:hover {
		color: #BE0F15;
}
.general_news_list_title_category {
		/* with sharp */
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 11px;
		color:#CC0000;
		margin-top:10px;
		font-weight:bold;
		padding-top:8px;
		text-transform:uppercase;
		
}
.general_authorname {
		font-family:Georgia, Verdana,Arial, Helvetica;
		color:#999;
		font-size:11px;
		margin-bottom: 2px;
		margin-top: 2px;
}
.general_normal_news_content{
		font-family:Verdana,Arial, Helvetica;
		font-size:11px;
		margin-bottom:10px;
}
.general_box_line {
		/*opinião and blogues*/
		float:left;
		min-width:400px;
		height:auto;
}
.general_box_line_box {
		/* used inside of general_box_line in the home */
		float:left;
		margin-bottom:5px;
		width: 200px;
		height:auto;
}
.general_box_little {
		/*  */
		float:left;
		margin-bottom:5px;
		width: 200px;
		height:auto;
}
.general_ranking_number {
		font-family:Verdana,Arial, Helvetica;
		font-size:14px;
		color:#0385b6;
		margin-right:5px;
		margin-left:5px;
}

/**
* 6.3 com_destacados
* middle column
**/

div.destacados_line {
	/* without sharp */
	float:left;
	background-color:#ffffff;
	color:#767676;
	padding-bottom:5px;
	display:table-cell;
	border-bottom: 1px solid #CCC;
}

span.destacados_line_link {
	/* without sharp */
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color: #BE0F16;
	text-decoration: none;
}

a.destacados_line_link {
	/* without sharp */
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	background-color: #ffffff;
	color: #767676;
	text-decoration: none;
}
a.destacados_line_link:hover {
	text-decoration: underline;
}

/**
	* 06_4_com_destacados (editorial)
**/
.editorial_box {
		border-top:4px solid #BE0F16;
		margin-top:10px;
		padding-top:5px;
		margin-bottom:5px;
		padding-bottom:8px;
}

.editorial_subtitle {
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size:17px;
		font-weight: bold;
		line-height:24px;
}

.editorial_content {
		font-family:Georgia, Verdana,Arial, Helvetica;
		font-size:12px;
		margin-bottom:10px;
}

.editorial_authorname {
		font-family:Verdana,Arial, Helvetica;
		color:#999;
		font-size:11px;
		margin-bottom: 2px;
}

/**
	* 15_com_xml_parser
**/

.blogue_box {
		float:left;
		border-top:4px solid #000;
		margin-top:10px;
		padding-top:5px;
		margin-bottom:5px;
		padding-bottom:8px;
		height:auto;
		display:table;
}


.blogue_content {
		font-family:Verdana,Arial, Helvetica;
		color:#999;
		font-size:11px;
		margin-bottom: 2px;
		margin-top:5px;
		color:#686868;
}
.blogue_subtitle {
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size:14px;
		font-weight:bold;
}


/**
	* 06_5_com_destacados (opinion)
**/
.opiniao_box {
		float:left;
		border-top:4px solid #BE0F16;
		margin-top:10px;
		padding-top:5px;
		margin-bottom:5px;
		padding-bottom:8px;
		height:auto;
		display:table;
}

.opiniao_subtitle {
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size:14px;
		padding-right:5px;
}

/**
	* 14_1_com_agenda
**/

/* to use at the titles of the table */
.agenda_table_td_first{
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
		width:100px;
}
.agenda_table_td_middle{
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
		border-left: 1px solid #fff;
		width:150px;
}
.agenda_table_td_last{
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
}
/* to use at the dark line of the table */
.agenda_table_tr_dark_first{
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
		background-color:#D3D3D3;
		vertical-align:top;
}
.agenda_table_tr_dark_middle{
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
		border-left: 1px solid #fff;
		background-color:#D3D3D3;
		vertical-align:top;
}
.agenda_table_tr_dark_last{
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
}
/* to use at the bright line of the table */
.agenda_table_tr_bright_first{
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
		background-color:#e9e9e9;
		vertical-align:top;
}
.agenda_table_tr_bright_middle{
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
		border-left: 1px solid #fff;
		background-color:#e9e9e9;
		vertical-align:top;
}
.agenda_table_tr_bright_last{
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		background-color:#e9e9e9;
}
.agenda_box {
		float:left;
		border-top:4px solid #BE0F16;
		margin-top:10px;
		padding-top:5px;
		margin-bottom:5px;
		padding-bottom:8px;
		height:auto;
		display:table;
}
span.agenda_title_table {
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size:14px;
		font-weight:normal;
		margin: 5px 3px 5px 3px;
}
.agenda_content {
		font-family:Verdana,Arial, Helvetica;
		font-size:11px;
		margin-bottom: 2px;
		color:#686868;
}
/* af */
#table_content_af td {
	padding: 5px 5px;
}

.af_td_gris_line{
		background-color:#e9e9e9;
		vertical-align:top;
}
.af_table_tr_bright_last{
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		background-color:#e9e9e9;
}
.af_table_tr_dark_last{
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		background-color: #D3D3D3;
}

/* alertas */
.alert_td_gris td {
	border-bottom: 1px solid #cccccc;
	padding:5px 5px;
}

.generic_font{
		font-family:Verdana,Arial, Helvetica;
		font-size:11px;
		margin-bottom:10px;
}

.generic_11_black{
		font-family:Verdana,Arial, Helvetica;
		font-size:11px;
		margin-bottom: 2px;
		color:#000;
}

/* Buscador de noticias y de cotizaciones */
	.com_buscador_noticias_title {
	font:10px verdana;
	color:#FFFFFF;
	margin:0px 0px 8px 0px;
	background-color:#00309C;
	padding:2px 2px 2px 5px;
}



.cuadroTextoBuscador {
	height: 17px;
	border:#999999 1px solid;
	font-size:11px;
	color:#999999;
	vertical-align:middle;
	padding-left:5px;
}

.cuadroTextoCuerpo {
	border:#999999 1px solid;
	font-size:11px;
	color:#999999;
	vertical-align:middle;
	padding-left:5px;
}

.textInput {
		background-color: #E9E9E9;
		border: solid 1px #999999;
		font-family: Verdana,Arial, Helvetica;
		font-size: 11px;
		color: #000000;
		width: 150px;
}

.textInput170 {
		background-color: #E9E9E9;
		border: solid 1px #999999;
		font-family: Verdana,Arial, Helvetica;
		font-size: 11px;
		color: #000000;
		width: 170px;
}

.textInput250 {
		background-color: #E9E9E9;
		border: solid 1px #999999;
		font-family: Verdana,Arial, Helvetica;
		font-size: 11px;
		color: #000000;
		width: 250px;
}

.textAreaInput {
		background-color: #E9E9E9;
		border: solid 1px #999999;
		font-family: Verdana,Arial, Helvetica;
		font-size: 11px;
		color: #000000;
		width: 100%;
}

.greyLink {
	font-family:Verdana,Arial, Helvetica;
	font-size:11px !important;
	color:#767676 !important;
}
.blackLink {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px !important;
	color:#000000 !important;
}
.blackLink2 {
	font-family:Verdana,Arial, Helvetica;
	font-size:13px !important;
	color:#000000 !important;
}
.redLink {
	font-family:Verdana,Arial, Helvetica;
	font-size:11px !important;
	color:#BE0F16 !important;
}
.blueLink {
	font-family:Verdana,Arial, Helvetica;
	font-size:11px !important;
	color:#0385b6 !important;
}

.whiteLink {
	font-family:Verdana,Arial, Helvetica;
	font-size:11px !important;
	color:#FFF !important;
}

.divBuscador {
		border-top:1px solid #D3D3D3;
		border-bottom:1px solid #D3D3D3;
		margin-top: 10px;
}

.tablaBuscador {padding: 7px;}
.tablaBuscador td {
		padding: 2px;
		font-family: Verdana,Arial, Helvetica;
		font-size: 11px;
}
/* Fin Buscadores */

/**
* COM_TICKER_V2
**/
.com_ticker_nombre_v2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		color: #000;
		margin: 5px 3px 5px 3px;
}

.com_ticker_num_v2{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		color: #767676;
}
/*
.com_ticker_positivo_v2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: green;
}
.com_ticker_negativo_v2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: red;
}
*/
.com_ticker_cero_v2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: black;
}

.com_ticker_noticia_v2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000;
	
	line-height: 12px;
	cursor:pointer;
}
.combo_v2 {
	font:normal 10px verdana; 
	width:auto; 
	border:1px solid #7F9DB9;
}


/* COM_MENU_BLOCK_V2 */
/* 3.2 */
div.main_menu {
		/* without sharp */
		font-size:14px;
		font-family: 'Times New Roman';
		float:left;
		background-color: #BE0F16;
		height: 30px;
		width: 100%;
}
div.main_menu_options_selected {
		float:left;
		color:#000;
		height:23px;
		padding: 7px 7px 0 7px;
		vertical-align:middle;
		width:auto !important;
		background-color: #E9E9E9;
		border-right:1px solid #ADADAD;
		border-left:1px solid #D3D3D3;
}
div.main_menu_options {
		font-size:14px;
		font-family: 'Times New Roman';
		float:left;
		color:#FFF;
		vertical-align:middle;
		height:23px;
		padding: 7px 7px 0 7px;
		width:auto !important;
		border-right:1px solid #990D10;
		border-left:1px solid #C84044;
}
div.main_menu_options_first {
		font-size:14px;
		font-family: 'Times New Roman';
		float:left;
		color:#FFF;
		vertical-align:middle;
		height:23px;
		padding: 7px 7px 0 7px;
		width:auto !important;
		border-right:1px solid #990D10;
}

div.main_menu_options_login {
		font-size:14px;
		font-family: 'Times New Roman';
		color:#FFF;
		text-align: right;
		vertical-align:middle;
		height:23px;
		padding: 7px 7px 0 7px;
		/* width:100%; */
		background-color:#BE0F16;
}

div.main_menu_options_login a,
div.main_menu_options_login span{
		font-size:14px;
		font-family: 'Times New Roman';
		color:#FFF;
		vertical-align:middle;
		height:25px;
		width:auto !important;
		text-decoration: none;
}

div.main_menu_options_login a:hover{
		color:#000 !important;
		text-decoration: underline;
}

div.main_menu_options_first:hover a,
div.main_menu_options:hover a{
		color:#000 !important;
		font-weight: bold;
}

div.main_menu_options_first:hover,
div.main_menu_options:hover{
		font-size:14px;
		font-family: 'Times New Roman';
		background-color: #E9E9E9;
		border-right:1px solid #ADADAD;
		border-left:1px solid #D3D3D3;
}

.main_menu_options_first a,
.main_menu_options a{
		color:#FFF;
		text-decoration:none;
}

.main_menu_options_selected a{
		color:#000;
		text-decoration:none;
}

div.main_menu_submenu {
		/* without sharp */
		float:left;
		background-color: #D3D3D3;
		height: 30px;
		width: 100%;
}

div.main_menu_submenu_options {
		/* without sharp */
		font-size:14px;
		font-family: 'Times New Roman';
		vertical-align:middle;
		height:23px;
		padding: 7px 7px 0 7px;
		float:left;
}

.main_menu_submenu_options a{
		color: #000;
		text-decoration: none;
}

.main_menu_submenu_options a:hover{
		color: #000;
		font-weight: bold;
}

div.main_menu_submenu_middle {
		/* without sharp */
		padding-top:5px;
		height:25px;
		vertical-align:middle;
		color: #999;
		display:table-cell;
		float:left;
}

div.main_menu_images_options {
		/* without sharp */
		font-size:11px;
		font-family:Tahoma, Geneva, sans-serif;
		vertical-align:middle;
		height:20px;
		padding: 5px 7px 0 7px;
		float:left;
}

div.main_menu_images_middle {
		/* without sharp */
		padding-top:5px;
		height:20px;
		vertical-align:middle;
		color: #999;
		display:table-cell;
		float:left;
}

.main_menu_images_options a{
		color: #767676;
		text-decoration: none;
}

.main_menu_images_options a:hover{
		color: #767676;
		font-weight: bold;
}

.main_menu_title {
		/* with sharp */
		font-family: 'Times New Roman';
		font-size: 15pt;
		color:#000;
		margin-top:10px;
		font-weight:bold;
		padding-top:5px;
		padding-bottom:5px;
		text-transform: capitalize;
}


div.main_menu_horiz{
		background-color:#E9E9E9;
		padding: 0px 8px 5px 8px;
}
div.main_menu_horiz_options {
		height:30px;
		border-top: 1px solid #D3D3D3;
		vertical-align:middle;
		line-height:30px;
}

a.main_menu_horiz_options {
		font-family:Verdana,Arial, Helvetica;
		font-size:11px;
		color: #767676;
}
a.main_menu_horiz_options:hover {
		font-weight: bold;
}

/* Action Sheet */
div.titleSheet span{
		font-family: 'Times New Roman';
		font-size: 18px;
		font-weight: bold;
}

div.subtitleSheet{
		padding: 2px 0 15px 0;
}

div.subtitleSheet span{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		text-transform: none;
}

div.userTab {
		height: 21px;
		padding-top: 4px;
}

div.userTab div {
	display: table-cell;
	vertical-align: bottom;
	height: 20px;
	line-height: 18px;
}

div.userTab span,
div.userTab a {
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
}

.blueGraph {
		background-color: #2695C0;
		color: #FFF;
		position:relative;
}

td.celda
{
	padding:3px;
}

th.celda
{
	padding:3px;
}


th
{
	height:20px;
}


.linea_gris_inferior {
	border-bottom: 1px solid #CCC;
}



/* --------- Market Overview ---------- */
div.marketGraph {
	background: #D9D9D9 url(/images/greySide.gif)  repeat-x right top;
	display:block;
	width: 100%;
	float:left;
	height:19px;
	line-height:17px;
	text-decoration:none;
	text-align: left;
	color:#999999;
	font-size:9pt;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	white-space: nowrap;
	cursor: pointer;
}

div.marketGraph span {
	background: #2695C0 url(/images/blueSide.gif) repeat-x left top;
	display:block;
	height:19px;
	line-height:17px;
	padding-left:3px;
	text-align: left;
	font-weight: bold;
}

ul.circle {list-style:circle;}
li.separation { padding-top:5px; list-style:disc;}


div.capaFlotante
{
	float:left;
	width:472px;
	position:absolute;
	z-index:200;
}

.font11px {
	font-family:Verdana,Arial, Helvetica;
	font-size:11px;
}

.sombra_especiais {
	background-color:#e7e7e9;
	padding: 8px;
}

.sortLink { text-decoration: underline}

/* --------- Fin Market Overview ---------- */


.newsletters_title_category_blue {
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 16pt;
		color:rgb(0, 148, 156);
		font-weight:bold;
		margin-bottom:5px;
}



/* -------- Graficas Barras Verticales AF -------- */
.graficaRecomendacionAf {
	border:0px;
	background: transparent no-repeat url(../../images/BarraRecFundamental.gif);
}
.graficaRecomendacionAf td {
	height:143px;
	text-align:left;
	vertical-align:bottom;
}
.graficaRecomendacionAf td.actual {
	width:168px;
}

.graficaRecomendacionAf td.trimestral {
	width:25px;
}

.graficaRecomendacionAf td.spacer {
	width:45px;
}
.graficaRecomendacionAf td.leyenda {
	height:20px;
}

.graficaComparativaAf {
	background-image: url(../../images/BarraGraf.gif);
	background-repeat: no-repeat;
	width: 310px;
}
.graficaComparativaAf td {
	height:143px;
	text-align:center;
	vertical-align:bottom;
}
.graficaComparativaAf td.barra {
	width:30%;
	height:179px;
}
.graficaComparativaAf td.barra img {
	border:1px;
	width:15px;
}
.graficaComparativaAf td.spacer {
	width:10px;
}
.graficaComparativaAf td.leyenda {
	height:20px;
	text-align:center;
	vertical-align:top;
	color:#000000;
}
.numGrafica {
	font:10px verdana;
	background: transparent;
	text-align: center;
}

/* -------- Fin Graficas Barras Verticales AF -------- */

/* --------Estilos para las capas flotantes ------*/
.capaFlotanteCompartir {
	text-align:center;
	padding:2px;
	float:left;
	width:350px;
	border:1px solid #999;
	background-color:#FFFFFF;
}

.capaFlotante2 {
	float:left;
	width:380px;
	border:1px solid #999;
	background-color:#FFFFFF;
}
/* --------Fin Estilos para las capas flotantes ------*/

/* Tama�o fuentes */
.font12 { font-size: 12px; }
.font10 { font-size: 10px; }
/* Fin tama�o fuentes*/


/* ------ styles to the login ------*/
.login_txt {
    color: #000000;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 24px;
    margin-right: 10px;
    padding-top: 6px;
    text-decoration: none;
    width: auto;
}

.login_box{
    float: left;
    height: 24px;
    margin-right: 10px;
    text-decoration: none;
    width: auto;
}

.login_input {
    border: 1px solid #999999;
    color: #999999;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;
    /* height: 16px; */
	margin: 0px !important;
    padding: 2px;
    width: 120px;
}

.login_message {
	color: #666666;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

/* ------ styles to comments bar util ----- */
.comment_utils {
	background-color: #EEEEEE;
    height: 20px;
    padding: 3px;
}

.denunciar {
    float: left;
    height: 16px;
/*    padding: 2px; */
    width: 180px;
}

.denunciar_txt {
    margin-left: 5px;
}

.sep_utils {
    background-image: url("../../images/comments/sep_utils.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    width: 20px;
}

.socials {
    float: left;
    padding-top: 2px;
    width: 60px;
}

.votacao_txt {
    float: left;
    margin-right: 10px;
    padding-top: 2px;
    text-align: right;
/*    width: 260px; */
	width:auto;
}

.votar_txt {
    float: left;
    padding-top: 2px;
    width: 40px;
}

.v10_666 {
    color: #666666;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.votacao_img {
    float: left;
    padding-top: 4px;
    text-align: center;
    width: 14px;
}

.v11_azul {
    color: #0285B6;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}
.v11_verm {
    color: #BE0E15;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
}

.ver_completo {
    background-image: url("../../images/comments/bt_ver_comment.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 14px;
    margin-bottom: 6px;
    margin-top: 6px;
    padding-left: 6px;
    padding-top: 1px;
}

.v19_fff {
    color: #FFFFFF;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

span.blockDowns {
    background: scroll 261px 6px #EAEBEB;
    color: #DD3C3C;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 8px 0 8px 10px;
    text-align: left;
}
