.menu-azul{
  background-color: #0087bc !important;
}
.menu-azul a {
  color: #fff !important;
}
.menu-azul a:hover {
  text-decoration: none;
  color: #f4f4f4 !important;
}
.menu-rojo a {
  color: #FA2C00 !important;
}
.menu-verde a {
  color: #00b034 !important;
}
.boton-verde {
  background-color: #8CC63F !important;
  color: #fff !important;
}

.descargar a {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #d8e4a6;
  color: #202B6D;
  font-weight: bold;
}

.twitter-contenedor {
  height: 445px;
  overflow-y: scroll;
  margin-bottom: 30px;
}

.portada {
  width: 100%;
  height: 130px;
  display: block;
  background: url(../../imagenes/mi-perfil-fondo.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.portada .titulo-portada {
  width: 80%;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40%;
  display: block;
  position: absolute;
}

.portada h2 {
  margin: 0;
  color: #202B6D;
  font-size: 38px;
  font-weight: bold;
  padding-left: 10px;
  border-left: solid 6px #8CC63F;
  margin-bottom: 6px;
}

.sistemajudicial {
  width: 80% !important;
  height: auto !important;
  margin-bottom: 20px !important;
}

.portada a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.portada a:hover {
  color: #8CC63F;
  text-decoration: none;
}

.content-center {
  -ms-flex-pack: center!important;
  justify-content: center;
}

#principal {
  width: 100%;
  padding: 50px 0px;
  min-height: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify!important;
}

/* BARRA DE NAVEGACIÓN */

.barra-navegacion ul {
  padding-left: 0px;
  width: 300px;
}

.barra-navegacion ul li{
  list-style-type: none;
  width: 100%;
  height: 60px;
  background-color: #f7f7f8;
  margin-bottom: 4px;
}

.barra-navegacion ul li:last-child {
  margin-bottom: 0px;
}

.barra-navegacion ul li a {
  font-size: 14px;
  line-height: 60px;
  font-weight: bold;
  color: #2341b0;
  text-decoration: none;
}

.barra-navegacion ul li a:hover {
  color: #8CC63F;
}

.barra-navegacion ul li img {
  width: 40px;
  height: 40px;
  margin: 20px 0px;
  margin: 0px 10px;
}

.submenu {
  border-left: 4px solid #8CC63F;
  height: auto !important;
}

.submenu ul {
  background-color: #fff;
  width: 300px;
  margin-left: -4px;
}

.barra-navegacion li:hover > ul {
  display: block;
}

.btn-special {
  background-color: #0087bc !important;
  line-height: 60px;
  height: 60px !important;
}

  .btn-special a {
    color: #fff !important;
  }

.submenu ul li {
  position: relative;
  background-color: #fff;
  padding-left: 65px;
  height: 40px;
}

.submenu ul li a{
  font-weight: normal;
  line-height: 40px;
  display: inline-block;
  width: 100%;
}

/* Consulta */

.consulta {
  box-sizing: border-box;
  padding: 0 10px;
  height: auto;
}

.consulta p {
  font-size: 20px;
  margin-bottom: 20px;
}

.imagen {
  text-align: center;
}
.consulta img {
  width: 100px;
  height: auto;
  margin: auto;
}

.contenido-consulta {
  text-align: center;
}

.contenido-consulta a {
  color: #337ab7;
  font-weight: bold;
  margin: auto;
}

.contenido-consulta a:hover {
  color: #8CC63F;
  text-decoration: none;
}

.contenido-consulta h2 {
  font-weight: bold;
  color: #2341b0;
  margin-bottom: 50px;
}

.formulario .quinto {
	width: 16.6%;
	text-align: center;
	padding: 10px;
  font-size: 16px;
}

.formulario .cuarto {
	width: 25%;
	text-align: center;
	padding: 10px;
  font-size: 16px;
}

.formulario .tercio {
	width: 33.3%;
	text-align: center;
	padding: 10px;
  font-size: 16px;
}

.formulario .mitad {
  width: 50%;
	text-align: justify;
	padding: 10px;
  font-size: 16px;
  margin: 10px 0px;
}

.formulario .sesentaseis {
  width: 66.6%;
	text-align: center;
	padding: 10px;
  font-size: 16px;
}

.formulario .setentacinco {
  width: 75%;
	text-align: center;
	padding: 10px;
  font-size: 16px;
}

.formulario .full {
  width: 100%;
  text-align: justify;
	padding: 10px;
  font-size: 16px;
  margin: 10px 0px;
}

.formulario .mitad span {
  line-height: 40px;
}

.formulario, form .botones, #resultado-tabla .botones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.formulario div {
  box-sizing: border-box;
}

.formulario span {
  color: #2341b0;
  font-weight: bold;
}

.formulario select {
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border-radius: 40px;
  border: solid 1px #ddd;
}

.formulario input[type=number] {
  border-radius: 40px;
  height: 40px;
  border: solid 1px #ddd;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 20px;
  width: 100%;
  box-sizing: border-box;
}

.formulario input[type=text], .formulario input[type=password], .formulario input[type=email] {
  border-radius: 40px;
  height: 40px;
  border: solid 1px #ddd;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 20px;
  width: 100%;
  box-sizing: border-box;
}

.formulario input[type="date"]::-webkit-clear-button {
    display: none;
}
.formulario input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
.formulario input[type="date"]::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}
.formulario input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: #95a5a6;
    font-family: "Helvetica", arial, sans-serif;
    font-size: 18px;
    border:1px solid #ecf0f1;
    background:#ecf0f1;
    height: 40px;
    display: inline-block !important;
    visibility: visible !important;
}
.formulario input[type="date"], focus {
    color: #95a5a6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

form .botones, #resultado-tabla .botones {
  width: 60%;
  margin: auto;
}
form .botones > div, #resultado-tabla .botones > div {
  width: 50%;
	text-align: center;
	padding: 10px;
}

