html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  background:#FFF;
  height: auto !important;
}
.wraper-denuncia {
  margin: 0 auto;
  font-size: 14px;
  padding-bottom:40px;
}
.footer-denuncia {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #efefef;
  text-align: center;
  font-size: 14px;
}

.footer-denuncia footer{
 padding: 1%;
}

.footer-denuncia footer p{
 margin:0;
}


.top-option{
  position: fixed;
  top:0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 999999;
  display: inline-table;
  display: none;
}

.top-option figcaption{
  width: 550px;
  height: 270px;
  background: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin:auto;
}
.top-option.toplayer-exportar figcaption{
  height: 360px !important;
}

.top-option figcaption .close{
  position: absolute;
  top: -18px;
  right: -18px;
  background: #FEA800;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding:9px;
  padding-bottom:15px;
  font-size: 25px;
  margin: 0px;
  line-height: 10px;
  cursor: pointer;
}


.top-option figcaption h3{
  text-align: center;
  border-bottom: 1px solid #000;
  margin: 10px auto;
  font-size: 19px;
  padding-bottom: 5px;
  margin-top: 47px;
  color: #001B4D;
  margin-bottom: 30px;
}

.top-option figcaption .btns{
  padding: 0px;
  width: 100%;
  list-style-type: none;
  text-align: center;

}
.top-option figcaption ul{
  margin-bottom:20px;
}
.top-option figcaption .btns li{
  width: 57%;
  height: auto;
  padding: 10px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: #012353;
  margin:15px auto;
  text-transform: uppercase;
}
.top-option figcaption .btns li a{
  display: block;
  color: #fff;
  /*line-height: 30px;*/
}


.header-denuncia .border-top{
  background:#2A5294;
  height: 5px;
  width: 80%;
  position: absolute;
  right: 0;
  top:0;
}
.header-denuncia .logo{
  width: 160px;
  max-width: none;
  position: absolute;
  left: 5%;
  top:5%;
}


.center-denuncias{
  width: 60%;
  margin:0px auto;
  /*background: #000;*/
  /*height:500px;*/
  margin-top: 80px;
}

.bloq-img{
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
    border: 3px solid #2A5294;
}

.bloq-text{
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: auto;
  /*background: blue;*/
  color: #676767;
  font-size: 16px;
  font-weight: normal;
}
.bloq-text p{
  line-height: 22px;
}


.bloq-text h1{
  color: #2A5294;
  font-weight: 400;
  margin:10px 0;
}

.bloq-input{
  display: inline-block;
  vertical-align: top
}



.info-datos .bloq h3{
  color: #2A5294;
  font-size: 23px;
  margin-bottom:10px;
}
.info-datos .bloq h3 span{
  font-family: 'Open Sans', cursive;
  font-weight: lighter;
}

input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}


input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}


input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 100%;
  /*background       : rgb(224,224,224);*/
/*  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));*/
  vertical-align   : bottom;
}


input[type=radio   ]:not(old):checked + label > span{
/*  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));*/
}


input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 100%;
  background       : rgb(93,139,190);
}

.bloq{
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #AFAFAF;
}

.bloq-input-2 input,
.bloq-input-2 textarea{
  width: 240px;
  padding: 10px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
background:#f2f2f2;
border:1px solid #cacaca;
}



.bloq .select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    /*width: 140px;*/
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    background: #f2f2f2 url("/img/sitio/arrow.png") no-repeat 97% 50%;
    padding: 2px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
border:1px solid #cacaca;
    max-width: 50% !important;
}

.bloq .select-style select {
    padding: 5px 8px;
    /*width: 130%;*/
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
        width: 100%;
        padding-right: 30px;
}

.bloq .select-style select:focus {
    outline: none;
}

/*.bloq .select-style:nth-child(3){
  margin-left: 20px;
  //width: 280px;
}
*/


