﻿
.tituloPrincipal {
    text-align:center;
    font-weight:bold;
}

.opcionesPrincipales {
    text-align:center;
}

.tituloMunicipalidad {
    font-weight:bold;
    font-size: 12pt;
}

.celdavistoA{
    padding-left:5px;
    vertical-align:top;
}
.celdavistoB{
    padding-left:1%;padding-right:2%;
}

.celdaresuelvoA{
    padding-left:5px;width:3%;vertical-align:top;
}
.celdaresuelvoB{
    text-align:justify;padding-left:1%;padding-right:2.5%;
}

.vistoresueltospan{
    border-image:initial;
    display:inline-block;
    border-bottom:1px dashed;
    text-align:center;
}
.subvistoresueltospan{
    font-size:6.5pt;
}
.divresueltospan{
    text-align:center;
    display:inline-table;
    vertical-align:top;
    padding-left:15px;
}
.letranotanChica
{
    font-size:10.3pt;
}

.letraChica {
    font-size:8pt;
}

.opcionesUbicacion {
    text-align:center;
    border:black solid 1.8px;
      margin-left:auto; 
    margin-right:auto;
    width: 40%;
}

/*Tabla*/
.bordeExterno {
    border: black solid 1.8px;
}
.colorFormulario {
    background-color: #ffd8a7;
}
.bordeInterno td {
    border: black solid 1.8px;
}
.negrita {
    font-weight:bold;
}
.celdaCentrada {
    text-align:center;
}
.celdaDerecha {
    text-align:end;
}
.InputSinBorde {
    background-color:white;
    border:none;
    width:100%;
}

.subeAdjunto2 {
    
}

.subeAdjuntoUpload {
    background-image: url("/img/adjunto_subir.png");
}
.subeAdjuntoDownload {
    background-image: url("/img/adjunto_bajar.png");
    width:28px;
    height:25px;
    padding: 0;
    border: none;
}
.subeAdjuntoDelete {
    background-image: url("/img/adjunto_borrar.png");
    width:28px;
    height:25px;
    padding: 0;
    border: none;
}

.fileName
{
    display:none;
}

.data
{
    display:none;
}

.adjuntoIzquierda
{
    border-right-style: none;
    padding-top:8px;
    padding-left:2px;
}

.adjuntoDerecha
{
    width:58px;
    border-left-style: none;
    vertical-align:top;
    padding-top:6px;
}

/*Clases Felipe*/
.bordeExternoInterno
{
    border-collapse: collapse;    
    border: 1.8px solid #000;
  
}
.bordeExternoInterno tr, .bordeExternoInterno td {
  border: 1.8px solid #000;
}

.saltopagina
{
    display:block;
    page-break-before:always;
}

.saltoLineaPequeña
{
    height:5px;
   
}

.contenedorFormulario
{
    text-align:left;
    width: 800px;
    border: grey solid thin;
    overflow: hidden;
    padding-right:2px;
    padding-left:2px;
    background-color: #fff;
    /*font-family: Arial,Helvetica,sans-serif; */
    font-family:Verdana;      
}

/* PAburtoR */
.fuentenotannegrita{
    font-weight:600;
}

.bordeExternoWithPaddingJustified
{
	border: black solid 1.8px;		
	padding: 15px;	
	text-align: justify;
	line-height: 24px;
}
.CeldaWithPaddingJustified
{
	padding: 10px;	
	text-align: justify;
}

.textBoxDeclaracionJurada
{
	background-color: transparent;  
    border-color: black;
    border-style: dashed;  
    border-width: 0px 0px 1px 0px;  
}

 p.TextoCertificadoGenerico 
{
       margin: 0 0 0px;
}

table.tablaCertificadoGenerico
{
    line-height: 24px;
}
th.tablaCertificadoGenericoth
{
    text-align:center;
    background-color: #E6E6E6;
}