body {
  margin: 0px;
  background: #157020;
  scrollbar-face-color: #54B011;
  scrollbar-highlight-color: #54B011;
  scrollbar-shadow-color: #54B011;
  scrollbar-arrow-color: #EEEEEE;
  scrollbar-track-color: #FFCD3F;
  scrollbar-base-color: #54B011;
  scrollbar-3d-light-color: #54B011;
  scrollbar-dark-shadow-color: #54B011;
}

td {
  vertical-align: top;

}

.news_header {
  font-family : Verdana;
  font-size : 11px;
  font-weight: bold;
  color : #DAE532;
}

.news_date {
  font-family : Verdana;
  font-size : 8px;
  color : #FFFFFF;
}

.news_content {
  font-family : Verdana;
  font-size : 10px;
  color : #FFFFFF;
  text-align: justify;
}

a.news_more {
  font-family : Verdana;
  font-size : 8px;
  color : #FFFFFF;
  text-decoration: none;
}

.main_txt {
  font-family : Verdana;
  font-size : 10px;
  color : #FFFFFF;
  text-align: justify;
}

a.oferta {
  font-family : Verdana;
  font-size : 15px;
  font-weight: bold;
  color : #FFFFFF;
  text-decoration: none;
}

a.oferta:hover {
  text-decoration: underline;
}

a.oferta_link {
  font-family : Verdana;
  font-size : 10px;
  color : #DAE532;
  text-decoration: none;
}

a.oferta_link:hover {
  text-decoration: underline;
}


/*COOKIES*/		
#eucookielaw { width:100%; background:rgba(0,0,0,0.9); position:fixed; z-index:100; text-align:center; bottom:0px; padding:10px 0px 10px 0px; color:#CCC; display:none;}
#eucookielaw a#removecookie , #eucookielaw a#more { padding:6px 10px 6px 10px; display:inline-block; background:#eee; border:1px solid #ccc; cursor:pointer; color:#111; margin:10px 5px 5px 5px; -webkit-border-radius: 5px; border-radius: 5px; font-size:11px;}
#eucookielaw a:hover#removecookie , #eucookielaw a:hover#more { background: #111; color:#FFF; border:1px solid #333;}