.bloq .file-donwload{
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: auto !important;
  text-align: center;
  padding:10px;
  color: #fff;
  background: #2A5294;
  font-size: 12px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


.bloq-input-2.solo input{
  margin:0px;
  width: 600px;
}

.bloq-input-2.solo textarea{
  width: 700px;
  max-width: 700px;
  height: 100px;
}


.top-file{
  width: auto;
  height: auto;
  padding:10px;
  background: #2A5294;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  margin-top: 20px;
  cursor: pointer;
}

.top-file img,
.top-file p{
  display: inline-block;
  vertical-align: middle;
  margin:0px 5px;
}

.bloq input[type="submit"]{
    width: auto;
  height: auto;
  padding:16px 25px;
  background: #2A5294;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  border:0px;
  margin-left: 20px;
  margin-top: 20px;
}



.cont-upload{
  position: fixed;
  z-index: 99999;
  background: rgba(256,256,256,.7);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
    display: none;
}


.cont-upload .cont{
  width: 700px;
  height: 500px;
  background: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin:auto;
}
.cont-upload .cont .cont-border{
  width: 95%;
  height: 95%;
    position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin:auto;
  border: 3px dashed gray;
  text-align:center;
  display: inline-table;
}


.cont-upload .cont .cont-border .center{
  display: table-cell;
  vertical-align: middle;
}
.cont-upload .cont .cont-border .center h4{
    font-size: 35px;
    font-weight: lighter;
    color: #929191;
    margin:0px;
}
/*.cont-upload .cont .cont-border .center input{
     width: auto;
  height: auto;
  padding:16px 25px;
  background: #2A5294;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  border:0px;
  margin-top: 20px;
}
*/

.input-file-container {
  position: relative;
  width: auto;
  text-align: center;
  margin: 0px auto;
  display:inline-block;
}
.js .input-file-trigger {
  display: block;
  padding: 14px 45px;
   background: #2A5294;
  color: #fff;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #34495E;
  color: #39D2B4;
}

.anonimo{
  text-align: center;
  display: none;
}
.anonimo p{
  color: #012853;
  width: 90%;
  text-align: center;
  margin: 0px auto;
  margin-top: 20px;
  font-size: 14px;
}
.anonimo h4{
    color: #012853;
  text-align: center;
}


.anonimo input[type="text"]{
    width: 200px;
    padding: 8px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
}
.margin-top{
  margin-top:10px;
}

.anonimo input[type="submit"]{
  width: auto;
  height: auto;
  padding:12px 20px;
  background: #2A5294;
  display: inline-block;
  border: 0px;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
}





.codigo{
  text-align: center;
  display: block;
}
.codigo p{
  color: #012853;
  width: 90%;
  text-align: center;
  margin: 0px auto;
  margin-top: 20px;
  font-size: 14px;
}
.codigo h4{
  padding:10px 20px;
    color: #012853;
  text-align: center;
}


.codigo input[type="text"]{
    width: 200px;
    padding: 8px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
}

.codigo input[type="submit"]{
  width: auto;
  height: auto;
  padding:12px 20px;
  background: #2A5294;
  display: inline-block;
  border: 0px;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
}

.codigo hr{
  width: 80%;
  margin:0px auto;
  margin-top: 8px;
  margin-bottom: 10px;
}

.codigo .link a{
  color: inherit;
}
.codigo .link{
  margin-top: 11px;
  display: block;
  color: #FEA800

}

.codigo .text,
.codigo .info{
  display: inline-block;
  text-align: left;
  margin: 5px auto;
}

.codigo .text{
  width: 150px;
}
.codigo .info{
  width: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  border: 1px solid #a7bccf;
  padding: 5px 2px;
  font-size: 12px;
}


.miestado .bloq{
  border-bottom: 0px
}

.miestado .bloq input[type="submit"]{
  padding: 10px 29px;
}


.miestado .inline{
  display: inline-block;
  vertical-align: top;
}
.miestado .inline span{
  display: block;
  color:#2A5294;
}

.info-datos.ver{
  display: none;
}

.miestado .ver span{
  display: inherit;
}
.miestado .ver .cnt-in{
  width: auto;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  border: 1px solid #a7bccf;
  padding: 7px 15px;
  background: #fff;
  display: inline-block;
  color: #2A5294;
  margin-left: 2px
}

.miestado .ver .cnt-in:nth-child(2){
  margin-right: 10px
}
.miestado .ver .bloq-input-2 p:first-child{
  color: #004573;
  margin: 0px;
  margin-bottom: 10px;
}


.miestado .ver .inline span{
  margin: 0px
}
.miestado .ver .bloq{
  width: auto;
  background: #F9F9F9;
  padding: 12px 20px;
  display: inline-block;
}

.miestado .ver .bloq input[type="submit"]{
  margin-left:0px;
}

.load{
  position: fixed;
  background: rgba(256,256,256,.8);
  top: 0px;
  left: 0px;
  margin: 0px;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: inline-table;
  display: none;
}
.load img{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto
}

.miestado .continuar{
    padding: 10px 25px;
    background: #2A5294;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.bloq-masinfo{
  display: none;
}

.bloq-masinfo p:first-child{
  color: #004573;
  font-weight: 600
}

.bloq-masinfo textarea{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
    width: 500px;
    max-width: 500px;
    height: 150px
}

.miestado .bloq .bloq-masinfo input[type="submit"]{
      padding: 14px 29px;
      margin-left: 30px;
}
.miestado .bloq .bloq-masinfo .top-file img{
  width: 32px
}



/*////////////////////////////// */
/*/          PLATAFORMA          */


.header-plataforma{
  width: 100%;
  height: 117px;
  background: #2A5294;
  margin:0px;
  display: inline-table;
  position: relative;
  text-align: center;
  display: none;
}

.header-plataforma .logo{
  width: 120px;
  display: table;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 20px;
  padding-top:0 !important;
}

.header-plataforma p{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}


.right-user{
  text-align: left;
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  right: 40px;
  color: #fff;
  display: inherit;
  line-height: 32px;
  font-size: 16px;
}


.cont-bienvenido{
  width: auto;
  background: #fff;
  margin: 0px auto;
  display: inline-table;
  margin-top: 100px;
  padding:40px;
  text-align: left;
}

.cont-bienvenido p{
  font-size: 22px;
  color: #2A5294
}


.cont-bienvenido legend{
  color: #2A5294;
  font-weight: 400;
  margin-top:10px;
  /*text-transform: capitalize;*/
}
.cont-bienvenido input[type="text"],
.cont-bienvenido input[type="password"]{
      width: 450px;
    padding: 8px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
    margin-bottom: 12px;
  font-size: 14px;
}

.input-enviar{
  float: left;
  width: auto;
  padding: 8px 22px;
  background: #2A5294;
  border: 0px;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
vertical-align: middle;
}

.check-recordar{
  vertical-align: middle;
  float: right;
    color: #2A5294
}


.cont-tabla-denuncias{
  background: #fff;
  padding:60px;
  width: auto;
  margin:0px auto;
  display: inline-block;
  margin-top: 50px;
  font-size: 14px;
}
.cont-tabla-denuncias table{
  width: 100%;
  margin:0px auto;
  border-collapse: collapse;
}

.cont-tabla-denuncias table tr:nth-child(even){
  background: #EBEBEB
}

.cont-tabla-denuncias table tr:nth-child(odd){
  background: #DBDBDB
}

.cont-tabla-denuncias table .table-hd{
  background: #2A5294 !important;
  color: #fff;
}
.cont-tabla-denuncias table .table-hd td{
  color:#fff;
  border: 0px;
}

.cont-tabla-denuncias table tr td{
  padding: 10px;
  border-right: 1px solid #859FB7;
  border-top: 1px solid #859FB7;
  border-bottom: 1px solid #859FB7;
}

.cont-tabla-denuncias table tr td:last-child{
  border-right: 0px;
}

.cont-tabla-denuncias .bloq-icon{
  width: 30px;
  height: 30px;
  background: #002D6C;
  position: relative;
  margin: 0px
}

.cont-tabla-denuncias .buscar{
  font-size: 0px;
  float: right;
  margin-bottom: 20px;
}

.cont-tabla-denuncias .buscar .bloq-icon,
.cont-tabla-denuncias .buscar input{
  display: inline-table;
  vertical-align: middle;
}
.cont-tabla-denuncias .buscar input{
  margin: 0px;
  padding:6px 2px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
border: 1px solid #a7bccf;
border-left: 0px;
margin-left: 0px;
}


.cont-tabla-denuncias .buscar .bloq-icon img{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin:auto;
}


.cont-tabla-denuncias table tr td:nth-child(1){
  /*background: red;*/
  width: 150px;
  padding:2px;

}
.cont-tabla-denuncias table tr td:nth-child(7){
  /*background: red;*/
  width: 300px
}

.cont-tabla-denuncias table tr td:nth-child(8){
  /*background: red;*/
  width: 100px;
  padding:2px;
}


.list-denuncias .select-style {
    padding: 0;
    margin: 0;
    width: 90%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    background:  url("/img/sitio/arrow.png") no-repeat 97% 50%;
    padding: 2px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
    text-align: center;
}
.list-denuncias .select-style select {
    font-weight: bold;
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            text-align: center;
}
.list-denuncias .select-style select:focus {
    outline: none;
}
.list-denuncias .select-style:nth-child(3){
  margin-left: 20px;
  width: 280px;
}

.color-1{
  color: #F95F1F;
}
.color-3{
  color: #008A10;
}


.cont-accordion{
  background: #fff;
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
  text-align: left;
  font-size: 14px;
  position: relative;
  margin-top: 10px;
}

.cont-accordion #accordion{
  width: 100%;
}
.cont-accordion #accordion .ui-widget-content{
  border: 0px;
}


