
@import url(home.css);
@font-face{
   font-family: "openSans";
   src: url(../../Css/fonts/OpenSans-Regular.ttf) format("truetype"),
   url(../../Css/fonts/OpenSans-Bold.ttf) format("truetype");
}

.botonsistema{
border: none;
background: rgba(248,92,0,1.00);
color: #ffffff;
padding: 10px;
font-size: 21px;
height:35px;
line-height: 11px;
cursor: pointer;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: "openSans";
}


#user {
	position: relative;
	float: right;
}

/*LOGO*/

.logo{
	margin-top: 60px;
	position: relative;
	background-color: #FF0004;
	max-height: 20%;
	max-width: 100%;
	}

img {
	display: block;
	width: 100%;
	max-height: 100%;
}

#siistema{
	margin-top: 100px;
	position: absolute;
	background-color: #D906FF;
	max-height: 20%;
	max-width: 100%;
	}
.textoinformacion{
  color: red;
  font-weight: bold;
  font-size: 20px;
  margin-left: 42%;
  position: relative;
}

.textTituloPad {
  font-family: "openSans";
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  color: black;
  font-weight: bold;
  letter-spacing: -4px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 20px;
}
.container{
 background-color: #f5f5f5;
 width:1858px;
 height:1054px;
 color: black;
}
.letranegrita{
  font-weight: bold;
}

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 20px;
	background: #fff8f8;
}

header #button-menu{
	font-size: 30px;
	color: rgb(5, 0, 0);
	cursor: pointer;
  box-shadow:
       inset 0 -3em 3em rgba(0,0,0,0.9),
             0 0  0 2px rgb(255,255,255),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
}

#texto{
	padding-bottom: 124px;
	padding-top: 522px;
	width: 350px;
	height: 500px;
}

#encabezado{
position: absolute;
 width: 200px;
 height: 200px;
 left: 755px;
 top: 50px;
}


.navegacion{
	position: absolute;
	top: 100%;
	left: 0;
	height: 100vh;
}

.navegacion ul{
	width: 320px;
	height: 100%;
	background: #1f934c;
	list-style: none;

	position: absolute;
	top: 0;
	left: -360px;

	transition: left .3s;
}

.navegacion .menu li.title-menu{
	padding: 20px;
	background: rgba(248,92,0,1.00);
	color: #fff;
	text-align: center;
	font-size: 22px;
	border-bottom: 4px solid #f5f5f5;
}

.title-menunu{
	padding: 10px;
	background: rgba(248,92,0,1.00);
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-bottom: 4px solid #f5f5f5;
}

.navegacion .menu a{
	display: block;
	padding: 7px;
	border-bottom: 4px solid #f5f5f5;

	font-size: 14.35 px;
	font-weight: 200;
	text-decoration: none;
	color: #fff;
}

.navegacion .menu a:hover{
	background: #4a4b4d;
	color: #fff;
}

.navegacion .menu li span.icon-menu{
	margin-right: 12px;
}

.navegacion .menu .item-submenu > a::after{
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: url('../Img/miniarrow.png');

	float: right;
	color: #C5C5C5;
}

/* Submenu ============*/

.navegacion .submenu li.title-menu{
	background: #fff;
	color: #575D69;
}

.navegacion .submenu li.go-back{
	padding: 10px 20px;
	background: rgba(248,92,0,1.00);;
	color: #fff;
	font-size: 14.35px;
	cursor: pointer;
	border-bottom: 4px solid #f5f5f5;
}

.navegacion .submenu li.go-back::before{
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	content: url('../Img/flechamini.png')
}

@media screen and (max-width: 360px){
	.navegacion ul{
		width: 320px;
	}
}

section{
	width: 100%;
	margin-bottom: 25px;
}


/*INFO*/

.info__columna{
	background: #FBA919;
	color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	max-height: 75%;
	height: 100%;
	}

.info__img{
	margin-top: 60px;
	position: relative;
	background-color: #FF0004;
	max-height: 20%;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.ContenedorSapao{
	margin-top: 70px;
	}


.abajo__img {
	width: 100%;
	height: 100%;

}

#Encabezado_Sapao{
	height: auto;
	max-width: 20%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -35px;
	margin-bottom: -14px;
	}
  @media screen and (max-width: 360px){
    #Encabezado_Sapao{
      max-width: 60%;
    }
  }

