.img_top_infocol{
	margin-bottom:10px;
}
.column_left_learning{
	float:left;
	width:162px;
}
#learning_content ul{
	list-style-type:disc;
	margin:0 0 0px 15px;
	color:#000;
}
#learning_content{
	width: 821px !important;
	float:left;
	margin:5px 0 0 15px;
	overflow:hidden;
}
#menu_learning_left{
	width:162px;
	margin:5px 0px;
}

.top_menu_learning{
	width:162px;
	background:url(http://cdn.fxstreet.com/images/learning_center/top_menu_left.gif) no-repeat left top;
	height:7px;
}
.bottom_menu_learning{
	width:162px;
	background:url(http://cdn.fxstreet.com/images/learning_center/bottom_menu_left.gif) no-repeat left bottom;
	height:7px;
}
.middle_menu_learning{
	width:162px;
	background:url(http://cdn.fxstreet.com/images/learning_center/middle_menu_left.gif) repeat-y left top;
	padding: 6px 0px 0 0;
}
.middle_menu_learning table{
	padding:0;
	margin:0;
}
.subtitle_learning{
	margin:0 0 0 8px;
	font-size: 9px;
	color:#000;
	padding:0px;
}
.title_learning{
	margin:0 0 0 8px;
	font-size: 9px;
	font-weight:bold;
	color:#000;
}
.recuadro_black, .recuadro_a, .recuadro_b, .recuadro_c, .recuadro_d {
	position:relative;
	width:16px;
	height:22px;
	overflow:visible;
	margin:0 0 3px 6px;
}
.negro_top, .a_top, .b_top, .c_top, .d_top{
	position:absolute;
	z-index:1;
	width:16px;
	height:11px;
	top:2px;
}
.negro_top{
	background-color: #787878;
}
.a_top{
	background-color: #d1c851;
}
.b_top{
	background-color: #7f9b64;
}
.c_top{
	background-color: #518ba2;
}
.d_top{
	background-color: #9f517b;
}
.negro_bottom, .a_bottom, .b_bottom, .c_bottom, .d_bottom{
	position:absolute;
	z-index:1;
	top:11px;
	width:16px;
	height:11px;
}
.negro_bottom{
	background-color: #414144;
}
.a_bottom{
	background-color: #c1b400;
}
.b_bottom{
	background-color: #4e7622;
}
.c_bottom{
	background-color: #015b7f;
}
.d_bottom{
	background-color: #7b0047;
}


div.title_unit h2{
	font-size: 24px;
	padding-left:0px;
	margin:5px 0 15px 0;
}

.color_a{
	color:#c1b400;
}
.color_a a{
	color:#9D9200;
}

.color_b{
	color:#4d751e;
}
.color_b a{
	color:#3E5E17;
}
.color_c{
	color:#015b7f;
}
.color_c a{
	color:#014863;
}
.color_d{
	color:#7b0045;
}
.color_d a{
	color:#660038;
}
/*titulos de los indices*/
#chapter_a_content h2, #chapter_a_content h2 a{
	color:#c1b400;
}
#chapter_a_content h2 a:hover{
	color:#c1b400;
}
#chapter_b_content h2, #chapter_b_content h2 a{
	color:#4d751e;
}
#chapter_b_content h2 a:hover{
	color:#4d751e;
}
#chapter_c_content h2, #chapter_c_content h2 a{
	color:#015b7f;
}
#chapter_c_content h2 a:hover{
	color:#015b7f;
}
#chapter_d_content h2, #chapter_d_content h2 a{
	color:#7b0045;
}
#chapter_d_content h2 a:hover{
	color:#7b0045;
}
ul.list_num_index{
	list-style-type:decimal;
	margin-left:20px;
}
/*paginador */
.content_paginador{
	width:100%;
	padding:20px 0 0 220px;
}
.content_paginador_top{
	width:100%;
	padding:0 0 0 220px;
	margin-bottom:40px;
}
ul.paginador{
	list-style:none;
}
ul.paginador li{
	display:inline;
	float:left;
}
ul.paginador li p, ul.paginador li a.pag{
	display:block;
	margin:0 2px;
	padding:2px 4px;
	background:url(http://cdn.fxstreet.com/images/learning_center/back_button_pag.png) repeat-x left top;

}

ul.paginador li p{
	color:#000;
	border:solid 1px #000;
}

#chapter_a_content ul.paginador li a.pag{
	color:#c1b400;
	border:solid 1px #c1b400;
	border-color: #c1b400 #958A00 #958A00 #c1b400;
}
#chapter_a_content ul.paginador li a.pag:hover{
	border-color: #958A00 #c1b400  #c1b400 #958A00;
	background:url(http://cdn.fxstreet.com/images/learning_center/back_button_pag_down.png) repeat-x left top;
}
#chapter_b_content ul.paginador li a.pag{
	color:#4d751e;
	border:solid 1px #4d751e;
	border-color: #4d751e #20300C #20300C #4d751e;
}
#chapter_b_content ul.paginador li a.pag:hover{
	border-color: #20300C #4d751e #4d751e #20300C;
	background:url(http://cdn.fxstreet.com/images/learning_center/back_button_pag_down.png) repeat-x left top;
}
#chapter_c_content ul.paginador li a.pag{
	color:#015b7f;
	border:solid 1px #015b7f;
	border-color: #015b7f #013447 #013447 #015b7f;
}
#chapter_c_content ul.paginador li a.pag:hover{
	border-color: #013447 #015b7f #015b7f #013447;
	background:url(http://cdn.fxstreet.com/images/learning_center/back_button_pag_down.png) repeat-x left top;
}
#chapter_d_content ul.paginador li a.pag{
	color:#7b0045;
	border:solid 1px #7b0045;
	border-color: #7b0045 #4F002C #4F002C #7b0045;
}
#chapter_d_content ul.paginador li a.pag:hover{
	border-color: #4F002C #7b0045 #7b0045 #4F002C ;
	background:url(http://cdn.fxstreet.com/images/learning_center/back_button_pag_down.png) repeat-x left top;
}
/*fin pag footer*/
div.title_unit span.title_unit{
	font-size: 27px;
	color:#414141;
	font-weight:300;
}