.cont-accordion #accordion .ui-icon.iconOpen {
    background:url('/img/sitio/arrowup.png') no-repeat center;
    background-size: contain !important;
    /*background-size:20px;*/
    width:20px;
    height:20px;
}
.cont-accordion #accordion .ui-icon.iconClosed {
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAASCAYAAACnxdXaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAxRjQ5M0RFODMzMjExRTU5ODlFQTMyODc2MjE5QkJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAxRjQ5M0RGODMzMjExRTU5ODlFQTMyODc2MjE5QkJFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDFGNDkzREM4MzMyMTFFNTk4OUVBMzI4NzYyMTlCQkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDFGNDkzREQ4MzMyMTFFNTk4OUVBMzI4NzYyMTlCQkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6nN/eAAAABJklEQVR42mL4//8/AxC7A/FpIP4KxBeBOB0qTikGmXMZiL9BzQfZwwCScAXiP/8xwSQgZiTTMpC+iVjMBNnjClJw4j9uMIMMi0Hqp+Ex8wRI0ff/+MFcIGYmwcJZBMz7AVL48D9hsJgIi0Hy84kw6yFIce1/4sBKIGbFY+FiIs2phWnYSKSG9UDMhmYhCxCvIFI/yB5mmEaQQauJ1LgViDnI0LcW5mD0IFpOpAE7gFgAiDeQEDUsMLuwxc1CIg36QKS6JeiJEFuiYCIi2RMLFmBL9fjy2xQKLZwN9QADsZbCLO4h08Jp+EoyYkqZdhItJFhmE1ueNhJpYQ8x5pFSkFcSsLCDWLNIrbKKgfgfFgubSTGHnLoyFFoxg+rGG0AcR6oZAAEGAKFBG45usv5CAAAAAElFTkSuQmCC') no-repeat center;
    background-size: contain !important;
    /*background-size:30px;*/
    width:20px;
    height:20px;
}


