/*    */
/*
	######################################################################################
	Nombre: CSS Adicional programación
	Descripción: Lugar donde los programadores puedan incluír aparte el CSS que necesiten
				 para cada proyecto.
	######################################################################################
*/
#muestraNoticiasEU a:link,
#muestraNoticiasEU a:visited,
#muestraNoticiasFGE a:link,
#muestraNoticiasFGE a:visited {
  color: black;
  text-decoration: none;
}
#muestraNoticiasEU a:hover,
#muestraNoticiasFGE a:hover {
  color: #666;
}
#menuLat {
  border-top: 4px solid orange;
  padding-top: 20px;
  margin-top: 58px;
}
#menuLat a:link,
#menuLat a:visited {
  display: block;
  border-bottom: 1px solid #ddd;
  color: #666 !important;
  padding-right: 10px;
  text-decoration: none;
  font-style: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  /*text-transform: uppercase;*/
}
#menuLat a:hover {
  background: #eee;
}
.btnDefault {
  height: 30px;
  line-height: 30px;
  /*  width:116px; */
  text-align: center;
  text-decoration: none;
  background: orange;
  color: #fff;
  padding: 0 15px;
  margin: 0;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
}
#btnSubmit.btnDefault {
  height: 30px;
  line-height: 30px;
  /*  width:116px; */
  text-align: center;
  text-decoration: none;
  background: orange;
  color: #fff;
  padding: 0 15px;
  margin: 0;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
}
#btnSubmit.btnDefault:hover {
  background: orange;
  text-decoration: none;
  color: #eee;
}
#btnCancelar.btnDefault {
  height: 30px;
  line-height: 30px;
  background: orange;
  text-align: center;
  text-decoration: none;
  color: #454545;
  padding: 0 15px;
  margin: 0;
  border: 0;
  cursor: pointer;
  color: white;
}
#btnCancelar.btnDefault:hover {
  text-decoration: none;
  color: #eee;
}
.tabForm {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px;
}
.titH2 {
  color: #666;
  font-weight: normal;
  margin: 15px 0 3px 0;
  font-size: 22px;
}
chk {
  border: 0px;
  background: none;
}
/* PAGINADO */
#btnPagSig.btnDefault {
  height: 20px;
  width: 116px;
  text-align: center;
  background: none;
  text-decoration: none;
  color: #454545;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
}
#btnPagSig.btnDefault:hover {
  background: none;
  text-decoration: none;
  color: #000;
}
#btnPagAnt.btnDefault {
  height: 20px;
  width: 116px;
  text-align: center;
  background: none;
  text-decoration: none;
  color: #454545;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
}
#btnPagAnt.btnDefault:hover {
  background: none;
  text-decoration: none;
  color: #000;
}
#btnPagPri.btnDefault {
  height: 20px;
  width: 116px;
  text-align: center;
  background: none;
  text-decoration: none;
  color: #454545;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
}
#btnPagPri.btnDefault:hover {
  background: none;
  text-decoration: none;
  color: #000;
}
#btnPagFin.btnDefault {
  height: 20px;
  width: 116px;
  text-align: center;
  background: none;
  text-decoration: none;
  color: #454545;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
}
#btnPagSig.btnDefault:hover {
  background: none;
  text-decoration: none;
  color: #000;
}
#text b {
  font-weight: 600;
}
/*# sourceMappingURL=addons.css.map */