.info__columna1{
	background: #FFF;
	padding: 15px;
	margin-bottom: 10px;
	}

.info__columna2{
	background: red;
	color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	max-height: 30%;
	font-style: normal;
	text-align: justify;
	}


.botonactivo {
  border: none;
  background: #1f934c;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
  box-sizing: border-box;
  /* transition: all 500ms ease;*/
  border-radius: 2px;
  height:35px;
  line-height: 11px;
}
.botonactivo:hover {
 background: rgba(248,92,0,1.00);
}


.buscar{
  /*margin-left: -20px;*/
  margin-top: -10px;
  margin-bottom: -10px;
}



.anchoInput{
	margin-top: 6px;
	padding: 2px;
	width: 250px;
	letter-spacing: 1px;
}

.btnAccion button{
	margin: 8px;

}



/****** BUTTON PAGINATION********/
.buttonPage {
 font-size: 5px;
 border-radius: 5px;
 margin-right: 1px;
 background: #1f934c;
 color: #ffffff;
 padding: 4px 8px;
 font-size: 10px;
 box-sizing: border-box;
}
.buttonPage:hover {
border-radius: 5px;
 background: #626366;
 color: #fffff;
}
.btnPgActive {
 border-radius: 5px;
 background: #FF1A1A;
 color: #fffff;
 font-weight: bold;
}

.tablasborde {
    border-collapse: collapse;
}

/* REVIEW: div datos PERSONALES */

.divdatosPersonales{
  width:50% ;
  float:left;"
}
@media screen and (max-width: 360px){
  .divdatosPersonales{
    width:100%;
  }
}
/* REVIEW: fin div datos PERSONALES */

/*Tabla de datos Lecturas*/
/*
.tableDatos {
    border-collapse: collapse;
    width: 90%;
    border-color: #7f7c7c;
    font-size: 13px;

}
.tableDatos th, td {
    border: 1px solid #7f7c7c;
}
*/
.bordeceldaizquierda{
  margin-top: 50px;
}
/********* TABLE  ***********/
/*
a:hover {
    background-color: yellow;
}*/
/* REVIEW: Estilo de tabla responsable sin hover */
.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  font-size: 13px;
  border-radius: 10px;
  border: 1px solid #167F92;
  border-collapse: collapse;
}
.responstable tr {
  border: 1px solid #D9E4E6;
}
.responstable tr:nth-child(odd) {
	background-color: #e4e4e4;
}
.responstable th {
	display: none;
	border: 1px solid #FFF;
	background-color: #258b49;
	color: #FFF;
	padding: 1em;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}

@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: 5px;
  }
}/* REVIEW: fin de estilo tabla: responsable */
/* REVIEW: tabla responsable con hover */

.responstable2 {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  font-size: 13px;
  border-radius: 10px;
  border: 1px solid #167F92;
  border-collapse: collapse;
}
.responstable2 tr {
  border: 1px solid #D9E4E6;
}
.responstable2 tr:nth-child(odd) {
  background-color: #e4e4e4;
}
.responstable2 th {
  display: none;
  border: 1px solid #FFF;
  background-color: #258b49;
  color: #FFF;
  padding: 1em;
}
.responstable2 tr:hover td{
  background:#c5c5c5;
  }

.responstable2 th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable2 th:nth-child(2) {
  display: table-cell;
}
.responstable2 th:nth-child(2) span {
  display: none;
}
.responstable2 th:nth-child(2):after {
  content: attr(data-th);
}

@media (min-width: 480px) {
  .responstable2 th:nth-child(2) span {
    display: block;
  }
  .responstable2 th:nth-child(2):after {
    display: none;
  }
}
.responstable2 td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.responstable2 td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable2 td {
    border: 1px solid #D9E4E6;
  }
}
.responstable2 th, .responstable2 td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .responstable2 th, .responstable2 td {
    display: table-cell;
    padding: 5px;
  }
}
@media (max-width: 360px) {
  .responstable2{
    font-size: 11px;
  }
}

