.ttr_index_html_row0 {
    padding: 20px;
}
.ttr_index_html_row2 {
    justify-content: center;
    margin: 5px;
    display: inline-block;
}
.form-group input {
    flex: 1;  /* El input ocupa el espacio restante */  
} 
form {
    padding: 5px;       
}
h2 {
    text-align: center;
}
h3 {
    text-align: left;
    padding-left: 10px;
}

#FormAltaPersonasFisicas {
    width: 100% ;  
}

/*  ---- Nombre y Apellido */
#nya {
    display: flex; 
    align-items: center;       
}
#nya label {
     display: flex;
     padding: 5px;
}
#nya input {
    width: 100%;    
}

/*  --- Tipo y Nro Documento */
#documentos {    
    display: flex;
    margin: 20px 0 20px 0; 
    align-items: center;
    justify-content: center;    
}
#tipoDocumento {    
    margin-right: 20px;
    width: 160px;
}
#nroDocumento {    
    align-items: center;
    width: 150px;
}

/*  --- Domicilio      */
#div-altura {    
    width: 100px;
    margin: 10px;
    float: left;
    position: relative;
}
#div-piso {    
    width: 100px;
    margin: 10px;
    float: left;
    position: relative;
}
#div-depto {    
    width: 100px;
    margin: 10px;
    float: left;
    position: relative;
}
#div-cuerpo {    
    width: 100px;
    margin: 10px;
    float: left;    
}
#div-uf {    
    width: 100px;
    margin: 10px;
    float: left;
    position: relative;
}
#div-cp {    
    width: 100px;
    margin: 10px;
    float: left;
    position: relative;
}
#div-localidad label {
    display: flex;
}

/*  --- Teléfonos */
#telefonos {
    display: flex;
    flex-direction: column;
}
#telefono-fijo {    
    margin: 0 20px 20px 0;
    align-items: left;  
}
#codigo_area_fijo, #codigo_area_celular {    
    margin-right: 20px;
    width: 100px;
}
#tele-fijo, #telefono-celular {    
    display: flex;    
    height: 50px;
    align-items: center;
    width: 300px;
    justify-content: center;
} 
#telefono-movil{
    align-items: left;
    justify-content: left;
}


/*  --- Fecha de Nacimiento */
#nacimiento {
    width: 300px;
    display: flex;
    padding: 10px 0 10px 0;
    height: 50px;
    align-items: center;
}

#volver {        
    margin: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
}