#tabs_chapter_content{
	background:url(http://cdn.fxstreet.com/images/learning_center/top_recuadro_unit_a.gif) no-repeat left 28px;
	height:35px;
	width:812px;
	padding-left:9px;
}

#tabs_chapter_content_a{
	background:url(http://cdn.fxstreet.com/images/learning_center/top_recuadro_unit_a.gif) no-repeat left 28px;
	height:35px;
	width:812px;
	padding-left:9px;
}
#chapter_a_content{
	background:url(http://cdn.fxstreet.com/images/learning_center/middle_recuadro_unit_a.gif) repeat-y top left;
	width:721px;
	padding:25px 50px 40px 50px;
}
#chapter_a_content , #chapter_b_content , #chapter_c_content , #chapter_d_content {
	color:#000;
}
#footer_chapter_content{
	background:url(http://cdn.fxstreet.com/images/learning_center/bottom_recuadro_unit_a.gif) no-repeat top left;
	width:821px;
	height:8px;
}
#footer_chapter_content_a{
	background:url(http://cdn.fxstreet.com/images/learning_center/bottom_recuadro_unit_a.gif) no-repeat top left;
	width:821px;
	height:8px;
}
#tabs_chapter_content_b{
	background:url(http://cdn.fxstreet.com/images/learning_center/top_recuadro_unit_b.gif) no-repeat left 28px;
	height:35px;
	width:812px;
	padding-left:9px;
}
#chapter_b_content{
	background:url(http://cdn.fxstreet.com/images/learning_center/middle_recuadro_unit_b.gif) repeat-y top left;
	width:721px;
	padding:30px 50px 40px 50px;
}

#footer_chapter_content_b{
	background:url(http://cdn.fxstreet.com/images/learning_center/bottom_recuadro_unit_b.gif) no-repeat top left;
	width:821px;
	height:8px;
}
#tabs_chapter_content_c{
	background:url(http://cdn.fxstreet.com/images/learning_center/top_recuadro_unit_c.gif) no-repeat left 28px;
	height:35px;
	width:812px;
	padding-left:9px;
}
#chapter_c_content{
	background:url(http://cdn.fxstreet.com/images/learning_center/middle_recuadro_unit_c.gif) repeat-y top left;
	width:721px;
	padding:30px 50px 40px 50px;
}

