﻿#main_navigation ul li#home a { background-color:#660000;  color:#fff; }
#main_navigation ul li#home a:link { background-color:#660000;  color:#fff;  }
#main_navigation ul li#home a:visited { background-color:#660000;  color:#fff;   }


#left_panel
{
	float:left;
	width:530px;
	padding:0;
	margin-right:20px;

}
#right_panel
{
	float:left;
	width:200px;
	padding:0;

}

#news_title
{
    padding-bottom:2px;
    margin-bottom:10px;
    color:#990000;
    text-transform:uppercase;
    font-weight:bold;
    border-bottom: solid 4px #990000;
    font-size:140%;
    letter-spacing:-1px;
    background-color:inherit;
}

#news_list
{
	width:100%;
	margin-top:0px;
}
#news_item
{
    padding-bottom:0px;
    margin-bottom:0px;
}

#news_item_title
{
    padding-bottom:0px;
    margin-bottom:0px;
    font-weight: normal;
}
#news_item_published
{
    padding-bottom:4px;
    margin-bottom:6px;
    border-bottom: dotted 1px #CCCCCC;
}
#news_link
{
    text-align:right;
}

#titulo a
{
    font-size:100%;
    color:#CCCCCC;
}
#titulo a:hover
{
    color:#FFFFFF;
}

#news_item a {	text-decoration:none; color: #666666; font-weight:normal;   }
#news_item a:link { text-decoration :none; color: #666666; font-weight:normal; }
#news_item a:visited { text-decoration :none; color: #666666; font-weight:normal;  }

#news_item a:hover { text-decoration :underline; color: #666666; font-weight:normal;  }


#icon_rss
{
    float:right;
    margin-left:8px;
    margin-top:10px;
}
#text_rss
{
    float:right;
    text-align:right;
    width:160px;
    margin-top:8px;
}