
 .ac2MainAc{
				 float: left;
				 margin: 0px;
				 padding: 0px;
				 font-family: Arial, sans-serif;
				 font-size: 14px;
			  	color: #000;
				  margin: 30px;
				 width: 90%;
			 } 
			 
			.titulo_ac {
			  text-align: center;
			  font-weight: bold;
			  text-transform: uppercase;
				
			}
			.ruc_ac {
			  text-align: center;
			  margin-bottom: 10px;
			}
			.seccion-infoac {
			  display: flex;
			  justify-content: space-between;
			  margin-bottom: 10px;
			}
			.infoac-block {
			  width: 45%;
			}
			.infoac-block p {
			  margin: 3px 0;
			}
			.table_ac {
			  width: 100%;
			  border-collapse: collapse;
			  margin-top: 10px;
			}
			.table_ac th, .table_ac td {
			  border: 1px solid #000;
			  padding: 5px;
			  text-align: left;
			}
			.table_ac th {
			  background: #f0f0f0;
			  font-weight: bold;
			}
			.firmas_ac {
			  display: flex;
			  justify-content: space-between;
			  margin-top: 30px;
				margin-bottom: 20px;
			}
			.firmas_ac div {
			  width: 30%;
			  text-align: center;
				padding-top: 7px;
				border-top: solid 1px rgba(0,0,0,1.00);
				margin-top: 40px;
			}
			.firmas_ac span {
			  display: inline-block;
			  margin-top: 30px;
			  border-top: 1px solid #000;
			  width: 100%;
			}
			 
			 .longSep{
				 border-top: solid 1px rgba(0,0,0,1.00);
				 padding: 0px;
				 padding-top: 2px;
				 margin: 0px;
				 margin-top: 2px;
				 margin-bottom: 2px;
			 }
			 
			.article_0 {
				 margin: 0px;
				 padding: 0px;
				 width: 100%;
			 }
			 
			 .article_0 > h1{
				 float: left;
				 margin: 0px;
				 padding: 0px;
				 font-size: 12px;
				 font-weight: 500;
			 }
			 
			 .article_0 > h2{
				 float: right !important;
				 margin: 0px;
				 padding: 0px;
				 font-size: 12px !important;
				 font-weight: 500 !important;
			 }
			 
			 .vals{
				 text-align: right;
			 }

    .popupDanger-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(255,255,255,0.5);
      display: none;
      z-index: 9000;
    }

    /* Contenedor de la imagen danger */
    .popupDanger-imagen {
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translateX(-50%);
      cursor: pointer;
    }

    .popupDanger-imagen img {
      max-width: 90vw;
      max-height: 80vh;
      border-radius: 8px;
     /* box-shadow: 0 0 15px rgba(0,0,0,0.3);*/
    }
			 