/* CSS layout*/

#texto {
    font-family: Verdana;
    font-size: 10pt;
    position: relative;
    width: 90%;
    left: 5%;
    top: 2px;
}

#barra {
	color: #ffffff;
    background-color: #3B5998;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

#top_nav ul
{
    color: #ffffff;
	padding: 0;
    margin: 0;
    width: 70%;
    background-color: #3B5998;
    float:left;
}

#top_nav ul a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#top_nav li
{
    color: #ffffff;
	border-right-style:solid;
    border-right-width: thin;
    padding-right: 3px;
    padding-left: 3px;
}

#top_nav li a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#top_nav li.last
{
	color: #ffffff;
    border-right-style:none;
}


.horz_list li {
	color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: left;
    overflow: hidden;
    background-color: #3B5998;
    border-right-style:thin;
    /*border-right-width:thin;*/
    padding-right: 10 px;
    padding-left: 10 px;
}

.horz_list li.last
{
    border-right-style:none;
}

.horz_list a:link
{
  color: #ffffff;
  text-decoration: none;
}

.horz_list a:visited
{
  color: #ffffff;
  text-decoration: none;
}

.horz_list a:hover {
  color: #ffffff;
  text-decoration: underline;

}

#login 
{
    color: #ffffff;
    background-color: #3B5998;
}

#login a:link
{
  color: #ffffff;
  text-decoration: none;
}

#login a:visited
{
  color: #ffffff;
}

#login a:hover
{
    color: #ffffff;
    text-decoration: underline;
}


.banner {
    background-repeat:no-repeat;
    padding-bottom: 10px;
	border: 0;
	text-decoration: none;
}

#banner a {
    float: left;
	text-decoration: none;
}
	
#banner iframe {							
	float: left;
	text-decoration: none;
}

.clear { clear: both; }

#zero {
    font-family: Verdana;
	color:#000000;
    margin:0;
	padding:0;
	font-size: 10pt;
}

#zero a:hover
{
    text-decoration: underline;
}


#masthead {
    display: inline;
    background-color: #3B5998;
    background-repeat:no-repeat;
    float:left;
    width:135px;
    border: 0;

}

#masthead h1 {
    font-size: 1em;
    float: left;
    padding: 0;
    margin: 0;
    background-color: #3B5998;
    color: #ffffff;
}

.border_less
{
    border: 0;
}

#page_content {
    font-size: 1.2em;
}


.news_item {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1em;
	margin: 0;
	display: inline;
}

.news_item_title {
	padding-top: 1px;
    display:inline;
    font-size: .8em;
    font-weight: normal;	
	vertical-align:top;
	text-indent: 30px;
}

.news_item_title2 {	
    padding-left: 30px;
	padding-bottom: 0px;
	margin: 0;
    font-size: .8em;
    font-weight: normal;
}

.news_item_url {
    display:inline;
    font-size: .7em;
    font-weight: normal;
    color:#666666;
	margin: 0;
}

.news_item_number
{
    text-align: right;
	font-size: .8em;
    color:#000000;
	margin: 0;
}


.news_info
{
    font-size: .7em;
    color:#000000;
    text-indent: 40px;
	margin: 0;
}

.news_info a:link { color: #000000; }
.news_info a:visited { color: #000000; }

.news_item_info
{
    font-size: .7em;
    color:#000000;
    text-indent: 30px;
	margin: 0;
}

.news_item_info a:link { color: #000000; }
.news_item_info a:visited { color: #000000; }

.news_item_info2
{
    font-size: .7em;
    color:#000000;
    text-indent: 30px;
	margin: 0;
	background-color: #dfdfff;
	display: block;
}


.news_item_content
{
    font-size: .7em;
    color:#000000;
    text-indent: 30px;
}

#footer {
    text-align: center;
    font-size: .7em;
    color:#000000;
}

#footer a { text-decoration: none }


.comments_count {

}

#more_items_link {
    margin: 30px;
}

#more_items_link a{
    text-decoration: none;
    color: #000000;
}

.news_item a:link, a:visited {
  color: black;
  text-decoration: none;
}

.news_item a:visited {
  color: gray;
  text-decoration: none;
}

.news_item_user a:link {
  color: #000000;
}

.news_item_user  a:hover {
  color: #000000;
  text-decoration: underline;
}

.comments_count a:link {
  color: #000000;
}

.comments_count a:hover {
  color: #000000;
  text-decoration: underline;
}

.comments_count a:visited {
  color: #000000;
}

.vote_button {
    border: 0;
}

.left_col {
    width: 100px;
}

.comment_content b {
    font-size: .8em;
}


*/
