body{
	
  font-family: Catamaran, sans-serif;
}
.gris{
	background-color: #28a745;
	height: 15px;
	width: 100%;
}
.menu_fondo{
  /*background: url("../img/fondo.png");
  background-repeat: repeat-x;
  background-position: 50% 50%;
  background: -webkit-linear-gradient(-90deg, rgba(6,45,104,1) 0, rgba(3,67,193,1) 100%);
  background: -moz-linear-gradient(180deg, rgba(6,45,104,1) 0, rgba(3,67,193,1) 100%);
  background: linear-gradient(180deg, rgba(6,45,104,1) 0, rgba(3,67,193,1) 100%);
  background-repeat: repeat-x;
  background-position: 50% 50%;*/
  background-color: #143D35;
}
.fondo{
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.5) ;
}
.menu_letra{
	font-family: gudea, sans-serif;
	font-size: 0.8em;
	text-align: center;

}
.letra{
	font-family: gudea, sans-serif;
	font-size: 1em;
	text-align: center;

}
.titulos{
	font-family: 'Catamaran';
	font-weight: lighter;
	color: #888;	
}
.hr{
	width: 55px;

}
.borde{
	 border: 1px solid rgba(180,180,180,1);
	 background-color: #fff;
}

.grisobscuro{
  background-image: url(../img/gaceta_fondo.png);
	background-color: #ECECF6;
}

.footer2022{
  background-color: #005428;
  color: rgba(255,255,255,.3);
}

.a{
  color: rgba(255,255,255,.3);
}
.a:hover{
  color:#333;
  cursor: pointer;
}
.a:visited{
	color:rgba(255,255,255,.3);
  cursor: pointer;
}