.cont-accordion .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    position: absolute;
    right: .5em !important;
    left: inherit !important;
    top: 50%;
    margin-top: -8px;
}

.cont-accordion #accordion h3{
  background: #2A5294;
  padding: 13px;
  color: #fff;
}
.cont-accordion .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.cont-accordion .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
  -webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}

.cont-accordion .title-caso{
  display: block;
  /*margin-left: 10px;*/
  color: #004573;
  text-align: center;
  margin-bottom:10px;
}




.cont-accordion .title-caso:nth-child(1){
  font-size: 18px;
  font-weight: bold;
}



.cont-accordion .bloq{
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 10px;
}

.cont-accordion .bloq.asignado{
 color: #2A5294 !important;
 margin-top:0 !important;
}

.cont-accordion .bloq-info{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
    padding: 5px 10px;
    font-size: 12px;
    width: auto;
    display: inline-block;
    font-size: 14px !important;
    color: #727272 !important;
    font-weight: 400 !important;
    word-break:break-word;
}

.cont-accordion .bloq-info.margin{
  margin-top: 5px;
  margin-bottom: 10px;
}
.cont-accordion #accordion div{
  overflow: hidden;
}

.cont-accordion table{
  width: 100%;
}
.cont-accordion table td:nth-child(2){
  text-align: left;
  width: 60%;
}

