/*  STYLES FOR THE FEATURED NEWS WITH PICKER VIEW */
#featured-news-img {
	display: inline;
	float: left;
	width: 342px;
	height: 230px;
}

#featured-news-img img {
	border: 1px solid white;
}

#featured-news-picker {
	display: inline;
	float: left;
	margin-left: 8px;
	height: 230px;
}

.featured-news-picker-img {
	display: block;
	border: 1px solid gray;
	margin-bottom: 3px;
	width: 96px;
	height: 44px;
	overflow: hidden;
}

.featured-news-picker-img:hover {
	border: 1px solid white;
	cursor: pointer;
}

#featured-news-body {
	margin-top: 6px;
	display: block;
	clear: both;
	text-align: left;
}

.topbg {
	padding: 4px;
}

.lowerbg {
	padding: 8px;
}

.addnews{
	padding:2px 0 2px 20px;
	background:url(../images/icons/addnews.png) no-repeat 0 50%;
}

.expirednews{
	padding:2px 0 2px 20px;
	background:url(../images/icons/expirednews.png) no-repeat 0 50%;
}

.viewmorenews{
	padding:2px 0 2px 20px;
	background:url(../images/icons/viewallnews.png) no-repeat 0 50%;
	_background:url(../images/icons/viewallnews.gif) no-repeat 0 50%;
}

div.item-news {
	width: 478px;
	border-bottom-color: rgb(255,13,0);
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	float:left;
}

a.pagination_link {
    border: 0;
}

/* Addthis */
.addthis_counter a.atc_s span {
    color:white;
    font-size: 9px;
}
.addthis_counter a.atc_s {
    border:0;
}


/* Boletin */
div.newsmodule-boletin {
    width: 544px;
    padding-left: 12px;
}
div.item-boletin {
	width: 525px;
	padding-bottom: 10px;
	padding-top: 10px;
	float:left;
}
div.boletin-news-title {
	background-image:url(http://www.foremnavarra.org/themes/foremtheme/images/boletin/noticia.gif);
	width: 556px;
	height: 22px;
	padding-left: 50px;
	padding-top: 8px;
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 13px;
	float:left;
}
a.readmore-boletin {
	color: rgb(255,13,0);
	padding-left: 15px;
	background-image: url(http://www.foremnavarra.org/themes/foremtheme/images/boletin/leercompleta.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px;
}
div.newsitem-title-boletin {
	font-size: 11px;
	font-weight: bold;
}
div.date-boletin {
	color: rgb(76,76,76);
}
div.bodycopy-boletin {
	border-bottom: rgb(102,102,102) dashed 1px;
	padding-bottom: 8px;
	float:left;
}

div.topnews {
    float:left;
    text-align: left;
    width: 100%;
}

div.topnews1 {
	float:left;
	text-align: left;
	width: 50%;
}

div.topnews2 {
	float:left;
	text-align: right;
	width: 50%;
}

/* Home News */
div.fila1{
    width: 552px;
    float:left;
    border-bottom: 1px gray dotted;
    padding-bottom: 15px;
}
div.fila2{
    width: 552px;
    float:left;
    border-bottom: 1px gray dotted;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.fila3 {
    float:left;
    width: 552px;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    background-image:url("../images/linea-dotted.png");
    background-repeat:repeat-y;
}
div.fila3i{
    width: 237px;
    padding-right: 38px;
    float:left;
    min-height: 40px;
    height: auto !important;
    height: 40px;
}
div.fila3d{
    width: 236px;
    padding-left: 38px;
    float:left;
    min-height: 40px;
    height: auto !important;
    height: 40px;
}
div.fila4{
    width: 552px;
    float:left;
    border-bottom: 1px gray dotted;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.fila5{
    width: 552px;
    float:left;
    border-bottom: 1px gray dotted;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.homenews h2 {
    color: rgb(237, 28, 36);
    font-weight: bold;
}

a.homereadmore {
    color: rgb(237, 28, 36);
    border: 0;
    font-weight: bold;
}

div.hspace-home {
    width: 552px;
    height: 12px;
    float:left;
}
div.hspace-home-border {
    width: 552px;
    height: 12px;
    float:left;
    border-bottom: 1px gray dotted;
}

img.homenews-image {
    border: 1px rgb(237, 28, 36) solid;
}