#footer_chapter_content_c{
	background:url(http://cdn.fxstreet.com/images/learning_center/bottom_recuadro_unit_c.gif) no-repeat top left;
	width:821px;
	height:8px;
}
#tabs_chapter_content_d{
	background:url(http://cdn.fxstreet.com/images/learning_center/top_recuadro_unit_d.gif) no-repeat left 28px;
	height:35px;
	width:812px;
	padding-left:9px;
}
#chapter_d_content{
	background:url(http://cdn.fxstreet.com/images/learning_center/middle_recuadro_unit_d.gif) repeat-y top left;
	width:721px;
	padding:30px 50px 40px 50px;
}

#footer_chapter_content_d{
	background:url(http://cdn.fxstreet.com/images/learning_center/bottom_recuadro_unit_d.gif) no-repeat top left;
	width:821px;
	height:8px;
}

ul.tabs_chapter_a, ul.tabs_chapter_b, ul.tabs_chapter_c, ul.tabs_chapter_d{
	list-style:none;
}
ul.tabs_chapter_a li, ul.tabs_chapter_b li, ul.tabs_chapter_c li, ul.tabs_chapter_d li{
	margin:0px ;
	display: inline;
	float: left;
	width:130px;
}
ul.tabs_chapter_a li.index_chapter,ul.tabs_chapter_b li.index_chapter,ul.tabs_chapter_c li.index_chapter,ul.tabs_chapter_d li.index_chapter{
	margin:0px;
	width:129px;
}
ul.tabs_chapter_a li.chapter_a_selected a {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_index_a.gif);
	width: 122px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #000;
	text-decoration: none;
	background-repeat:no-repeat;
}
ul.tabs_chapter_a li.chapter_a_out_service, 
ul.tabs_chapter_b li.chapter_b_out_service,
ul.tabs_chapter_c li.chapter_c_out_service,
ul.tabs_chapter_d li.chapter_d_out_service {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_chapter_a_out_service.gif);
	width: 125px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #FFF;
	text-decoration: none;
	background-repeat:no-repeat;

}
ul.tabs_chapter_a li.chapter_a a {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_chapter01_a.gif);
	width: 125px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #FFF;
	text-decoration: none;
	background-repeat:no-repeat;

}
ul.tabs_chapter_a li.practice_a a {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_practice_a.gif);
	width: 125px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #FFF;
	text-decoration: none;
	background-repeat:no-repeat;

}
ul.tabs_chapter_b li.chapter_b_selected a{
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_index_b.gif);
	width: 122px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #000;
	text-decoration: none;
	background-repeat:no-repeat;
}
ul.tabs_chapter_b li.chapter_b a {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_chapter_b.gif);
	width: 125px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #FFF;
	text-decoration: none;
	background-repeat:no-repeat;

}
ul.tabs_chapter_b li.practice_b a {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_practice_b.gif);
	width: 125px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #FFF;
	text-decoration: none;
	background-repeat:no-repeat;

}
ul.tabs_chapter_c li.chapter_c_selected a {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_index_c.gif);
	width: 122px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #000;
	text-decoration: none;
	background-repeat:no-repeat;
}
ul.tabs_chapter_c li.chapter_c a {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_chapter_c.gif);
	width: 125px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #FFF;
	text-decoration: none;
	background-repeat:no-repeat;

}
ul.tabs_chapter_c li.practice_c a {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_practice_c.gif);
	width: 125px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #FFF;
	text-decoration: none;
	background-repeat:no-repeat;

}
ul.tabs_chapter_d li.chapter_d_selected a {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_index_d.gif);
	width: 122px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #000;
	text-decoration: none;
	background-repeat:no-repeat;
}
ul.tabs_chapter_d li.chapter_d a {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_chapter_d.gif);
	width: 125px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #FFF;
	text-decoration: none;
	background-repeat:no-repeat;

}
ul.tabs_chapter_d li.practice_d a {
	display: block;
	background:url(http://cdn.fxstreet.com/images/learning_center/tab_practice_d.gif);
	width: 125px;
	height: 29px;
	padding:6px 0 0 8px;
	font-size:16px;
	color: #FFF;
	text-decoration: none;
	background-repeat:no-repeat;

}
.hr_punteado{
	height:1px;
	border:0px none;
	border-bottom:dotted 1px #414141;
	width:721px;
	margin:15px 0px 10px 0;
	padding:0px;
}
.tb_number_chapter{
	width:100%;
}
.td_number_chapter{
	width:123px;
}
td.points_chapter{
	padding:5px 0 0 0px;
}

td.points_chapter h2{
	font-size: 24px;
	margin:0px;
	padding:0px;
}
td.points_chapter span.title_unit{
	font-size: 24px;
	color:#414141;
	font-weight:300;
}
h1.number{
	margin-top:0px;
	padding-top:0px;
	font-size:66px;
}
#chapter_a_content h1.number{
	color:#c1b400;
}
#chapter_b_content h1.number{
	color:#4d751e;
}
#chapter_c_content h1.number{
	color:#015b7f;
}
#chapter_d_content h1.number{
	color:#7b0045
}