.responstable3 {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  font-size: 13px;
  border-radius: 10px;
  border: 1px solid #167F92;
  border-collapse: collapse;
}
.responstable3 tr {
  border: 1px solid #D9E4E6;
}
.responstable3 tr:nth-child(odd) {
	background-color: #e4e4e4;
}
.responstable3 th {
	display: none;
	border: 1px solid #FFF;
	background-color: #258b49;
	color: #FFF;
	padding: 1em;
}
.responstable3 tr:hover td{
  background:#c5c5c5;
  }

.responstable3 th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable3 th:nth-child(2) {
  display: table-cell;
}
.responstable3 th:nth-child(2) span {
  display: none;
}
.responstable3 th:nth-child(2):after {
  content: attr(data-th);
}

@media (min-width: 480px) {
  .responstable3 th:nth-child(2) span {
    display: block;
  }
  .responstable3 th:nth-child(2):after {
    display: none;
  }
}
.responstable3 td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.responstable3 td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable3 td {
    border: 1px solid #D9E4E6;
  }
}
.responstable3 th, .responstable3 td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .responstable3 th, .responstable3 td {
    display: table-cell;
    padding: 5px;
  }
}
@media (max-width: 360px) {
  .responstable3{
    font-size: 11px;
  }
}

.responstable4 {
  width: 70%;
  overflow: hidden;
  background: #FFF;
  font-size: 13px;
  /*border-radius: 10px;*/
  border: 1px solid #D7D7D7;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.responstable4 tr {
  border: 1px solid #D9E4E6;
}
.responstable4 tr:nth-child(odd) {
    background-color: #e4e4e4;
}
.responstable4 th {
    border: 1px solid #FFF;
    background-color: #258b49;
    color: #FFF;
}


.responstable4 tr:hover td{
  background:#c5c5c5;
  }

.responstable4 th:first-child {
  display: table-cell;
}
.responstable4 th:nth-child(2) {
  display: table-cell;
}
.responstable4 th:nth-child(2) span {
  display: none;
}
.responstable4 th:nth-child(2):after {
  content: attr(data-th);
}

@media (min-width: 360px) {
  .responstable4 th:nth-child(2) span {
    display: block;
  }
  .responstable4 th:nth-child(2):after {
    display: none;
  }
}
.responstable4 td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.responstable4 td:first-child {
  display: table-cell;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 360px) {
  .responstable4 td {
    border: 1px solid #D9E4E6;
  }
}
.responstable4 th, .responstable4 td {
  margin: .5em 1em;
}
@media (min-width: 360px) {
  .responstable4 th, .responstable4 td {
    display: table-cell;
    padding: 5px;
  }
}

@media screen and (max-width: 360px){
  .responstable4{
   width: 98%;
  }
}
.ContenedorSapao2{
    margin-top:70px; 
}

/* REVIEW: fin tabla responsable con hover */
/* REVIEW: accion de enlace con hover */
.enlace{
  font-weight: bold;
  color: #024457;
  text-decoration:none;
}

.enlace:hover{
  color: white;
}
.enlace2{
  font-weight: bold;
  color: #024457;
  text-decoration: none;
}

.enlace2:hover{
  color: #0a3449;
}
/* ALIGN*/
.alineaDerecha{
	text-align: right;
}
.alineaIzquierda{
	text-align: left;
}
.alineaCentro{
	text-align: center;
}





/* Ancho de columnas  */
.tabWidth3{
	width:3%;
}
.tabWidth5{
	width:5%;
}
.tabWidth10{
	width:10%;
}
.tabWidth20{
	width:20%;
}
.tabWidth25{
	width:25%;
}
.tabWidth30{
	width:30%;
}
.tabWidth40{
	width:40%;
}
.tabWidth50{
	width:50%;
}

.cards {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row;
	max-width: 631px;

	margin-left: auto;
    	margin-right: auto;
  }

  .cards img {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	max-width: 200px;
	margin-left: auto;
 	margin-right: auto;
  }
  .cards img:hover{
    opacity: 0.8;
  }