.bloq-icon{
  display: inline-block;
  font-size: 13px !important;
  color: #2A5294 !important;
  margin-top: 10px;
  margin-right: 5px;
}

.cont-accordion .donwload{
  width: 100%;
  text-align: right;
  border-top: 1px solid #BFC0BF;
  padding-top: 5px;
  font-size: 14px !important;
  font-weight: 400 !important
}

.cont-accordion a{
  color: inherit !important;
}


.cont-accordion .textarea-comentario{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    height: 100px;
    display:block;
    font-size: 14px !important;
    color: #727272 !important;
    font-weight: 400 !important;
    margin-bottom: 0px;
    margin-top: 5px;
}

div.browse-wrap {
  top:0;
  left:0;
  margin:20px;
  cursor:pointer;
  overflow:hidden;
  padding:10px 10px;
  text-align:center;
  position:relative;
  background-color:#2A5294;
  border:solid 1px #d2d2d7;
      display: inline-block;
    vertical-align: middle;
    color: #fff !important;
}

div.title {
    color:#fff !important;
    font-size:14px;
    font-weight:bold;
    font-family:tahoma, arial, sans-serif;
  }

input.upload {
    right:0;
    margin:0;
    bottom:0;
    padding:0;
    opacity:0;
    height:300px;
    outline:none;
    cursor:inherit;
    position:absolute;
    font-size:1000px !important;
  }

span.upload-path {
    text-align: center;
    margin:20px;
    display:block;
    font-size: 80%;
    color:#fff !important;
    font-weight:bold;
    font-family:tahoma, arial, sans-serif;
}


@media screen and (max-width: 1600px){
    .cont-tabla-denuncias table{
      font-size: 14px !important;
    }

    .cont-tabla-denuncias{
      width: 80%;
    }
}


