/* News listing */
#news_details ,
#news_listing {
 margin: 10px 0 15px 15px;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:11px;
}

#news_details.full_list{
 margin: 0px;
}

#news_listing.full_list{
 margin-left:5px;
}

#news_listing .news_item{
 margin-bottom: 25px;
}

#news_listing .created_at{ 
 font-size: 8px;
 font-style:italic;
 color: #666;
}

#news_listing h2{ 
 margin: 0 0 8px 0; 
}

#news_listing.full_list h2{
 margin: 0 0 4px 0;
}

#news_listing a{
 color: #23436A;
 font-size:11px;
 text-decoration: none;
}

#news_listing a:hover{
 color: #000;
 text-decoration: underline;
}

#news_listing .has_attachment a{
 background: url('/news/paperclip.gif') no-repeat;
 padding: 2px 0 0 19px;
}

#news_listing a:hover{ 
 text-decoration: underline; 
 color: #000;
}

#news_listing span.leer_mas{
 display: block;
 margin-top: 15px;
}

#news_listing.full_list span.leer_mas{
 margin-top: 6px;
}


#news_listing span.leer_mas a{
 text-decoration: none;
}

#news_listing span.leer_mas a:hover{
 text-decoration: underline;
 color: #000;
}

/* News details */
#news_details h2{ margin: 10px 0 0px 0; }

#news_details.full_list h2,
 margin: 0 0 4px 0;
}

#news_details .back_to_news{
 color: #666;
 font-size: 12px;
}

#news_details .back_to_news:hover{ color: #000; }

#news_details .created_at{
 color: #888;
 font-size: 10px;
 margin-top: 0px;
}

#news_details .attachment_link {
 margin: 0px;
 background: url('/news/paperclip.gif') no-repeat;
 padding: 2px 0 0 19px;
}

#news_details .attachment_link .important{
 font-size: 12px;
 font-weight: bold;
}

#news_details .attachment_link a{
 color: #0033CC;
 text-decoration: underline;
 font-size: 12px;
}

#news_details .attachment_link a:hover{
 color: #0033FF;
}

#news_details .description{
 font-size: 11px;
 padding: 0 15px 0 0;
 text-align: justify;
 text-indent: 8px;
 line-height: 15px;
}