#cuadro{
	max-width: 82%;
	/*height: auto;
	margin-top: -50%;
	margin-bottom: 55%;*/
  margin-top: 2%;
	margin-left: auto;
  margin-right: auto;
}


.corte {clear: both; height: 30px;}

/************  Spinner **************/
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;

  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #411047;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
 /*Estilos de padron de usuario*/

 .searchTerm:focus{
   color: #4a4b4d;

 }
/*boton y barra de buscar*/


 .botonbuscar{
 	right: auto;
 	width: 120px;
 	height: 29px;
 	border: none;
 	background:#4a4b4d;
 	text-align: center;
 	color: #fff;
 	border-radius: 5px;
 	cursor: pointer;
 	font-size: 14px;
  margin-left: 10px;
 }

 .botonbuscar:hover {
  background: #626366;
  color: #fffff;
 }
 @media screen and (max-width: 360px){
  .botonbuscar{
   width: 150px;
   margin-bottom: 4px;
   margin-left: 1px;
  }
}
@media screen and (max-width: 360px){
  .botonbuscar2{
   width: 50%;
   margin-top: 3px;
   margin-bottom: 4px;
  }
}
 .botonbuscar2{
 	right: auto;
 	width: 120px;
 	height: 29px;
 	border: none;
 	background:#4a4b4d;
 	text-align: center;
 	color: #fff;
 	border-radius: 5px;
 	cursor: pointer;
 	font-size: 14px;
  margin-left: 10px;
 }
 .botonbuscar2:hover {
  background: #626366;
  color: #fffff;
 }


 .buscador{
   width: 100%;
 }
 .buscar {
  /*width: 100%;*/
  top:-38px;
  padding: 2%;
 }
 
 .tablaSinBorde{
 border-collapse: hidden;
 }

 .bordeceldaizquierda {
   border-left: inset;
 }

 #main-container1{
 width: 49%;
 background: #f1f1f1;
 float: left;
 padding-top: 0px;
 padding-bottom: 0px;
 border-top-left-radius: 30px;
 margin-top: 1%;
 margin-bottom: 1%;
 }
 @media screen and (max-width: 360px){
   #main-container1{
     width: 100%;
     border-top-left-radius: 0px;
   }
 }

 #main-container2{
 width: 49%;
 background: #f1f1f1;
 float: right;
 padding-top: 0px;
 padding-bottom: 0px;
 border-top-right-radius: 30px;
 margin-top: 1%;
 margin-bottom: 1%;
 }
 @media screen and (max-width: 360px){
   #main-container2{
     width: 100%;
     border-top-right-radius: 0px;
   }
 }

 .borrar {
     clear: both;
 }

 .datosUsuario{
 font-size: 12px;
 background-color: #f1f1f1;
 text-align: left;
 /*border-left-style: solid;*/
 width: 100%;
 background-color: #ffff;
 border-left-color: #6a6b6b;
 border-collapse:collapse; border-top:hidden;
 }
 @media screen and (max-width: 360px){
   .datosUsuario{
     font-size: 10px;
   }
 }
/*
 .datosUsuario th, td{
 padding: 7px;
 }*/

 .datosUsuarioDatos{
   font-size: 12px;
   background-color: #f1f1f1;
   text-align: left;
   /*border-left-style: solid;*/
   width: 100%;
   background-color: #ffff;
   border-left-color: #6a6b6b;
   border-collapse:collapse; border-top:hidden;
 }

 .datosUsuarioDatos tr:nth-child(even){
 /*font-weight: bold;*/
 background-color: #f1f1f1;
 }
  @media screen and (max-width: 360px){
    .datosUsuarioDatos{
      font-size: 10px;
    }
  }

 .datosUsuario2{
 font-size: 12px;
 background-color: #f1f1f1;
 text-align: left;
 /*border-left-style: solid;*/
 width: 100%;
 background-color: #ffff;
 border-left-color: #6a6b6b;
 border-collapse:collapse; border-top:hidden;
 }

 .datosUsuarioDatos2{
   font-size: 18px;
   text-align: left;
   width: 100%;
   background-color: #f1f1f1;
   border-left-color: #6a6b6b;
   border-collapse:collapse; border-top:hidden;
 }

 .datosUsuarioDatos2 tr:nth-child(even){
 /*font-weight: bold;*/
 background-color: #ffff;
 }

 .tablabordeizquierda{
   border-left: solid;
   border-color: #6a6b6b;
 }
 .celdaborde{
  border-left: 2px solid;
  border-color: #98a1a1;
}
/*
 .datoAdeudo th, td{
 padding: 2px;
 }*/
 .celdanegra{
 font-weight: bold;
 }