span.weight_normal{
	font-weight: normal;
}
ul.points_chapter{
	list-style-type:decimal !important;
	margin:10px 0 10px 10px;
}
ul.points_chapter li{
	color:#59595b;
	margin:0 0 3px 8px;
	padding-left: 0px;
}
ul.points_chapter li a{
	color:#59595b;	
} 
ul.points_chapter li a:hover{
	color:#59595b;	
} 
ul.points_chapter li a:visited{
	background: url(http://cdn.fxstreet.com/images/learning_center/v_grey_small.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:22px;
}
.square_foro{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_foro.gif) no-repeat;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;
}
.square_rss{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_rss.gif) no-repeat;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;
}
.square_link{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_link.gif) no-repeat;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;	
}
.square_link ul{
	list-style-type:disc;
	margin:0 0 0px 15px;
	color:#59595b;
}
.square_tag_green{
	background: #f5f5f5 url(.http://cdn.fxstreet.com/images/learning_center/icon_tag_green.gif) no-repeat ;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;	
}
.square_warning{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_warning.gif) no-repeat;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;	
}
.square_printer{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_printer.gif) no-repeat;
	padding:75px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;
}
.square_graf_up{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_graf_up.gif) no-repeat;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;	
}
.square_dolar{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_dolar.gif) no-repeat;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;	
}
.square_faq{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_faq.gif) no-repeat;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;	
}
.square_info{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_info.gif) no-repeat;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;	
}

.square_quotes{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/quotes_grey.gif) no-repeat ;
	padding:20px 5px 20px 40px;
	margin:0px 0 23px 0;
	color:#59595b;
	min-height:30px;	
}

#chapter_a_content b,
#chapter_a_content strong,
#chapter_a_content p strong,
#chapter_a_content ul strong{
	color:#c1b400;
}
#chapter_b_content b,
#chapter_b_content strong,
#chapter_b_content p strong,
#chapter_b_content ul strong {
	color:#4d751e;
}
#chapter_c_content b,
#chapter_c_content strong,
#chapter_c_content p strong,
#chapter_c_content ul strong{
	color:#015b7f;
}
#chapter_d_content b,
#chapter_d_content strong,
#chapter_d_content p strong,
#chapter_d_content ul strong{
	color:#7b0045;
}
.square_video{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_video.gif) no-repeat  ;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;	
}
.square_psyco{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_psico.gif) no-repeat;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;	
}
.square_tablet{
	background: #f5f5f5 url(http://cdn.fxstreet.com/images/learning_center/icon_board.gif) no-repeat;
	padding:65px 0 0 85px;
	margin:23px 0;
	color:#59595b;
	min-height:30px;	
}
.square_tablet ul li, .list_topics, .square_psyco ul li, .square_video ul li, .square_quotes ul li, .square_info ul li, .square_faq ul li, .square_dolar ul li, .square_graf_up ul li, .square_printer ul li, .square_warning ul li, .square_tag_green ul li, .square_link ul li, .square_foro ul li, .square_rss ul li{
	list-style-type:disc;
	margin:0 0 0px 15px;
	color:#59595b;
}
#learning_content h2{
	font-size: 20px;
	font-weight:bold;
	text-transform: none;
}
#learning_content h3.ccc{
	font-size: 18px;
	font-weight:bold;
	text-transform: none;
}
#learning_content h3.ccc a{
	text-decoration:underline;
}
#learning_content h3{
	font-size: 16px;
	font-weight:normal;
	text-transform: none;
	padding:10px 0;
}
#chapter_a_content h2,#chapter_a_content h3,#chapter_a_content h3 a,#chapter_a_content h4{
	color:#c1b400;
} 
#chapter_b_content h2, #chapter_b_content h3, #chapter_b_content h3, #chapter_b_content h3 a,#chapter_b_content h4{
	color:#4d751e;
} 
#chapter_c_content h2, #chapter_c_content h3, #chapter_c_content h3, #chapter_c_content h3 a,#chapter_c_content h4{
	color:#015b7f;
} 
#chapter_d_content h2, #chapter_d_content h3, #chapter_d_content h3, #chapter_d_content h3 a,#chapter_d_content h4{
	color:#7b0045;
} 

