/* Fonts */

 /*Style for the fonts*/
 .region-left .title, .region-right .title{
  line-height: 22px;
  letter-spacing: -1px;
  font-family: "Courier New", Courier, monospace; 
  font-size: 20px; 
  font-weight: 500; 
  font-variant: small-caps;
  color: rgb(203,175,116);
  color: #cccc66;
  border-top: 1px solid #663300; 
  border-bottom: #663300 1px solid;
 }
 .primary-links li a{
  font-family: Courier New,monospaced;
  color:#2E2E2E;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: large;
  font-variant: small-caps ;
  font-weight: 900;
 }
 
 .menu li a{
  font-family: Courier New,monospaced;
  color:#2E2E2E;
  text-decoration: none;
  font-size: small;
  padding-left:0px;
  vertical-align:middle;
  font-weight:bold;
 }
 .menu li a:hover {
  color:blue;
 }
 .menu li a:active {
  color:#4D6980;
 }
 
#search-box input  {
	color:white;
}

 #anuncio-title-content .title a{
  font-family: Courier New,monospaced;
  color:#2E2E2E;
  text-decoration: none;
  font-size: medium;
  font-variant: small-caps ;
  font-weight: 900;
 }
  #noticia-title-content .title a{
  font-family: Courier New,monospaced;
  color:white;
  text-decoration: none;
  font-size: large;
  font-variant: small-caps ;
  font-weight: 900;
 }

 .title {
	color:#444444;
	letter-spacing:-0.5px;
	margin-bottom:8px;
	font-family: Courier New,monospaced;
	text-shadow:#000000 0 0 2px;
	padding-bottom: 0em;
 } 
 #content-header .title {
	color:#444444;
	width: 100%;
	font-size:34px;
	letter-spacing:-0.5px;
	line-height:1.2em;
	margin-bottom:8px;
	font-family: Courier New,monospaced;
	text-shadow:#000000 0 0 2px;
	padding-bottom: 0em;
	border-bottom: 1px solid #444444;
 }
 
 