/*
 .cuadromoradoizquierda{
 background-color:  #6a6b6b;
 color: white;
 float: right;
 width: 90%;
 height: 33px;
 overflow-x: visible;
 overflow-y: visible;
 margin-top: 0px;
 }
*/


 .datosUsuario tr:nth-child(even){
 /*font-weight: bold;*/
 background-color: #f1f1f1;
 }

 /*Datos Adeudos*/
 .datosAdeudos{
 font-size: 12px;
 background-color: #ffff;
 text-align: left;
 width: 80%;
 border-collapse: collapse;
 }

 .datosAdeudos tr:nth-child(even){
 /*font-weight: bold;*/
 background-color: #f1f1f1;
 }

 #esp{
 height:100px;
 }

 #iconocuadroinfo{
 width: 5%;
 height: 5%;
 float: left;
 margin-top: 0%;
 margin-left: 4%;
 min-width: 20px;
 min-height: 20px;
 }


 #iconocuadromedi{
 width: 5%;
 height: 5%;
 float: right;
 margin-top: 0%;
 margin-right: 4%;
 min-width: 20px;
 min-height: 20px;
 }
 @media screen and (max-width: 360px){
   #iconocuadromedi{
     float: left;
   }
 }
   .cuadromoradoizquierda{
   background-color:  #6a6b6b;
   color: white;
   float: right;
   width: 90%;
   height: 33px;
   overflow-x: visible;
   overflow-y: visible;
   margin-top: 0px;
   }
 p.izquierdapadronusu{
 color: #FFFFFF;
 font-weight: bolder;
 font-size: 18px;
 line-height: 3px;
 margin-top: 13px;
 margin-left: 16px;
 text-align: left;
 }

 @media screen and (max-width: 360px){
   p.izquierdapadronusu{
   color: #FFFFFF;
   font-weight: bolder;
   font-size: 12px;
   line-height: 3px;
   margin-top: 13px;
   margin-left: 16px;
   text-align: left;
   }
   .cuadromoradoizquierda{
   background-color:  #6a6b6b;
   color: white;
   float: right;
   width: 81%;
   height: 33px;
   overflow-x: visible;
   overflow-y: visible;
   margin-top: 0px;
   }

 }
 .cuadromoradoderecha{
 background-color:  #6a6b6b;
 color: white;
 float: left;
 width: 90%;
 height: 33px;
 overflow-x: visible;
 overflow-y: visible;
 margin-top: 0px;
 }
 p.derechapadronusu{
 font-family: "openSans";
 color: #FFFFFF;
 font-weight: bolder;
 font-size: 18px;
 line-height: 3px;
 margin-top: 13px;
 margin-right: 16px;
 text-align: right;
 }
  @media screen and (max-width: 360px){
    .cuadromoradoderecha{
      background-color: #6a6b6b;
      color: white;
      float: right;
      width: 81%;
      height: 33px;
      overflow-x: visible;
      overflow-y: visible;
      margin-top: 0px;
    }
    p.derechapadronusu{
      color: #FFFFFF;
    font-weight: bolder;
    font-size: 12px;
    line-height: 3px;
    margin-top: 13px;
    margin-left: 16px;
    text-align: left;
    }
  }
@media screen and (max-width: 360px){
  .Inputbuscar{
    margin-right: 50px;
  }
}
 .Inputbuscar{
   width: auto;
   padding: 6px;
   border: 1px solid #ccc;
   border-radius: 4px;
   box-sizing: border-box;
   float: left;
   margin-right: 10px;
 }

 .seleccionar4{
  width: 150px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  
 }

 .cajabuscar{
   width: 200px;
   padding: 6px;
   border: 1px solid #ccc;
   border-radius: 4px;
   box-sizing: border-box;
 }