div.image_ilustrator,
div.image_ilustration{
	padding:10px 0;
	width:100%;
	text-align:center;
}
.img_footer{
	font-size: 10px;
	color:#59595b;
}

.tachado{
	text-decoration:line-through;
}
p.continue{
	float:right;
	font-size: 10px;
	color:#59595b;
}
p.grey_cite{
	color:#59595b;
}
.banck_list{
	width:100%;
	text-align:center;
}
.banck_list ul li{
	margin-bottom: 5px;
}
.red{
	color:#AB4749;
	font-weight: bold;
}
.green{
	color:#45A754;
	font-weight: bold;
}
.blue{
	color:#387ACB;
	font-weight: bold;
}
.orange{
	color:#EF7821;
	font-weight: bold;
}
.img_marshall{
	margin:10px 0 0 30px;
}
.img_right{
	display:inline;
	float:right;
}
.img_right p{
	text-align:center;
}
.none_point li{
	list-style-type:none;
}
a.glossary{
		font-weight:bold;
}
.size_large{
	font-size:14px;
}
.size_small{
	font-size:10px;
}
.size_normal{
	font-size:12px;
}
#learning_content ul.list_numeric{
	list-style-type:decimal;
	margin-left:35px;
}
.list_latin{
	list-style-type:lower-latin;
	margin-left:35px;
}
.margin_center{
	margin:0 auto ;
}
/*pestañas ocultas*/

