body {
  background-color: #e9e9e9;
  font-family: "roboto", Helvetica, sans-serif;
  font-size: 1rem;
  text-align: center;
  padding-top: 20px;
}

#contenedor-inner {
  width: 800px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

#headerleft {
    float: left !important;
    margin-left: 7rem;
    /*margin-top: 2rem;*/
    background-image: url(https://pki.jgm.gov.ar/resources/Images/Logos-SIP-JGM.png) !important;
    background-size: 550px auto !important;
    height: 115px !important;
    min-width: 100%;
}

#headerright {
  display: none;
}

li.activo {
  color: #ffffff !important;
}

li.activo>a {
  background: #13A5E1;
  color: #ffffff !important;
  padding-bottom: 10px !important;
}

#menu-main {
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

#menu-main ul li {
  float: left;
  position: relative;
  padding-left: 1rem;
}

#menu-main ul, #menu-main ul li a {
  vertical-align: middle;
  color: #0695d6;
}

#menu-main ul {
  font-size: 12px !important;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 80%;
}

#menu-main ul li a {
  float: left;
  margin: 0;
  padding: 0 12px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1rem;
}

#menu-main ul li a:hover {
  background: #13A5E1;
  color: #ffffff !important;
  padding-bottom: 10px;
}

.submenu {
  opacity: 1 !important;
  margin-top: 10px !important;
  position: absolute;
  z-index: 1000;
  background: #ffffff !important;
  top: 28px;
  left: 0;
  width: 170px !important;
  height: auto !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.submenu li a {
  text-align: left !important;
  text-transform: none !important;
  font-weight: normal !important;
  line-height: 18px !important;
  padding: 5px 12px !important;
  width: 86%;
  background: #ffffff !important;
}

.submenu li a:hover {
  background: #13A5E1 !important;
}

.submenu li {
  border-bottom: 1px solid #f3f3f3 !important;
  width: 100%;
}

.activo a {
  background: #13A5E1;
}

h1.titulo {
  color: #444444;
  font-size: 32px;
  letter-spacing: -1px;
  text-transform: none !important;
  padding: 15px 0;
  border-bottom: 0px !important;
  width: 770px;
  float: left;
  text-align: center;
  margin-top: 0rem;
  margin-bottom: 2rem;
}

#contenido {
  width: 100%;
  background: #ffffff;
}

.tituloN {
  text-align: center !important;
  color: #444444;
  font-size: 18px;
  padding-bottom: 25px;
  float: none !important;
  width: auto;
}

.datos-bloque {
  padding-bottom: 20px;
  width: 770px;
  background-color: White;
  border: 0px solid rgba(155, 220, 255, 0.7);
}

.datos-bloque-original {
  padding-bottom: 20px;
  width: 770px;
  background-color: #ffffff !important;
}

.datos-bloque h3 {
  color: #444444;
  font-size: 14px;
  padding: 10px 0 10px 13px;
  text-align: center;
}

input, textarea, select {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 30px;
  color: #000000;
  float: left;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 3px;
  font-family: "roboto", Helvetica, sans-serif !important;
}

select {
  height: 38px !important
}

.detalle_solicitud input, .items-list input {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 30px;
  color: #000000;
  float: left;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 3px;
  font-family: "roboto", Helvetica, sans-serif !important;
}

.texto_acuerdo {
  border: 1px solid #ccc;
  width: 764px;
  height: 200px;
  overflow: auto;
  margin-top: 20px;
  background: #fff;
  color: #666;
}

a.btn_gral {
  margin-left: 10px;
  background-image: none;
  border: 0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 8px 12px !important;
  text-transform: uppercase;
  vertical-align: top;
  white-space: initial;
  word-break: initial;
  text-decoration: none;
  background-color: #0695d6;
  color: #ffffff;
  display: inline-block;
}

a.btn_gral span {
  background-image: none;
}

a.btn_gral:hover {
  background-color: #17b2f8;
}

a.btn_gral:hover span {
  background-color: #17b2f8;
}

.warning {
  background: #fff0c9;
  border-color: #fed054;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
}

.warning strong {
  font-weight: normal;
  font-size: 1rem;
}

.warning img {
  content: url("https://pki.jgm.gov.ar/resources/Images/warning.gif");
}

#footer {
  clear: both;
  text-align: center;
  background: #e9e9e9;
  height: 10px;
}

.checkNet3 label {
  float: left;
  padding-top: 8px !important;
  padding-left: 10px !important;
}

.mensaje {
  background: #d9f4e3;
  margin-bottom: 20px;
  border: 1px solid #5ad083;
  border-radius: 4px;
  color: #444;
  font-weight: 300;
}

.mensaje strong {
  color: #000 !important;
}

.box-importante4 {
  float: right !important;
  color: #58595B;
  width: 215px;
  border-color: #f4857a;
  border-style: solid;
  border-width: 1px;
  margin: 15px 2px 0 0;
  background: #fde4e2;
  border-radius: 4px;
}

.box-importante4 h4 {
  text-align: center;
  color: #ef4d3d;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.box-importante4 h4 img {
  padding: 0.5rem 0 0.5rem 0;
  width: 24px;
  height: 24px;
  clear: both;
  position: relative;
  display: block;
  margin: 0 auto;
  content: url(https://pki.jgm.gov.ar/resources/Images/fa-exclamation-circle.png);
}

.box-importante4 div .btn_gral {
  margin-left: 10px !important;
}

.box-importante4 li a {
  color: #58595B;
}

.box-importante4 li {
  border-bottom: 1px solid rgba(244, 133, 122, 0.32) !important;
}

.box-inicio p {
  font-size: 9pt;
  padding: 0 10px;
  line-height: 15px;
}

.box-inicio li {
  display: block;
  line-height: 14px;
  width: 182px !important;
  padding-bottom: 18px;
  font-size: 10pt;
}

.box-inicio {
  color: #58595B;
  width: 236px;
  border: 1px solid #85d0e7;
  padding-bottom: 10px;
  height: 300px;
  background: #fff;
  border-radius: 4px;
}

.box-inicio h4 {
  width: 100%;
  float: left;
  text-align: center;
  background: #daf1f8;
  color: #0099CC;
  text-transform: uppercase;
  padding: 10px 0;
  margin-bottom: 8px;
}

.checks {
  margin: 0px !important;
}

.box-inicio-BigLi li {
  line-height: 14px !important;
  padding-bottom: 18px !important;
  font-size: 10pt !important;
}

.checks li {
  background: url(https://pki.jgm.gov.ar/resources/Images/fa-angle-right.png) no-repeat 0 0 !important;
  padding-left: 20px;
  width: 100%;
  line-height: 15px;
}

h1.tituloDescripcion {
  color: #0099CC;
  font-size: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 0 !important;
  width: 480px;
  float: left;
}

.margentop.warning {
  padding: 10px !important;
  width: 750px !important;
  line-height: 15px !important;
}

.Pasos em:empty, .PasosGuia em:empty {
  background: url(https://pki.jgm.gov.ar/resources/Images/fa-chevron-circle-right.png) no-repeat;
}

.PasosGuia em:empty {
  margin-top: 2px !important;
}

.Pasos em, .PasosGuia em {
    background: none;
    color: #0099cc;
}

h2 {
  background-color: #C4EDFF;
  color: #009DE0;
  padding: 5px 20px 5px 20px;
  font-size: 14px;
  float: left;
  border-radius: 4px;
}