/*caja de padron lecturas de asignacion de cuentas*/
 .cajabuscarauto{
   width: 100%;
   padding: 3px;
   border: 1px solid #ccc;
   border-radius: 4px;
   box-sizing: border-box;
 }

 .searchTerm:focus{
 color: #4a4b4d;

 }

 .buttonPageinvertido {
 width: auto;
 border: none;
 margin-right: 1px;
 background: #F85C00;
 color: #ffffff;
 padding: 2px;
 font-size: 17px;
 box-sizing: border-box;
 }
 .buttonPageinvertido:hover {
 background: #1f934c;
 color: #fffff;
 }

 /*BOTON DESCARGA*/
 .botondescarga{
   background: #f7f7f7;
   color: #686868;
   padding: 3px;
   font-size: 20px;
   box-sizing: border-box;
   border-radius: 8px;

 }
 .botondescarga:hover {
 background: #ffffff;
 color: #686868;
 }

 .botondescarga {
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.15);
 }
.botondetalle
{
  background-image: url('../../Img/cuenta.png');
}

 .DivisionDos {
   display: flex;
   flex-wrap: wrap;
   border: hidden;
   margin-top: -11px
 }

 .DivisionDos > div {
   flex: 1 1 200px;
 }

 .botonestadocuenta{
   background-image:url(../../Img/estadodecuenta.png);
 }

 /*Estilo de input padron actualiza*/
/*text*/
 .texto1 {
   border-radius: 5px;
   border: 1px solid #6a6b6b;
     width: 100%;
     height: 30px;
 }
 /*-----------------------------checar----------------*/
 .texto2 {
   border-radius: 5px;
   border: 1px solid #6a6b6b;
     width: 480px;
     height: 30px;
 }

 .texto3{
   width:500px;
 }
 .texto4{
   width: 143%;
 }
 .texto5{
   border-radius: 5px;
   border: 1px solid #6a6b6b;
     width: 300px;
     height: 30px;
 }
 .texto6{
   border-radius: 5px;
   border: 1px solid #6a6b6b;
     width: 500px;
     height: 30px;
 }
 @media screen and (max-width: 360px){
   .texto5{
       width: auto;
   }
 }
 @media screen and (max-width: 360px){
   .texto6{
       width: auto;
   }
 }
 @media screen and (max-width: 360px){
   .texto4{
     width: 143%;
   }
 }

 @media screen and (max-width: 360px){
   .texto3{
     width:200px;
   }
 }


 @media screen and (max-width: 360px){
   .texto2 {
     border-radius: 5px;
     border: 1px solid #6a6b6b;
       width: auto;
       height: 30px;
   }
 }
 .textoAuto {
   border-radius: 5px;
   border: 1px solid #6a6b6b;
     width: auto;
     height: 30px;
 }
 .tamañito{
   width: 400px;
 }
 /*date*/
 .fecha {
   border-radius: 5px;
   border: 1px solid #6a6b6b;
     width: 100%;
     height: 30px;
 }
 .fecha2 {
   border-radius: 5px;
   border: 1px solid #6a6b6b;
     width: 200px;
     height: 30px;
 }
 /*textarea*/
 .campoTexto {
 font-family: "openSans";
   background: white;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     color: #343434;
     outline:0;
     height:48px;
     width: 100%;
     font-size: 12px;
  }
  /*select*/
  .seleccionar{
      border-radius: 5px;
      border: 1px solid #6a6b6b;
      width: 100%;
      height: 30px;
  }
  .seleccionar2{
      border-radius: 5px;
      border: 1px solid #6a6b6b;
      width: 300px;
      height: 30px;
  }
  .seleccionar3{
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3px;
    width: 100%;
  }
  @media screen and (max-width: 360px){
    .seleccionar2{
    width: 170px;
  }
  .cajabuscar{
    width: 80px;
    font-size: 9px;
  }
  }

  .selecAuto{
      border-radius: 5px;
      border: 1px solid #6a6b6b;
      width: auto;
      height: 30px;
  }
  @media screen and (max-width: 360px){
    .selecAuto{
        width: auto;
    }
  }
  .email{
    border-radius: 5px;
    border: 1px solid #6a6b6b;
    width: 100%;
    height: 30px;

  }

  .tamañocelda{
    width:50%;
    padding: 5px;
  }


  .encabezadotabla{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
	background-color: #494d4e;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
	color: white;
  border-collapse: inherit;
}