form .botones input, form .botones button, #resultado-tabla .botones .boton-bot {
  min-width: 120px;
  padding: 0 5px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  background: none;
  border: solid 2px #8CC63F;
  color: #2341b0;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
}

/* Tabla */

.contenido-consulta table {
    width: 100%;
    border-collapse: collapse;
}
.contenido-consulta table, td, th {
  border: 1px solid black;
}
.contenido-consulta table th {
  text-align: center;
  font-size: 20px;
  padding: 10px 0px;
  background-color: #071a4b;
  color: #fff;
}
.contenido-consulta table td {
  text-align: center;
  padding: 10px 0px;
}

.seleccion {
  margin-top: 20px;
}

.seleccion a:hover {
  text-decoration: none;
  color: #8CC63F;
}

/* Publicidad */

.publicidad .espacio {
  width: 300px;
}

.aviso-importante {
  height: 70px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0px 20px;
}
  .aviso-importante a {
    border: solid 1px #d8e4a6;
    height: 70px;
    display: block;
    width: 100%;
    color: #202B6D;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
  }
  .aviso-importante a:hover {
    text-decoration: none;
  }

  /* Boton de Pago */

  .pago {
    background: url(../../imagenes/pago/1.jpg) no-repeat;
    background-size: cover;
    height: 230px;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .pago img {
    width: 150px;
    height: auto;
    margin: 20px auto;
  }
  .pago p {
    font-size: 16px;
    color: #202B6D;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .pago a {
    display: block;
    max-width: 230px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: auto;
  }

  .pago a:hover {
    text-decoration: none;
    color: #fff;
  }

/* Fin de Publicidad */

.msg {
  width: 30px !important;
  height: 30px !important;
}
.movimientos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}
.rojo {
  color: red !important;
}
.linea-bot {
  border-bottom: solid 1px #000;
}
.nota {
  margin: 0px;
}
.nota textarea {
  resize: none;
   width: 100%;
   height: 80px;
}
.vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.lista {
  width: 20px !important;
  height: auto !important;
}

.ciudades-registradas {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
  .ciudades-registradas select {
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 40px;
    border: solid 1px #ddd;
  }
  .ciudades-registradas span {
    margin-right: 5px;
    color: #2341b0;
    font-weight: bold;
  }
  .parte1 {
    width: 24%;
  }
  .parte2, .parte4 {
    width: 33%;
  }
  .parte3 {
    width: 10%;
  }

.foto-ayuda {
  width: 100% !important;
}

@media all and (max-width: 991px) {
  .portada {
    height: 130px;
  }
}

@media all and (min-width: 1600px) {
  .tercio-big {
    width: 33.3% !important;
  	text-align: center;
  	padding: 10px;
    font-size: 16px;
  }
}

@media all and (min-width: 1280px) {
  .consulta {
    width: 60%;
  }
  .oculto {
    display: none;
  }
}

@media all and (min-width: 992px) and (max-width: 1279px) {
  #principal {
    width: 971px;
    flex-wrap: wrap;
    margin: auto;
  }
  .barra-navegacion {
    width: 300px;
  }
  .consulta {
    width: 671px;
  }
  .oculto {
    display: block;
  }
  .grande {
    display: none;
  }
}

@media all and (min-width: 769px) and (max-width: 991px) {
  #principal {
    width: 748px;
    flex-wrap: wrap;
    margin: auto;
  }
  .barra-navegacion {
    width: 300px;
  }
  .consulta {
    width: 448px;
  }
  .oculto {
    display: block;
  }
  .grande {
    display: none;
  }
  .formulario .mitad, .formulario .tercio, .formulario .setentacinco {
    width: 100%;
  }
  .proceso .cuarto, .proceso .tercio, .proceso .sesentaseis {
    width: 100%;
    padding-bottom: 0px !important;
  }
  .formulario .cuarto.no100 {
    width: 50%;
  }
  .formulario .tercio.no100 {
    width: 75%;
  }
  .formulario .quinto.no100 {
    width: 25%;
  }
  .formulario .setentacinco.no100 {
    width: 75%;
  }
  .formulario .cuarto.no100d {
    width: 25%;
  }
  .formulario .setentacinco.no100d {
    width: 50%;
  }
  .formulario .mitad, .formulario .full {
    margin: 0px;
  }
}

@media all and (max-width: 768px) {
  #principal {
    width: 100%;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 20px;
  }
  .barra-navegacion, .barra-navegacion ul, .consulta, .publicidad, .publicidad .espacio {
    width: 100%;

  }
  .barra-navegacion, .publicidad, .consulta {
    padding: 20px;
  }
  .barra-navegacion .submenu ul {
    width: 100%;
    margin-left: 0px;
  }
  .oculto {
    display: none;
  }
  .grande {
    display: block;
  }
  .formulario .mitad, .formulario .tercio, .formulario .setentacinco {
    width: 100%;
  }
  .formulario .cuarto.no100 {
    width: 50%;
  }
  .formulario .tercio.no100 {
    width: 75%;
  }
  .formulario .quinto.no100 {
    width: 25%;
  }
  .formulario .setentacinco.no100 {
    width: 75%;
  }
  .formulario .cuarto.no100d {
    width: 25%;
  }
  .formulario .setentacinco.no100d {
    width: 50%;
  }
  .formulario .mitad, .formulario .full {
    margin: 0px;
  }
}
