 ul.llistatnews li
 {
	font-size:12px;
 }
p.llistatnews, p.llistatreports, p.llistatlive, ul.reportarchives li, p.llistatblogs
{
	padding:3px 0 3px 30px;
	margin:6px 0px;
}
ul.llistatnews li
{
	padding:0px 0px 0px 30px;
}
p.llistatnews a, p.llistatreports a, p.llistatlive a, ul.reportarchives li a,  ul.llistatnews li, p.llistatblogs a
{
	font-weight:bold;
}
p.llistatnews,ul.llistatnews li
{
	background:#ffffff url('images/i_news.gif') no-repeat left 3px;
}
p.llistatreports, ul.reportarchives  li, p.llistatblogs
{
	background:#ffffff url('images/i_report.gif') no-repeat left 3px;
}
/*aņadido por henri*/
ul.llistatEcoEvents li, ul.llistatthread li
{
    font-size:12px;
}
p.llistatEcoEvents, p.llistatthread
{
    padding:3px 0 3px 30px;
    margin:6px 0px;
}
ul.llistatthread li, ul.llistatEcoEvents li
{
    padding:0px 0px 0px 30px;
}
p.llistatthread a, p.llistatEcoEvents a
{
	font-weight:bold;   
}
p.llistatEcoEvents, ul.llistatEcoEvents li
{
    background:#ffffff url('images/economicevent.gif') no-repeat left 3px;
}
p.llistatthread, ul.llistatthread li
{
    background:#ffffff url('images/icona_foro.gif') no-repeat left 3px;
}
p.llistatblogs, ul.llistatblogs li
{
	background:#ffffff url('images/icona_blogs.gif') no-repeat left 3px;
}
p.llistatEcoEvents, ul.llistatEcoEvents li
{
	background:#ffffff url('images/icona_calendar.gif') no-repeat left 3px;
}
p.llistatlive, ul.llistatlive li
{
	background:#ffffff url('images/i_webinar.gif') no-repeat left 3px;
}
/************************/
span.titular
{
	font-size:18px;
	border:0px;
	margin:0px;
	padding:0px;
	color:#16387c;
}

/*PARCHE FINS QUE TINGUEM EL JPEG DE COM HA DE QUEDAR EL BUSCADOR DE REPORTS */
/*buscador2Col*/
.buscador2Col
{
	font-size:12px;
	border: 1px solid #fa8802;
	padding: 8px;
	margin: 0 0 0 8px;
	width:450px;
}
.buscador2Col h2{
	background-color: #fa8802;
	color:#fff;
}
.buscador2Col input.text, .buscador2Col textarea, .buscador2Col select
{	
	font-family:Arial, Verdana, Tahoma , Sans-Serif;
	font-size: 11px;
	border: 1px solid #000;
	margin: 0 3px 3px 0;
	color:#012830;	
}
.buscador2Col input.text, .buscador2Col textarea
{	
	width:238px;
	height:15px;
}

.buscador2Col select
{	
	width:240px;
}


.buscador2Col input{
	font-family:Arial, Verdana, Tahoma , Sans-Serif;
	font-size: 11px;
	border: 1px solid #000;
	margin: 0px 3px 3px 10px;
	color:#012830;	
}

.pTags
{
	background: url(/css/images/Tags.gif) 5px 5px no-repeat #f2f2f2;
	border: 1px solid #e5e5e5;
	padding: 10px 10px 12px 75px;
	overflow: auto;
}

h1#alerts.tagsTitle, h1#alerts.tagsTitle a {
color:#999999;
}
h1#alerts.tagsTitle span {
color:#183777;
}

#tagsTip 
{
	margin: 65px 10px 0;
	float: right;
	width:200px;
	overflow:auto;
}

#tagsTip h1 
{
	font-size: 16px;
	margin: 5px 0;
}
#tagsTip ul {	background: #f2f2f2;	margin: 0;	padding: 10px 0;}
#tagsTip ul li {	padding: 5px 5px 5px 10px;	overflow: auto;}
#tagsTip ul li:hover {	background: white; }
#tagsTip ul li a { margin-right: 5px; }
#tagsTip ul li a,#tagsTip ul li span { float: left; }
#tagsTip ul li a.tagsAdd {
	float: right;
	text-indent: -9999px;
	background: url(http://cdn.fxstreet.com/images/tags_sprites.gif) top left;
	display: block;
	width: 14px;
	height: 14px;
}

#tagsTip ul li a.tagsAdd:hover { background-position: bottom left; }

#tagsTip ul li a.tagsRemove {
	float: right;
	text-indent: -9999px;
	background: url(http://cdn.fxstreet.com/images/tags_sprites.gif) top right;
	display: block;
	width: 14px;
	height: 14px;
}

#tagsTip ul li a.tagsRemove:hover { background-position: bottom right; }

/* Cajita de related news en las paginas de News */

#boxRelated {
margin: 7px 10px; 
float: right; 
width: 280px;

}
#boxRelated div{
	padding:8px 6px;
	 border:solid 1px #d5d5d5;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px; /* future proofing */
border-bottom-right-radius: 7px; /* future proofing */
background:white;
}
#boxRelated ul{
list-style:disc;
color:#0B3395;
}
#boxRelated h3{
	width:100%;
	margin:0;
	padding:4px 8px;
	background: url(images/boxNewsHeader.png)no-repeat top left;
}
#boxRelated ul li{
 padding-bottom:4px;
}