.encabezadotabla2{
  text-align: center;
	background-color: #dddddd;
	border: 1px solid #dddddd;
}
.tablita{
  height:10px;
}
.ccp{
  background-color: #f0f0f0;
  font-size: 12px;
}
/*boton cerrar transparte*/

.botoncerrar{
  border: none;
  background: #e74c3c;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
  box-sizing: border-box;
  border-radius: 5px;
  /* transition: all 500ms ease;*/
  height:35px;
  line-height: 11px;
}
.botoncerrar:hover{
  background-color: #ec7063;
}

/*borde iframe del modalpdf*/
.sinborde{
  border: none;
}

/*padron actualiza rfc desplegable*/
#searchResultCue{
 list-style: none;
 padding: 0px;
 width: auto;
 /*position: fixed;*/
 margin-top: -50px;
 background: #dddddd;
 /*margin: 0;*/
}

#searchResultCue li{
 font-weight: bold;
 color: black;
 background: #dddddd;
 padding: 2px;
 margin-bottom: 1px;
 opacity: 0.9;
}

#searchResultCue li:hover{
	background-color: #494d4e;
	color: white;
}
#searchResultCue:hover{
	color: white;
}
/*mapaInspeccion*/
.mapaInspeccion{
  display:'none';
  float:right;
  margin-right:5%;
  width:40%;
}

img[src^="http://maps.gstatic.com/"] {
    max-width: none;
}
#map {
  position: relative;
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 360px){

  .mapaInspeccion{
    width:100%;
    float: inherit;
  }
}
/*MENU DESPLEGABLE*/
#menu ul li {
    background-color:#0d6b60;
}

#menu ul {
    list-style:none;
    margin:0;
    padding:0;
}

#menu ul a {
    display:block;
    color:#fff;
    text-decoration:none;
    font-weight:400;
    font-size:15px;
    padding:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

#menu ul li {
    /*position:relative;*/
    float:left;
    margin:0;
    padding:0;
}

#menu ul li:hover {
    background:#0f998a;
}

#menu ul ul {
    display:none;
    /*top:100%;
    left:0;
    padding:0;*/
    position: absolute;
}

#menu ul ul li {
    float:none;
    width:150px
}

#menu ul ul a {
    line-height:120%;
    padding:10px 15px;
}

#menu ul li:hover > ul {
    display:block;
}
/* REVIEW: label de textoinformacion */
.tituloinformativo{
  color: #411047;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
/*nuevo css*/
 /*TITULO DE CORRECCION-LINEAS*/
 .tituloLineas{
  text-align: center;
  color: #1f743d;
  font-weight: bold;
  font-size: 22px;
  margin-top: 100px;
 }
 @media screen and (max-width: 420px){

  .tituloLineas{
    margin-top: 0px;
    margin-bottom: 10px;
   }
}

 .tituloCorreccion{
  text-align: center;
  color: #000;
  font-weight: lighter;
  font-size: 15px;
  background-color: #bac9bf29 ;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  padding: 8px;
  text-transform: uppercase;
  border-block-end-style: inset;
  border-color: #bdbdbd;
  margin-bottom: 10px;
 }
 @media screen and (max-width: 420px){

  .tituloCorreccion{
    width: 95%;
    text-align: justify;
    font-size: 11.5px;
   }
}
 .tituloInformativo{
  color: #ee051f; 
  font-weight:bold; 
  font-size:18px; 
  text-align: center; 
 }
 .tablaTirCor
 {
  width: 65%; 
  margin: auto;
  font-size: 18px;
 }
 @media screen and (max-width: 420px){

  .tablaTirCor{
    width: 95%;
    font-size: 13px;
   }
}




/*seleccion*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px; 
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


