@font-face {
  font-family: DINRegularAlternate;
  src: url(/mapgis/images/sura/fuente/DINRegularAlternate.ttf);
}

@font-face {
  font-family: DINBold;
  src: url(/mapgis/images/sura/fuente/DINBlackAlternate.ttf);
}

body {
  font-family: 'DINRegularAlternate', Arial, 'Helvetica Neue', Helvetica !important;
}

.alertify .ajs-header {
  font-family: 'DINRegularAlternate', Arial, 'Helvetica Neue', Helvetica !important;
  color: #073da9;
  background: #ffffff;
  border-bottom: #606060 4px solid;
  border-radius: 2px 2px 0 0;
/*  margin-left: -15px;*/
  font-size: 15px;
  padding: 3px 10px;
  font-weight: bold;
}

.alertify .ajs-commands button.ajs-close {
  background-image: url('/mapgis/images/sura/Cerrar.png');
  position: relative;
  top: -11px;
  right: -28px;
  width: 29px;
  height: 27px;
  background-size: contain;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  background-color: #00aec7;
  color: #fff !important;
  border: 0;
  text-transform: none;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: center;
}

.alertify .ajs-footer {
  background: #fff;
  border-top: #fff 1px solid;
  border-radius: 0 0 2px 2px;
}

.alertify .clsAdvertencia {
  color: #000;
  padding-top: 59px;
  text-align: center;
  background: url(/mapgis//images/botones/Msg/adevertencia.png);
  background-repeat: no-repeat;
  background-position: 50% 0px;
}

.alertify .clsInformacion {
  color: #000;
  padding-top: 59px;
  text-align: center;
  background: url(/mapgis//images/botones/Msg/informacion.png);
  background-repeat: no-repeat;
  background-position: 50% 0px;
}

.alertify .clsError {
  color: #000;
  padding-top: 59px;
  text-align: center;
  background: url(/mapgis//images/botones/Msg/error.png);
  background-repeat: no-repeat;
  background-position: 50% 0px;
}

.alertify .clsConfirm {
  color: #000;
  padding-top: 59px;
  text-align: center;
  background: url(/mapgis//images/botones/Msg/Confirmacion.png);
  background-repeat: no-repeat;
  background-position: 50% 0px;
}

.alertify .clsInicioLogin {
  color: #000;
  text-align: left;
  width: 306px;
}

.clsInicioLogin input {
  width: 89%;
  height: 28px;
  /* margin-left: 5px; */
  border-radius: 1px 1px 1px 1px;
  -moz-border-radius: 1px 1px 1px 1px;
  -webkit-border-radius: 1px 1px 1px 1px;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  /* margin-bottom: 10px; */
  margin-top: 9px;
  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(195, 191, 195, 1);
  -moz-box-shadow: inset 1px 1px 5px 0px rgba(195, 191, 195, 1);
  box-shadow: inset 1px 1px 5px 0px rgba(195, 191, 195, 1);
  border-radius: 2px;
}

.clsInicioDialog {
  max-width: 290px !important;
}

.recordarR {
  position: relative;
  top: 13px;
  float: left;
  left: 5px;
  color: #00329f;
  font-weight: bold;
}

.recordarR:hover {
  color: #00329f;
  opacity: .5;
}

.clsInicioDialog .ajs-button {
  width: 125px;
}

.clsInicioDialog .ajs-buttons.ajs-primary {
  text-align: left !important;
  padding-left: 30px;
  margin-top: -9px;
}

.alertify-notifier .ajs-message.ajs-warning {
  background: #073da9;
  border-radius: 5px;
  padding-left: 58px;
  text-align: left;
  background-image: url(/mapgis//images/botones/Msg/adevertencia.png);
  background-repeat: no-repeat;
  background-position: 7px 50%;
  background-size: 40px;
  color: #fff;
  border: none;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 333px;
}
.verAqui{
	font-size: 12px;
	cursor: pointer;
}

.verAqui:hover{
	opacity:0.7;
}

.clsDescargas {
  max-width: 474px !important;
}

.clsInicioDialog .ajs-buttons.ajs-primary {
  text-align: center !important;
  padding-left: 0px;
  margin-top: -9px;
}
.desIconE{
	background: url(/mapgis/images/botones/des/eliminar_sura.png);
    width: 100%;
    height: 18px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
.desIcon{
	background: url(/mapgis/images/botones/des/descargar_sura.png);
    width: 100%;
    height: 18px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.desIconE,.desIcon{
	opacity:.7;
}