/*li.chapter_d, li.practice_d{
	display:none;
	visibility:hidden;
}*/
/*boton top*/
#chapter_a_content a.pag_top{
	float:right;
	background-image: url(http://cdn.fxstreet.com/images/learning_center/top_a.gif) ;
	background-repeat:no-repeat;
	padding:0 30px 20px 0;
}
#chapter_b_content a.pag_top{
	float:right;
	background-image: url(http://cdn.fxstreet.com/images/learning_center/top_b.gif);
	background-repeat:no-repeat;
	padding:0 30px 20px 0;
}
#chapter_c_content a.pag_top{
	float:right;
	background-image: url(http://cdn.fxstreet.com/images/learning_center/top_c.gif);
	background-repeat:no-repeat;
	padding:0 30px 20px 0;
}
#chapter_d_content a.pag_top{
	float:right;
	background-image: url(http://cdn.fxstreet.com/images/learning_center/top_d.gif);
	background-repeat:no-repeat;
	padding:0 30px 20px 0;
}
/* GLOSSARY*/
dl.list_lc_glossary{

}
#learning_content dt.word_lc_glossary{
	color:#626466;float: left;
	font-weight:bold;
	margin-right:3px;
}
#learning_content dd.definition_lc_glossary{
	color:#626466;
	margin:0px 0 10px 25px;
	border-left:1px solid #626466;
	padding-left:5px;
	line-height:15px;
	width:770px;
}
.hr_word_lc_glossary{
	width:25px;
	border:0;
	border-top:1px solid #626466;
	margin:1px 0 0 0;
}
.color_w, a.color_w, a.color_w:hover{
	color: #626466;
}
.tb_chapters_index{
	margin:5px 0;
}
.tb_chapters_index h2.number,.tb_chapters_index h2.color_w , .middle_index_content h1{
	font-size:19px;
	
}
.tb_chapters_index h1.number{
	font-size:28px;
	margin-top:8px;
}
.hr_punteado_index{
	height:1px;
	border:0px none;
	border-bottom:dotted 1px #414141;
	width:630px;
	margin:15px 0px 10px 0px;
	padding:0px;
}
/* INDEX*/
.top_index_content{
	background: url(http://cdn.fxstreet.com/images/learning_center/fondo_top_index.png) no-repeat ;
	width:821px;
	height:16px;
	margin-bottom:0px;
	margin-top:40px;
}
.middle_index_content{
	background: url(http://cdn.fxstreet.com/images/learning_center/fondo_middle_index.png) repeat-y ;
	width:721px;
	margin-top:0px;
	padding: 35px 50px 25px;
}
.bottom_index_content{
	background: url(http://cdn.fxstreet.com/images/learning_center/fondo_bottom_index.png) no-repeat ;
	width:821px;
	height:11px;
}
.content_more_info{
	width: 250px;
	float:right;
	margin-left: 20px;
}
.top_more_info{
	background: url(http://cdn.fxstreet.com/images/learning_center/fondo_top_info.png) no-repeat ;
	background-position:left bottom;
	width:252px;
	height:9px;
}
.titulo_more_info{
	background: url(http://cdn.fxstreet.com/images/learning_center/fondo_middle_info.png) repeat-y ;
	padding-left:16px;
	color:#17387b;
	font-size:18px;
	font-weight:bold;
	padding-top:10px ;
	
}
.celdas_more_info{
	background: url(http://cdn.fxstreet.com/images/learning_center/fondo_middle_info.png) repeat-y ;
	padding-left:16px;
	color:#58595b;
	padding-top:10px ;	
}
.celdas_more_info a.link_more_info , .celdas_more_info a.link_more_info:hover{
	background: url(http://cdn.fxstreet.com/images/learning_center/point_grey.gif) no-repeat ;
	padding-left:9px;
	color:#58595b;
	font-size:16px;
}
.bottom_more_info{
	background: url(http://cdn.fxstreet.com/images/learning_center/fondo_bottom_info.png) no-repeat ;
	width:252px;
	height:6px;
}
.size_letra{display:none;}

/* AÑADIDO POR SERGIO */

div#more_info {
	float: right; 
	background: #f5f5f5;
	width: 200px;
	padding: 15px;
	margin: 0 0 10px 10px;
}

div#more_info h1 {
	margin: 0;
	font-size: 16px;
	color: #a0a0a0;
}

div.icons { margin-top: 25px; }

div.icons h2 { font-size: 16px; }

div.icons p { margin-top: 0; }

div.icons img {
	width: 50px;
	width: 50px;
	float: left;
	margin: 0 10px 10px 0;
}

div.lc_featured {
	margin: 20px 0 10px;
	overflow: auto;
}

div.lc_featured .left {
	width: 350px;
	float: left;
	background: #f5f5f5;
	padding: 10px 20px;
	font: italic 16px Georgia;
}

div.lc_featured .right {
	float: right;
	margin-right: 20px;
}

.subscribe_link{
    display:block;
    padding:12px 0 0 48px;
    font-size:12px;
    width:400px;
    height:33px;
    background: url(http://cdn.fxstreet.com/images/learning_center/back_subscribe_lc1.jpg) no-repeat;
    }
/*Practice*/
.top_rs_pract{
	background: url(http://cdn.fxstreet.com/images/fondo_top_rs_pract_wide.png) no-repeat ;
	width:440px;
	height:8px;
	margin:0px;
	padding:0;
}
.middle_rs_pract{
	background: url(http://cdn.fxstreet.com/images/fondo_middle_rs_pract_wide.png) repeat-y ;
	width:400px;
	margin-top:0px;
	padding: 35px 20px 25px 20px;
}
.celdas_rs_pract ul li{
color:#000;
}
.bottom_rs_pract{
	background: url(http://cdn.fxstreet.com/images/fondo_bottom_rs_pract_wide.png) no-repeat ;
	width:440px;
	height:6px;
}
.content_rs_pract{
	float:right;
	margin-left: 30px;
}
.titulo_rs_pract{
	background: url(http://cdn.fxstreet.com/images/fondo_middle_rs_pract_wide.png) repeat-y ;
	padding-left:16px;
	color:#17387b;
	font-size:16px;
	font-weight:bold;
	padding-top:10px ;
}
.celdas_rs_pract{
	background: url(http://cdn.fxstreet.com/images/fondo_middle_rs_pract_wide.png) repeat-y ;
	padding:0px 20px;
	padding-top:10px ;	
	color:#000;
}

/* GLOSSARY EDUCATION */
/*Modificació 21/05/2010*/
.letterlist {
	width:81%;
	background:#f4f4f4;
	text-align:center;
	padding:5px
}
.letterlist .letter a {
	font-weight:bold;
	width:10px;
	display:inline-block;
	padding:4px 6px;
}
.letterlist .letter {
	display:inline;
	padding:4px 6px
}
.letterlist .letter a:hover {
	background-color:#A0A0A0;
	color:#fff;
}
.letterlist .active{
	background-color:#A0A0A0;
	color:#fff;
}



ul.index li { margin: 10px 0; }

.list_lc_glossary dt {
    font-size: 20px;
    font-weight: bold;
    margin: 14px 0;
}

ul.index {
    list-style-type: disc;
    list-style-position: inside;
}