@media screen and (max-width: 1400px){
  .bloque img{
    width: 15px;
  }
  .header-plataforma p{
    font-size: 20px;
  }
  .right-user{
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1380px){
  .top-option figcaption h3{
    font-size: 17px
  }

  .top-option figcaption .btns li a{
    font-size: 14px
  }

  .bloq-img{
    width: 80px;
    height: 80px;
  }

  .bloq-text h1{
    font-size: 23px;
  }

  .bloq-text{
    font-size: 14px;
  }
  .info-datos .bloq h3{
    font-size: 18px
  }

  .bloq-input-2{
    margin-top: 15px;
  }

    .cont-tabla-denuncias{
      width: 85% !important;
    }

}

@media screen and (max-width: 1300px){
  /*.center-denuncias{
    width: 90% !important;
  }*/

  .bloq-input-2.solo textarea{
    width: 100%
  }

}

@media screen and (max-width: 1200px){
  .cont-tabla-denuncias {
    width: 100% !important;
    padding: 0px;
}
}
@media screen and (max-width: 1100px){
  .center-denuncias{
    width: 90% !important;
  }
  .header-denuncia .logo {
     position: inherit !important;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
}
.footer-denuncia .pez img{
  width: 100px;
}

}
@media screen and (max-width: 920px){
  .header-plataforma {
    padding: 20px;
  }
  .right-user {
    position: inherit;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    right: 0;
  }
  .header-plataforma p{
    font-size: 20px;
    display: block;
  }
  .bloque {
    text-align: center;
    font-size: 12px;
  }
  .bloque img{
    vertical-align: middle;
  }
  .header-plataforma .logo {
    display: block;
    position: initial;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 800px){
  .bloq-img{display: none;}
  .bloq-input-2.solo input{
    width: 100%;
  }
  .bloq-input-2 input, .bloq-input-2 textarea{
    width: 100%;
  }

  .bloq-input-2 input:last-child{
    margin-left: 0px;
  }

  .bloq .select-style:nth-child(3),
  .bloq .select-style{
    width: 100%;
    max-width: 100% !important;
    margin-left: 0px;
    margin-top:5px;
  }

  .bloq .file-donwload{
    margin-left: 0px;
    margin-top: 20px;
  }

  .info-datos,
  .bloq-text{
    width: 100%;
    margin: 0px auto
  }

  .cont-upload .cont{
    width: 100%;
  }

  .cont-upload .cont .cont-border .center h4{
    display: none
  }

  .cont-tabla-denuncias table {
      font-size: 10px !important;
  }
  body{
    padding-bottom: 0;
  }
  .footer-denuncia {
      position: inherit !important;
  }

}



@media screen and (max-width: 650px){
  .footer-denuncia ul li{
    display: block;
    margin-bottom:20px;
    text-align: center;
  }
  .footer-denuncia ul li:first-child{
    margin-right: 0 !important;
  }
  .footer-denuncia .pez{
    display: none;
  }
  .top-option.toplayer-exportar figcaption,
  .top-option figcaption{
    width: 100%;
    height: 100% !important;
  }

  .top-option figcaption .close{
    top: 0px;
    right: 0px;
        -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    width: 15px;
    height: 10px;
  }

  .top-option figcaption h3 {
      font-size: 14px;
  }

  .top-option figcaption .btns li a{
    font-size: 13px;
  }

  .top-option figcaption .btns li {
    padding: 10px 14px;
  }

  .top-option figcaption h4{
    margin-top: 45px;
  }

  .codigo .text, .codigo .info{
    display: block;
  }

  .info-datos .bloq h3{
    font-size:  15px;
  }

  .top-file img{
    width: 30px;
    display: none;
  }

  .top-file p{
    font-size: 14px;
  }

  .bloq input[type="submit"]{
    font-size: 14px;
    padding: 13px 25px;
  }

  .cont-tabla-denuncias table img {
    width: 12px;
}

.list-denuncias .select-style select{
  font-size: 9px;
}

}


@media screen and (max-width: 600px) {
   .header-denuncia {
    text-align: center;
   }
   .header-denuncia .logo {
      float: none;
      margin:20px auto;
  }
    .cont-tabla-denuncias table img {
    width: 9px;
}

.list-denuncias .select-style select{
  font-size: 7px;
}

  .cont-tabla-denuncias table {
      font-size: 7px !important;
  }

  .cont-tabla-denuncias table td{
    width: 10%;
  }

  .cont-table {
    width: 100%;
    overflow: auto;
  }






}

.plantas .lista_compania li{
}

.plantas .lista_compania .sub_texto ul{
  transform: skewX(-46deg);
    -webkit-transform: skewX(-46deg);
    -moz-transform: skewX(-46deg);
    -o-transform: skewX(-46deg);
    -ms-transform: skewX(-46deg);
}

.plantas .lista_compania .sub_texto li{
    color: #004573;
    font-size: 18px;
    font-weight: lighter;
}

.golfo a{
  color: #2A5294;
}

.has-error{
    border: 1px solid #2A5294 !important;
  }
  .toplayer-denuncia{
    padding:0 20px;
  }